Home
last modified time | relevance | path

Searched refs:SYNC_EXEMPTION_NONE (Results 1 – 7 of 7) 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()
391 case ContentResolver.SYNC_EXEMPTION_NONE: in dump()
490 return syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE; in isAppStandbyExempted()
DSyncManager.java633 ContentResolver.SYNC_EXEMPTION_NONE); in SyncManager()
686 ContentResolver.SYNC_EXEMPTION_NONE); in SyncManager()
1535 int inheritedSyncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in scheduleSyncOperationH()
1613 if (inheritedSyncExemptionFlag > ContentResolver.SYNC_EXEMPTION_NONE) { in scheduleSyncOperationH()
1801 AuthorityInfo.NOT_INITIALIZED, ContentResolver.SYNC_EXEMPTION_NONE); in onUserUnlocked()
3349 ContentResolver.SYNC_EXEMPTION_NONE); in updateRunningAccountsH()
3416 pollFrequencyMillis, flexMillis, ContentResolver.SYNC_EXEMPTION_NONE); in updateOrAddPeriodicSyncH()
3743 syncOperation.syncExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; in runSyncFinishedOrCanceledH()
DSyncStorageEngine.java780 ContentResolver.SYNC_EXEMPTION_NONE); in setSyncableStateForEndPoint()
1267 if (item.syncExemptionFlag != ContentResolver.SYNC_EXEMPTION_NONE) { in stopSyncEvent()
2117 ContentResolver.SYNC_EXEMPTION_NONE, SyncLogger.CALLING_UID_SELF); in readAndDeleteLegacyAccountInfoLocked()
DContentService.java1318 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
/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.java520 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver
550 SYNC_EXEMPTION_NONE,