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;
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...]

Completed in 48 milliseconds