Searched refs:ALARM_DONE_ACTION (Results 1 – 2 of 2) sorted by relevance
97 sendBroadcast(Intent(ALARM_DONE_ACTION)) in stopCurrentAlarm()242 const val ALARM_DONE_ACTION = "com.android.deskclock.ALARM_DONE" constant
83 AlarmService.ALARM_DONE_ACTION -> finish() in onReceive()238 val filter = IntentFilter(AlarmService.ALARM_DONE_ACTION) in onResume()