Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java329 NotificationPrefs notificationPrefs = new NotificationPrefs(context, prefs, in generateAlerts()
863 Context context, boolean highPriority, NotificationPrefs prefs, in postNotification()
876 String ringtone = NotificationPrefs.EMPTY_RINGTONE; in postNotification()
961 /* package */ static class NotificationPrefs { class
973 NotificationPrefs(Context context, SharedPreferences prefs, boolean quietUpdate) { in NotificationPrefs() method in AlertService.NotificationPrefs