Home
last modified time | relevance | path

Searched refs:START_STOPWATCH (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java66 if (actionType.equals(Stopwatches.START_STOPWATCH)) { in onStartCommand()
223 rightButtonIntent.setAction(Stopwatches.START_STOPWATCH); in setNotification()
DStopwatches.java31 public static final String START_STOPWATCH = "start_stopwatch"; field in Stopwatches
DStopwatchFragment.java276 intent.setAction(Stopwatches.START_STOPWATCH); in toggleStopwatchState()