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.java875 boolean quietUpdate = true; in postNotification()
878 quietUpdate = prefs.quietUpdate; in postNotification()
884 addNotificationOptions(notification, quietUpdate, tickerText, in postNotification()
930 private static void addNotificationOptions(NotificationWrapper nw, boolean quietUpdate, in addNotificationOptions() argument
940 if (!quietUpdate) { in addNotificationOptions()
962 boolean quietUpdate; field in AlertService.NotificationPrefs
973 NotificationPrefs(Context context, SharedPreferences prefs, boolean quietUpdate) { in NotificationPrefs() argument
976 this.quietUpdate = quietUpdate; in NotificationPrefs()
999 if (quietUpdate) { in getRingtoneAndSilence()
DAlertUtils.java126 long alarmTime, boolean quietUpdate) {
130 if (quietUpdate) {