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

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java68 public final int syncSource; field in class:SyncOperation
113 this.syncSource = source;
142 this(other.target, other.reason, other.syncSource, new Bundle(other.extras),
220 sb.append(SyncStorageEngine.SOURCES[syncSource])
377 logArray[2] = syncSource;
H A DSyncStorageEngine.java164 final int syncSource; field in class:SyncStorageEngine.PendingOperation
176 this.syncSource = source;
185 this.syncSource = other.syncSource;
208 + " src=" + syncSource
1085 pop = new PendingOperation(authority, op.reason, op.syncSource, op.extras,
1232 + " src=" + activeSyncContext.mSyncOperation.syncSource
1293 item.source = op.syncSource;
2472 int syncSource = Integer.valueOf(parser.getAttributeValue(
2478 Log.v(TAG_FILE, authorityId + " " + expedited + " " + syncSource
[all...]

Completed in 112 milliseconds