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

/frameworks/base/core/java/android/content/
H A DSyncOperation.java53 removeFalseExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF);
129 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false);
H A DContentResolver.java93 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in class:ContentResolver
102 * and {@link #SYNC_EXTRAS_IGNORE_BACKOFF}
1483 * {@link #SYNC_EXTRAS_IGNORE_BACKOFF}, {@link #SYNC_EXTRAS_IGNORE_SETTINGS},
1509 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false)
H A DSyncManager.java539 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
846 // The SYNC_EXTRAS_IGNORE_BACKOFF only applies to the first attempt to sync a given
849 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) {
850 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF);
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java102 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
219 " --ib|--ignore-backoff: Add SYNC_EXTRAS_IGNORE_BACKOFF\n" +

Completed in 84 milliseconds