Searched refs:KEY_ENABLE_ALERT_VIBRATE (Results 1 – 6 of 6) sorted by relevance
159 .putBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE, false).apply(); in testResetAllPreferences()166 .getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE, true)); in testResetAllPreferences()178 .getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE, false)); in testResetAllPreferences()
130 enablePreference(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE); in setUp()
199 prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE, true)); in queueAlertReminder()
96 public static final String KEY_ENABLE_ALERT_VIBRATE = "enable_alert_vibrate"; field in CellBroadcastSettings264 .remove(KEY_ENABLE_ALERT_VIBRATE) in resetAllPreferences()382 mEnableVibrateCheckBox = findPreference(KEY_ENABLE_ALERT_VIBRATE); in initPreferences()
287 CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE; in queryNonIndexableKeys()
388 mEnableVibrate = prefs.getBoolean(CellBroadcastSettings.KEY_ENABLE_ALERT_VIBRATE, true) in handleStartIntent()