Searched refs:showAlarmNotification (Results 1 – 4 of 4) sorted by relevance
117 AlarmNotifications.showAlarmNotification(this, mCurrentAlarm); in startAlarm()
80 AlarmNotifications.showAlarmNotification(this, mCurrentAlarm!!) in startAlarm()
361 static synchronized void showAlarmNotification(Service service, AlarmInstance instance) { in showAlarmNotification() method in AlarmNotifications
494 fun showAlarmNotification(service: Service, instance: AlarmInstance) { in showAlarmNotification() method