Searched refs:SYNC_EXTRAS_IGNORE_BACKOFF (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncOperation.java51 removeFalseExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF);
117 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false);
H A DContentResolver.java91 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in class:ContentResolver
100 * and {@link #SYNC_EXTRAS_IGNORE_BACKOFF}
1236 * {@link #SYNC_EXTRAS_IGNORE_BACKOFF}, {@link #SYNC_EXTRAS_IGNORE_SETTINGS},
1259 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false)
H A DSyncManager.java542 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
842 // The SYNC_EXTRAS_IGNORE_BACKOFF only applies to the first attempt to sync a given
845 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) {
846 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF);

Completed in 63 milliseconds