Searched refs:syncExemptionFlag (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncOperation.java | 103 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 …]
|
D | SyncStorageEngine.java | 354 int syncExemptionFlag; field in SyncStorageEngine.SyncHistoryItem 373 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid); in onSyncRequest() argument 688 boolean sync, @SyncExemption int syncExemptionFlag, int callingUid, int callingPid) { in setSyncAutomatically() argument 725 syncExemptionFlag, callingUid, callingPid); in setSyncAutomatically() 955 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid) { in setMasterSyncAutomatically() argument 970 syncExemptionFlag, callingUid, callingPid); in setMasterSyncAutomatically() 1163 item.syncExemptionFlag = op.syncExemptionFlag; in insertStartSyncEvent() 1284 if (item.syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE) { in stopSyncEvent() 1286 switch (item.syncExemptionFlag) { in stopSyncEvent() 1294 event.append(item.syncExemptionFlag); in stopSyncEvent() [all …]
|
D | SyncManager.java | 589 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid) { in SyncManager() 591 AuthorityInfo.UNDEFINED, syncExemptionFlag, callingUid, callingPid, null); in SyncManager() 900 @SyncExemption int syncExemptionFlag, int callingUid, int callingPid, in scheduleSync() argument 903 0 /* min delay */, true /* checkIfAccountReady */, syncExemptionFlag, in scheduleSync() 913 @SyncExemption int syncExemptionFlag, in scheduleSync() argument 928 " sef=", syncExemptionFlag); in scheduleSync() 1035 syncExemptionFlag, callingUid, callingPid, in scheduleSync() 1086 false, syncExemptionFlag, callingUid, callingPid, in scheduleSync() 1100 syncExemptionFlag), in scheduleSync() 1111 authority, extras, allowParallelSyncs, syncExemptionFlag), in scheduleSync() [all …]
|
D | ContentService.java | 795 final int syncExemptionFlag = getSyncExemptionForCaller(callingUid); in setSyncAutomaticallyAsUser() local 802 providerName, sync, syncExemptionFlag, callingUid, callingPid); in setSyncAutomaticallyAsUser()
|