Home
last modified time | relevance | path

Searched refs:KEY_ALERTS_POPUP (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DGeneralPreferences.java77 public static final String KEY_ALERTS_POPUP = "preferences_alerts_popup"; field in GeneralPreferences
167 mPopup = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS_POPUP); in onCreate()