Home
last modified time | relevance | path

Searched refs:syncExemptionFlag (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java103 public int syncExemptionFlag; field in SyncOperation
107 boolean allowParallelSyncs, @SyncExemption int syncExemptionFlag) { in SyncOperation() argument
109 reason, source, extras, allowParallelSyncs, syncExemptionFlag); in SyncOperation()
114 @SyncExemption int syncExemptionFlag) { in SyncOperation() argument
116 NO_JOB_ID, 0, 0, syncExemptionFlag); in SyncOperation()
128 long flexMillis, @SyncExemption int syncExemptionFlag) { in SyncOperation() argument
142 this.syncExemptionFlag = syncExemptionFlag; in SyncOperation()
170 syncExemptionFlag = other.syncExemptionFlag; in SyncOperation()
239 jobInfoExtras.putInt("syncExemptionFlag", syncExemptionFlag); in toJobInfoExtras()
260 int syncExemptionFlag; in maybeCreateFromJobExtras() local
[all …]
DSyncStorageEngine.java344 int syncExemptionFlag; field in SyncStorageEngine.SyncHistoryItem
363 @SyncExemption int syncExemptionFlag); in onSyncRequest() argument
679 boolean sync, @SyncExemption int syncExemptionFlag, int callingUid) { in setSyncAutomatically() argument
714 syncExemptionFlag); in setSyncAutomatically()
942 @SyncExemption int syncExemptionFlag, int callingUid) { in setMasterSyncAutomatically() argument
956 syncExemptionFlag); in setMasterSyncAutomatically()
1146 item.syncExemptionFlag = op.syncExemptionFlag; in insertStartSyncEvent()
1267 if (item.syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE) { in stopSyncEvent()
1269 switch (item.syncExemptionFlag) { in stopSyncEvent()
1277 event.append(item.syncExemptionFlag); in stopSyncEvent()
[all …]
DSyncManager.java598 @SyncExemption int syncExemptionFlag) { in SyncManager()
600 AuthorityInfo.UNDEFINED, syncExemptionFlag); in SyncManager()
920 @SyncExemption int syncExemptionFlag) { in scheduleSync() argument
922 0 /* min delay */, true /* checkIfAccountReady */, syncExemptionFlag); in scheduleSync()
931 @SyncExemption int syncExemptionFlag) { in scheduleSync() argument
941 + " syncExemptionFlag=" + syncExemptionFlag); in scheduleSync()
1057 syncExemptionFlag); in scheduleSync()
1109 false, syncExemptionFlag)); in scheduleSync()
1128 syncExemptionFlag), in scheduleSync()
1145 authority, extras, allowParallelSyncs, syncExemptionFlag), in scheduleSync()
[all …]
DContentService.java784 final int syncExemptionFlag = getSyncExemptionForCaller(callingUid); in setSyncAutomaticallyAsUser() local
791 providerName, sync, syncExemptionFlag, callingUid); in setSyncAutomaticallyAsUser()