示例#1
0
 internal virtual bool getIsInitial(android.content.SyncOperation op)
 {
     throw new System.NotImplementedException();
 }
示例#2
0
 internal virtual bool isOpBetter(android.content.SyncOperation best, long bestRunTime
                                  , bool bestIsInitial, android.content.SyncOperation op, long opRunTime, bool opIsInitial
                                  )
 {
     throw new System.NotImplementedException();
 }
示例#3
0
 public virtual void remove(android.content.SyncOperation operation)
 {
     throw new System.NotImplementedException();
 }
示例#4
0
 internal virtual long getOpTime(android.content.SyncOperation op)
 {
     throw new System.NotImplementedException();
 }
示例#5
0
 public virtual void stopSyncEvent(long rowId, android.content.SyncOperation syncOperation
                                   , string resultMessage, int upstreamActivity, int downstreamActivity, long elapsedTime
                                   )
 {
     throw new System.NotImplementedException();
 }
示例#6
0
 private bool add(android.content.SyncOperation operation, android.content.SyncStorageEngine.PendingOperation
                  pop)
 {
     throw new System.NotImplementedException();
 }
示例#7
0
 public virtual long insertStartSyncEvent(android.content.SyncOperation syncOperation
                                          )
 {
     throw new System.NotImplementedException();
 }
示例#8
0
 public ActiveSyncContext(SyncManager _enclosing, android.content.SyncOperation syncOperation
                          , long historyRowId) : base()
 {
     throw new System.NotImplementedException();
 }
示例#9
0
 internal virtual void maybeRescheduleSync(android.content.SyncResult syncResult,
                                           android.content.SyncOperation operation)
 {
     throw new System.NotImplementedException();
 }
示例#10
0
 public virtual void scheduleSyncOperation(android.content.SyncOperation syncOperation
                                           )
 {
     throw new System.NotImplementedException();
 }
示例#11
0
 internal SyncOperation(android.content.SyncOperation other)
 {
     throw new System.NotImplementedException();
 }