Searched defs:syncSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/content/
H A DSyncOperation.java53 public int syncSource; field in class:SyncOperation
71 this.syncSource = source;
107 this.syncSource = other.syncSource;
133 .append(SyncStorageEngine.SOURCES[syncSource])
H A DSyncStorageEngine.java153 final int syncSource; field in class:SyncStorageEngine.PendingOperation
165 this.syncSource = source;
177 this.syncSource = other.syncSource;
861 + " src=" + op.syncSource
893 + " src=" + op.syncSource
1021 + " src=" + activeSyncContext.mSyncOperation.syncSource
2066 int syncSource = in.readInt();
2086 authority.account, authority.userId, reason, syncSource,
2092 + " src=" + op.syncSource
[all...]

Completed in 87 milliseconds