Searched refs:NotificationPrefs (Results 1 – 1 of 1) sorted by relevance
329 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 { class973 NotificationPrefs(Context context, SharedPreferences prefs, boolean quietUpdate) { in NotificationPrefs() method in AlertService.NotificationPrefs