Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java83 } else if (actionType.equals(Stopwatches.STOP_STOPWATCH)) { in onStartCommand()
188 rightButtonIntent.setAction(Stopwatches.STOP_STOPWATCH); in setNotification()
DStopwatches.java33 public static final String STOP_STOPWATCH = "stop_stopwatch"; field in Stopwatches
DStopwatchFragment.java268 intent.setAction(Stopwatches.STOP_STOPWATCH); in toggleStopwatchState()