Searched refs:SYNC_EXEMPTION_NONE (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
H A D | SyncOperationTest.java | 64 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey() 73 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey() 82 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey() 91 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey() 100 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey() 121 ContentResolver.SYNC_EXEMPTION_NONE); in testConversionToExtras() 150 ContentResolver.SYNC_EXEMPTION_NONE); in testFailedPeriodicConversion() 165 ContentResolver.SYNC_EXEMPTION_NONE); in testScheduleAsEjIsInExtras()
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncOperation.java | 136 periodMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in SyncOperation() 167 periodMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in createOneTimeSyncOperation() 302 ContentResolver.SYNC_EXEMPTION_NONE); in maybeCreateFromJobExtras() 427 case ContentResolver.SYNC_EXEMPTION_NONE: in dump() 561 return syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE; in isAppStandbyExempted()
|
H A D | SyncManager.java | 680 ContentResolver.SYNC_EXEMPTION_NONE, in SyncManager() 725 ContentResolver.SYNC_EXEMPTION_NONE, in SyncManager() 1652 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH() 1736 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH() 1942 AuthorityInfo.NOT_INITIALIZED, ContentResolver.SYNC_EXEMPTION_NONE, in onUserUnlocked() 3456 ContentResolver.SYNC_EXEMPTION_NONE, Process.myUid(), -4, null); in updateRunningAccountsH() 3523 pollFrequencyMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in updateOrAddPeriodicSyncH() 3868 syncOperation.syncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in runSyncFinishedOrCanceledH()
|
H A D | ContentService.java | 1571 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller() 1587 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
|
H A D | SyncStorageEngine.java | 837 ContentResolver.SYNC_EXEMPTION_NONE, callingUid, callingPid); in setSyncableStateForEndPoint() 1359 if (item.syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE) { in stopSyncEvent()
|
/aosp14/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
H A D | RequestSync.java | 33 private int mExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; 41 if (flag == ContentResolver.SYNC_EXEMPTION_NONE) { in invoke()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentResolver.java | 732 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver 762 SYNC_EXEMPTION_NONE,
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10217 Landroid/content/ContentResolver;->SYNC_EXEMPTION_NONE:I
|