Searched refs:syncSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncOperation.java29 public int syncSource; field in class:SyncOperation
40 this.syncSource = source;
70 this.syncSource = other.syncSource;
84 sb.append(" syncSource: ").append(syncSource);
H A DSyncQueue.java51 op.account, op.syncSource, op.authority, op.extras, 0 /* delay */);
93 operation.account, operation.syncSource,
H A DSyncStorageEngine.java136 final int syncSource; field in class:SyncStorageEngine.PendingOperation
147 this.syncSource = source;
156 this.syncSource = other.syncSource;
723 + " src=" + op.syncSource
754 + " src=" + op.syncSource
899 + " src=" + activeSyncContext.mSyncOperation.syncSource
1923 int syncSource = in.readInt();
1938 authority.account, syncSource,
1944 + " src=" + op.syncSource
[all...]
H A DSyncManager.java848 scheduleSyncOperation(new SyncOperation(operation.account, operation.syncSource,
1031 activeSyncContext.mSyncOperation.syncSource]);
1815 syncOperation.syncSource, syncOperation.authority, new Bundle(), 0));
2080 final int source = syncOperation.syncSource;
2094 SyncStorageEngine.EVENT_STOP, syncOperation.syncSource,

Completed in 81 milliseconds