Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java688 boolean quietUpdate = true; in postNotification()
691 quietUpdate = prefs.quietUpdate; in postNotification()
697 addNotificationOptions(notification, quietUpdate, tickerText, in postNotification()
742 private static void addNotificationOptions(NotificationWrapper nw, boolean quietUpdate, in addNotificationOptions() argument
748 if (!quietUpdate) { in addNotificationOptions()
770 boolean quietUpdate; field in AlertService.NotificationPrefs
781 NotificationPrefs(Context context, SharedPreferences prefs, boolean quietUpdate) { in NotificationPrefs() argument
784 this.quietUpdate = quietUpdate; in NotificationPrefs()
840 if (quietUpdate) { in getRingtoneAndSilence()
DAlertUtils.java80 boolean quietUpdate) { in scheduleAlarmHelper() argument
88 if (quietUpdate) { in scheduleAlarmHelper()