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.java51 public static final String ACTION_RESET_STOPWATCH = ACTION_PREFIX + "RESET_STOPWATCH"; field in StopwatchService
83 case ACTION_RESET_STOPWATCH: { in onStartCommand()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.java117 .setAction(StopwatchService.ACTION_RESET_STOPWATCH) in build()