Searched refs:ALARM_SNOOZE_ACTION (Results 1 – 2 of 2) sorted by relevance
121 ALARM_SNOOZE_ACTION -> { in onReceive()142 val filter = IntentFilter(ALARM_SNOOZE_ACTION) in onCreate()230 const val ALARM_SNOOZE_ACTION = "com.android.deskclock.ALARM_SNOOZE" constant
81 AlarmService.ALARM_SNOOZE_ACTION -> snooze() in onReceive()239 filter.addAction(AlarmService.ALARM_SNOOZE_ACTION) in onResume()