Home
last modified time | relevance | path

Searched refs:ACTION_PAUSE_STOPWATCH (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleShortcuts.java42 case StopwatchService.ACTION_PAUSE_STOPWATCH: in onCreate()
48 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH)); in onCreate()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java47 public static final String ACTION_PAUSE_STOPWATCH = ACTION_PREFIX + "PAUSE_STOPWATCH"; field in StopwatchService
78 case ACTION_PAUSE_STOPWATCH: { in onStartCommand()
DStopwatchFragment.java182 } else if (StopwatchService.ACTION_PAUSE_STOPWATCH.equals(action)) { in onStart()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.java74 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH) in build()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DShortcutController.java128 intent = new Intent(StopwatchService.ACTION_PAUSE_STOPWATCH) in createStopwatchShortcut()