Searched defs:syncSource (Results 1 - 2 of 2) 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 DSyncStorageEngine.java136 final int syncSource; field in class:SyncStorageEngine.PendingOperation
147 this.syncSource = source;
156 this.syncSource = other.syncSource;
751 + " src=" + op.syncSource
782 + " src=" + op.syncSource
927 + " src=" + activeSyncContext.mSyncOperation.syncSource
1951 int syncSource = in.readInt();
1966 authority.account, syncSource,
1972 + " src=" + op.syncSource
[all...]

Completed in 63 milliseconds