Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncOperation.java53 removeFalseExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in SyncOperation()
124 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in ignoreBackoff()
DContentResolver.java92 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver
1489 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false) in addPeriodicSync()
DSyncManager.java532 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()
842 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) { in maybeRescheduleSync()
843 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in maybeRescheduleSync()
/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/
D14.txt4942 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
D15.txt4951 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
Dcurrent.txt5177 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
D16.txt5177 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";