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.java77 } else if (actionType.equals(Stopwatches.LAP_STOPWATCH)) { in onStartCommand()
176 leftButtonIntent.setAction(Stopwatches.LAP_STOPWATCH); in setNotification()
DStopwatches.java28 public static final String LAP_STOPWATCH = "lap_stopwatch"; field in Stopwatches
DStopwatchFragment.java279 intent.setAction(Stopwatches.LAP_STOPWATCH); in onCreateView()