Home
last modified time | relevance | path

Searched refs:syncSource (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
DSyncParams.java211 public SyncParams setSyncSource(@SyncSource int syncSource) { in setSyncSource() argument
212 mSyncSource = syncSource; in setSyncSource()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java68 public final int syncSource; field in SyncOperation
116 this.syncSource = source; in SyncOperation()
145 this(other.target, other.reason, other.syncSource, new Bundle(other.extras), in SyncOperation()
223 sb.append(SyncStorageEngine.SOURCES[syncSource]) in dump()
380 logArray[2] = syncSource; in toEventLog()
DSyncQueue.java77 info.account, info.userId, op.reason, op.syncSource, info.provider, in addPendingOperations()
96 info.service, info.userId, op.reason, op.syncSource, in addPendingOperations()
DSyncStorageEngine.java166 final int syncSource; field in SyncStorageEngine.PendingOperation
178 this.syncSource = source; in PendingOperation()
187 this.syncSource = other.syncSource; in PendingOperation()
210 + " src=" + syncSource in toString()
1117 pop = new PendingOperation(authority, op.reason, op.syncSource, op.extras, in insertIntoPending()
1264 + " src=" + activeSyncContext.mSyncOperation.syncSource in addActiveSync()
1325 item.source = op.syncSource; in insertStartSyncEvent()
2508 int syncSource = Integer.valueOf(parser.getAttributeValue( in readPendingOperationsLocked() local
2514 … Log.v(TAG_FILE, authorityId + " " + expedited + " " + syncSource + " " in readPendingOperationsLocked()
2519 authority, reason, syncSource, new Bundle(), expedited); in readPendingOperationsLocked()
[all …]
DSyncManager.java3106 syncOperation.syncSource, info.provider, new Bundle(),
3116 syncOperation.syncSource, new Bundle(),
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java133 assertEquals(sop.syncSource, popRetrieved.syncSource); in testAppendPending()
171 assertEquals(deleted.syncSource, popDeleted.syncSource); in testWritePendingOperationsLocked()
194 assertEquals(sop.syncSource, popRetrieved.syncSource); in testWritePendingOperationsLocked()
204 assertEquals(sop1.syncSource, popRetrieved.syncSource); in testWritePendingOperationsLocked()