Home
last modified time | relevance | path

Searched refs:ACTION_PAUSE_STOPWATCH (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleShortcuts.kt35 StopwatchService.ACTION_PAUSE_STOPWATCH -> { in onCreate()
41 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH)) in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.kt57 ACTION_PAUSE_STOPWATCH -> { in onBind()
84 const val ACTION_PAUSE_STOPWATCH = ACTION_PREFIX + "PAUSE_STOPWATCH" constant
DStopwatchFragment.kt178 } else if (StopwatchService.Companion.ACTION_PAUSE_STOPWATCH == action) { in <lambda>()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.kt81 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH) in build()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DShortcutController.kt121 intent = Intent(StopwatchService.ACTION_PAUSE_STOPWATCH) in createStopwatchShortcut()