Home
last modified time | relevance | path

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 DSyncOperationTest.java64 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 DSyncOperation.java136 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 DSyncManager.java680 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 DContentService.java1571 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
1587 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
H A DSyncStorageEngine.java837 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 DRequestSync.java33 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 DContentResolver.java732 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver
762 SYNC_EXEMPTION_NONE,
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10217 Landroid/content/ContentResolver;->SYNC_EXEMPTION_NONE:I