internal PendingOperation(android.content.SyncStorageEngine.PendingOperation other
                           )
 {
     throw new System.NotImplementedException();
 }
 private void appendPendingOperationLocked(android.content.SyncStorageEngine.PendingOperation
                                           op)
 {
     throw new System.NotImplementedException();
 }
 private void writePendingOperationLocked(android.content.SyncStorageEngine.PendingOperation
                                          op, android.os.Parcel @out)
 {
     throw new System.NotImplementedException();
 }
 public virtual bool deleteFromPending(android.content.SyncStorageEngine.PendingOperation
                                       op)
 {
     throw new System.NotImplementedException();
 }
 public virtual android.content.SyncStorageEngine.PendingOperation insertIntoPending
     (android.content.SyncStorageEngine.PendingOperation op)
 {
     throw new System.NotImplementedException();
 }
Beispiel #6
0
 private bool add(android.content.SyncOperation operation, android.content.SyncStorageEngine.PendingOperation
                  pop)
 {
     throw new System.NotImplementedException();
 }