Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleShortcuts.kt44 StopwatchService.ACTION_START_STOPWATCH -> { in onCreate()
50 .setAction(StopwatchService.ACTION_START_STOPWATCH)) in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.kt53 ACTION_START_STOPWATCH -> { in onBind()
81 const val ACTION_START_STOPWATCH = ACTION_PREFIX + "START_STOPWATCH" constant
DStopwatchFragment.kt174 if (StopwatchService.Companion.ACTION_START_STOPWATCH == action) { in <lambda>()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.kt114 .setAction(StopwatchService.ACTION_START_STOPWATCH) in build()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DShortcutController.kt126 intent = Intent(StopwatchService.ACTION_START_STOPWATCH) in createStopwatchShortcut()