Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java68 || intent.getAction().equals(Stopwatches.RESET_AND_LAUNCH_STOPWATCH); in onStartCommand()
110 case Stopwatches.RESET_AND_LAUNCH_STOPWATCH: in onStartCommand()
233 leftButtonIntent.setAction(Stopwatches.RESET_AND_LAUNCH_STOPWATCH); in setNotification()
DStopwatches.java32 public static final String RESET_AND_LAUNCH_STOPWATCH = "reset_and_launch_stopwatch"; field in Stopwatches