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.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()
149 ContentResolver.SYNC_EXEMPTION_NONE); in testFailedPeriodicConversion()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java122 periodMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in SyncOperation()
152 periodMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in createOneTimeSyncOperation()
280 ContentResolver.SYNC_EXEMPTION_NONE); in maybeCreateFromJobExtras()
396 case ContentResolver.SYNC_EXEMPTION_NONE: in dump()
495 return syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE; in isAppStandbyExempted()
DSyncManager.java624 ContentResolver.SYNC_EXEMPTION_NONE, in SyncManager()
672 ContentResolver.SYNC_EXEMPTION_NONE, in SyncManager()
1506 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH()
1584 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()
1771 AuthorityInfo.NOT_INITIALIZED, ContentResolver.SYNC_EXEMPTION_NONE, in onUserUnlocked()
3281 ContentResolver.SYNC_EXEMPTION_NONE, Process.myUid(), -4, null); in updateRunningAccountsH()
3348 pollFrequencyMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in updateOrAddPeriodicSyncH()
3678 syncOperation.syncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in runSyncFinishedOrCanceledH()
DContentService.java1336 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
1349 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
DSyncStorageEngine.java793 ContentResolver.SYNC_EXEMPTION_NONE, callingUid, callingPid); in setSyncableStateForEndPoint()
1284 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.java574 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver
604 SYNC_EXEMPTION_NONE,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13104 Landroid/content/ContentResolver;->SYNC_EXEMPTION_NONE:I