Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.java117 AlarmNotifications.showAlarmNotification(this, mCurrentAlarm); in startAlarm()
DAlarmService.kt80 AlarmNotifications.showAlarmNotification(this, mCurrentAlarm!!) in startAlarm()
DAlarmNotifications.java361 static synchronized void showAlarmNotification(Service service, AlarmInstance instance) { in showAlarmNotification() method in AlarmNotifications
DAlarmNotifications.kt494 fun showAlarmNotification(service: Service, instance: AlarmInstance) { in showAlarmNotification() method