Searched refs:SYNC_EXTRAS_IGNORE_BACKOFF (Results 1 – 8 of 8) sorted by relevance
549 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()571 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
191 public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff"; field in ContentResolver3391 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false)
521 return mImmutableExtras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false); in hasIgnoreBackoff()532 removeExtra(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF); in enableBackoff()
1091 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in scheduleSync()4184 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF)) { in isSyncSetting()
168 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7062 field public static final java.lang.String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";
10457 field public static final String SYNC_EXTRAS_IGNORE_BACKOFF = "ignore_backoff";