Home
last modified time | relevance | path

Searched refs:SYNC_EXTRAS_IGNORE_BACKOFF (Results 1 – 8 of 8) 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.java165 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver
3262 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java506 return mImmutableExtras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in hasIgnoreBackoff()
517 removeExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in enableBackoff()
DSyncManager.java958 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()
3938 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) { in isSyncSetting()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java168 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7062 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
/frameworks/base/api/
Dcurrent.txt9957 field public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";