Home
last modified time | relevance | path

Searched refs:SYNC_EXEMPTION_NONE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncOperationTest.java65 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey()
74 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey()
83 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey()
92 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey()
101 ContentResolver.SYNC_EXEMPTION_NONE); in testToKey()
122 ContentResolver.SYNC_EXEMPTION_NONE); in testConversionToExtras()
151 ContentResolver.SYNC_EXEMPTION_NONE); in testFailedPeriodicConversion()
166 ContentResolver.SYNC_EXEMPTION_NONE); in testScheduleAsEjIsInExtras()
/frameworks/base/services/core/java/com/android/server/content/
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()
DSyncManager.java704 ContentResolver.SYNC_EXEMPTION_NONE, in SyncManager()
754 ContentResolver.SYNC_EXEMPTION_NONE, in SyncManager()
1699 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH()
1783 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()
1989 AuthorityInfo.NOT_INITIALIZED, ContentResolver.SYNC_EXEMPTION_NONE, in onUserUnlocked()
3503 ContentResolver.SYNC_EXEMPTION_NONE, Process.myUid(), -4, null); in updateRunningAccountsH()
3573 pollFrequencyMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in updateOrAddPeriodicSyncH()
3923 syncOperation.syncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in runSyncFinishedOrCanceledH()
DContentService.java1572 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
1588 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
DSyncStorageEngine.java843 ContentResolver.SYNC_EXEMPTION_NONE, callingUid, callingPid); in setSyncableStateForEndPoint()
1365 if (item.syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE) { in stopSyncEvent()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java33 private int mExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE;
41 if (flag == ContentResolver.SYNC_EXEMPTION_NONE) { in invoke()
/frameworks/base/core/java/android/content/
DContentResolver.java732 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver
762 SYNC_EXEMPTION_NONE,
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10217 Landroid/content/ContentResolver;->SYNC_EXEMPTION_NONE:I