Searched refs:SYNC_EXTRAS_IGNORE_SETTINGS (Results 1 – 9 of 9) sorted by relevance
520 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in build()530 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in build()
113 public static final String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings"; field in ContentResolver2534 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false) in invalidPeriodicExtras()
55 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in syncProvider()
166 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in parseArgs()
486 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false); in isIgnoreSettings()
971 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in scheduleSync()974 extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false); in scheduleSync()3993 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS)) { in isSyncSetting()
7063 field public static final java.lang.String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings";
6555 Landroid/content/ContentResolver;->SYNC_EXTRAS_IGNORE_SETTINGS:Ljava/lang/String;
9290 field public static final java.lang.String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings";