Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmReceiver.java154 NotificationManager nm = getNotificationManager(context); in onReceive()
158 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in AlarmReceiver
164 NotificationManager nm = getNotificationManager(context); in updateNotification()
DAlarmAlert.java155 NotificationManager nm = getNotificationManager(); in snooze()
176 private NotificationManager getNotificationManager() { in getNotificationManager() method in AlarmAlert
186 NotificationManager nm = getNotificationManager(); in dismiss()
/packages/apps/AlarmClock/src/com/android/alarmclock/
DAlarmReceiver.java165 NotificationManager nm = getNotificationManager(context); in onReceive()
169 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in AlarmReceiver
175 NotificationManager nm = getNotificationManager(context); in updateNotification()
DAlarmAlert.java169 NotificationManager nm = getNotificationManager(); in snooze()
190 private NotificationManager getNotificationManager() { in getNotificationManager() method in AlarmAlert
200 NotificationManager nm = getNotificationManager(); in dismiss()