Searched refs:SYNC_EXTRAS_IGNORE_SETTINGS (Results 1 – 9 of 9) sorted by relevance
527 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in build()537 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in build()
152 public static final String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings"; field in ContentResolver2840 || extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false)
55 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in syncProvider()
166 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in parseArgs()
491 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false); in isIgnoreSettings()
956 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in scheduleSync()959 extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, false); in scheduleSync()3929 if (key.equals(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS)) { in isSyncSetting()
7063 field public static final java.lang.String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings";
9613 field public static final String SYNC_EXTRAS_IGNORE_SETTINGS = "ignore_settings";