Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.kt61 ACTION_RESET_STOPWATCH -> { in onBind()
90 const val ACTION_RESET_STOPWATCH = ACTION_PREFIX + "RESET_STOPWATCH" constant
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.kt124 .setAction(StopwatchService.ACTION_RESET_STOPWATCH) in build()