Searched refs:SYNC_EXEMPTION_NONE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
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() 149 ContentResolver.SYNC_EXEMPTION_NONE); in testFailedPeriodicConversion()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncOperation.java | 122 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()
|
D | SyncManager.java | 624 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()
|
D | ContentService.java | 1336 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller() 1349 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
|
D | SyncStorageEngine.java | 793 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/ |
D | RequestSync.java | 33 private int mExemptionFlag = ContentResolver.SYNC_EXEMPTION_NONE; 41 if (flag == ContentResolver.SYNC_EXEMPTION_NONE) { in invoke()
|
/frameworks/base/core/java/android/content/ |
D | ContentResolver.java | 574 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver 604 SYNC_EXEMPTION_NONE,
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 13104 Landroid/content/ContentResolver;->SYNC_EXEMPTION_NONE:I
|