Searched refs:SYNC_EXTRAS_IGNORE_BACKOFF (Results 1 – 8 of 8) sorted by relevance
511 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()529 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
121 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver2441 || extras.getBoolean(SYNC_EXTRAS_IGNORE_BACKOFF, false) in addPeriodicSync()2466 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false) in invalidPeriodicExtras()
102 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
422 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in ignoreBackoff()
845 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()1520 if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)) { in maybeRescheduleSync()1521 operation.extras.remove(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in maybeRescheduleSync()3369 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) { in isSyncSetting()
7062 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
8721 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
9222 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";