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.java497 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
512 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
DContentResolver.java100 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver
1994 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false) in addPeriodicSync()
2019 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false) in invalidPeriodicExtras()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java163 removeFalseExtra(bundle, ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in cleanBundle()
269 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in ignoreBackoff()
DSyncManager.java685 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()
1047 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) { in maybeRescheduleSync()
1048 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in maybeRescheduleSync()
3215 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) { in isSyncSetting()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java102 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt429 NO DOC BLOCK: android.content.ContentResolver Field SYNC_EXTRAS_IGNORE_BACKOFF
/frameworks/base/api/
Dsystem-current.txt7301 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
Dcurrent.txt7064 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";