Searched refs:KEY_ALERTS_POPUP (Results 1 – 3 of 3) sorted by relevance
77 public static final String KEY_ALERTS_POPUP = "preferences_alerts_popup"; field in GeneralPreferences179 mPopup = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS_POPUP); in onCreate()
93 if (GeneralPreferences.KEY_ALERTS_POPUP.equals(key)) { in getBoolean()95 Assert.fail(GeneralPreferences.KEY_ALERTS_POPUP + " fetched more than once."); in getBoolean()
981 if (prefs.getBoolean(GeneralPreferences.KEY_ALERTS_POPUP, false)) { in getDoPopup()