Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java49 public static final String ACTION_LAP_STOPWATCH = ACTION_PREFIX + "LAP_STOPWATCH"; field in StopwatchService
88 case ACTION_LAP_STOPWATCH: { in onStartCommand()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.java85 .setAction(StopwatchService.ACTION_LAP_STOPWATCH) in build()