Searched refs:ACTION_PAUSE_STOPWATCH (Results 1 – 5 of 5) sorted by relevance
35 StopwatchService.ACTION_PAUSE_STOPWATCH -> { in onCreate()41 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH)) in onCreate()
57 ACTION_PAUSE_STOPWATCH -> { in onBind()84 const val ACTION_PAUSE_STOPWATCH = ACTION_PREFIX + "PAUSE_STOPWATCH" constant
178 } else if (StopwatchService.Companion.ACTION_PAUSE_STOPWATCH == action) { in <lambda>()
81 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH) in build()
121 intent = Intent(StopwatchService.ACTION_PAUSE_STOPWATCH) in createStopwatchShortcut()