Home
last modified time | relevance | path

Searched refs:ACTION_SHOW_STOPWATCH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.kt44 ACTION_SHOW_STOPWATCH -> { in onBind()
78 const val ACTION_SHOW_STOPWATCH = ACTION_PREFIX + "SHOW_STOPWATCH" constant
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.kt61 .setAction(StopwatchService.ACTION_SHOW_STOPWATCH) in build()