Home
last modified time | relevance | path

Searched refs:SYNC_EXTRAS_IGNORE_BACKOFF (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncRequest.java518 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
536 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
DContentResolver.java159 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver
2839 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java168 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java479 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in ignoreBackoff()
DSyncManager.java955 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()
1701 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) { in maybeRescheduleSync()
1702 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in maybeRescheduleSync()
3938 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) { in isSyncSetting()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...