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 | 65 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/ |
D | SyncOperation.java | 136 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()
|
D | SyncManager.java | 704 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()
|
D | ContentService.java | 1572 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller() 1588 return ContentResolver.SYNC_EXEMPTION_NONE; in getSyncExemptionAndCleanUpExtrasForCaller()
|
D | SyncStorageEngine.java | 843 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/ |
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 | 732 public static final int SYNC_EXEMPTION_NONE = 0; field in ContentResolver 762 SYNC_EXEMPTION_NONE,
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10217 Landroid/content/ContentResolver;->SYNC_EXEMPTION_NONE:I
|