Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/
H A DSyncRequest.java549 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
571 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
H A DContentResolver.java191 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver
3391 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java521 return mImmutableExtras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in hasIgnoreBackoff()
532 removeExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in enableBackoff()
H A DSyncManager.java1062 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()
4129 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) { in isSyncSetting()
/aosp14/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java168 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10122 field public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";