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
44 this.syncSource = source;
78 this.syncSource = other.syncSource;
100 sb.append(SyncStorageEngine.SOURCES[syncSource]);
H A DSyncStorageEngine.java136 final int syncSource; field in class:SyncStorageEngine.PendingOperation
147 this.syncSource = source;
156 this.syncSource = other.syncSource;
742 + " src=" + op.syncSource
773 + " src=" + op.syncSource
917 + " src=" + activeSyncContext.mSyncOperation.syncSource
1948 int syncSource = in.readInt();
1967 authority.account, syncSource,
1973 + " src=" + op.syncSource
[all...]

Completed in 47 milliseconds