Searched refs:SYNC_EXTRAS_IGNORE_BACKOFF (Results 1 – 9 of 9) sorted by relevance
53 removeFalseExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in SyncOperation()124 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in ignoreBackoff()
92 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver1489 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false) in addPeriodicSync()
532 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()
102 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
429 NO DOC BLOCK: android.content.ContentResolver Field SYNC_EXTRAS_IGNORE_BACKOFF
4942 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
4951 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
5177 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";