Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java74 } else if (actionType.equals(Stopwatches.LAP_STOPWATCH)) { in onStartCommand()
177 leftButtonIntent.setAction(Stopwatches.LAP_STOPWATCH); in setNotification()
DStopwatches.java32 public static final String LAP_STOPWATCH = "lap_stopwatch"; field in Stopwatches
DStopwatchFragment.java817 intent.setAction(Stopwatches.LAP_STOPWATCH); in onLeftButtonClick()