HomeSort by relevance Sort by last modified time
    Searched refs:KEY_ALERTS_POPUP (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 77 public static final String KEY_ALERTS_POPUP = "preferences_alerts_popup";
179 mPopup = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS_POPUP);
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 93 if (GeneralPreferences.KEY_ALERTS_POPUP.equals(key)) {
95 Assert.fail(GeneralPreferences.KEY_ALERTS_POPUP + " fetched more than once.");
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java     [all...]

Completed in 304 milliseconds