Searched refs:ACTION_START_STOPWATCH (Results 1 – 5 of 5) sorted by relevance
44 StopwatchService.ACTION_START_STOPWATCH -> { in onCreate()50 .setAction(StopwatchService.ACTION_START_STOPWATCH)) in onCreate()
53 ACTION_START_STOPWATCH -> { in onBind()81 const val ACTION_START_STOPWATCH = ACTION_PREFIX + "START_STOPWATCH" constant
174 if (StopwatchService.Companion.ACTION_START_STOPWATCH == action) { in <lambda>()
114 .setAction(StopwatchService.ACTION_START_STOPWATCH) in build()
126 intent = Intent(StopwatchService.ACTION_START_STOPWATCH) in createStopwatchShortcut()