OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ALERTS
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java
74
public static final String
KEY_ALERTS
= "preferences_alerts";
159
mAlert = (CheckBoxPreference) preferenceScreen.findPreference(
KEY_ALERTS
);
282
if (key.equals(
KEY_ALERTS
)) {
366
if (!prefs.contains(
KEY_ALERTS
) && prefs.contains(KEY_ALERTS_TYPE)) {
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java
276
if (!prefs.getBoolean(GeneralPreferences.
KEY_ALERTS
, true)) {
[
all
...]
Completed in 42 milliseconds