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/
DSyncOperation.java51 removeFalseExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in SyncOperation()
117 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in ignoreBackoff()
DContentResolver.java90 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver
1258 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false) in addPeriodicSync()
DSyncManager.java535 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()
838 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) { in maybeRescheduleSync()
839 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in maybeRescheduleSync()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt429 NO DOC BLOCK: android.content.ContentResolver Field SYNC_EXTRAS_IGNORE_BACKOFF
/frameworks/base/api/
Dcurrent.txt4942 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
D14.txt4942 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";