Searched refs:syncExemptionFlag (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncOperation.java | 117 public int syncExemptionFlag; field in SyncOperation 121 boolean allowParallelSyncs, @SyncExemption int syncExemptionFlag) { in SyncOperation() argument 123 reason, source, extras, allowParallelSyncs, syncExemptionFlag); in SyncOperation() 128 @SyncExemption int syncExemptionFlag) { in SyncOperation() argument 130 NO_JOB_ID, 0, 0, syncExemptionFlag); in SyncOperation() 143 long flexMillis, @SyncExemption int syncExemptionFlag) { in SyncOperation() argument 157 this.syncExemptionFlag = syncExemptionFlag; in SyncOperation() 188 syncExemptionFlag = other.syncExemptionFlag; in SyncOperation() 260 jobInfoExtras.putInt("syncExemptionFlag", syncExemptionFlag); in toJobInfoExtras() 282 int syncExemptionFlag; in maybeCreateFromJobExtras() local [all …]
|
D | SyncStorageEngine.java | 358 int syncExemptionFlag; field in SyncStorageEngine.SyncHistoryItem 377 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid); in onSyncRequest() argument 707 boolean sync, @SyncExemption int syncExemptionFlag, int callingUid, int callingPid) { in setSyncAutomatically() argument 744 syncExemptionFlag, callingUid, callingPid); in setSyncAutomatically() 974 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid) { in setMasterSyncAutomatically() argument 989 syncExemptionFlag, callingUid, callingPid); in setMasterSyncAutomatically() 1182 item.syncExemptionFlag = op.syncExemptionFlag; in insertStartSyncEvent() 1303 if (item.syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE) { in stopSyncEvent() 1305 switch (item.syncExemptionFlag) { in stopSyncEvent() 1313 event.append(item.syncExemptionFlag); in stopSyncEvent() [all …]
|
D | SyncManager.java | 577 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid) { in SyncManager() 579 AuthorityInfo.UNDEFINED, syncExemptionFlag, callingUid, callingPid, null); in SyncManager() 884 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid, in scheduleSync() argument 887 0 /* min delay */, true /* checkIfAccountReady */, syncExemptionFlag, in scheduleSync() 897 @SyncExemption int syncExemptionFlag, in scheduleSync() argument 912 " sef=", syncExemptionFlag); in scheduleSync() 1020 syncExemptionFlag, callingUid, callingPid, in scheduleSync() 1071 false, syncExemptionFlag, callingUid, callingPid, in scheduleSync() 1085 syncExemptionFlag), in scheduleSync() 1096 authority, extras, allowParallelSyncs, syncExemptionFlag), in scheduleSync() [all …]
|
D | SyncManager.md | 59 The exemptions are tracked in `SyncOperation.syncExemptionFlag`. 90 `SyncOperation.syncExemptionFlag`, unless the number of retries (not counting the original sync
|
D | ContentService.java | 871 final int syncExemptionFlag = getSyncExemptionForCaller(callingUid); in setSyncAutomaticallyAsUser() local 878 providerName, sync, syncExemptionFlag, callingUid, callingPid); in setSyncAutomaticallyAsUser()
|