Searched refs:ACTION_PAUSE_STOPWATCH (Results 1 – 5 of 5) sorted by relevance
42 case StopwatchService.ACTION_PAUSE_STOPWATCH: in onCreate()48 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH)); in onCreate()
47 public static final String ACTION_PAUSE_STOPWATCH = ACTION_PREFIX + "PAUSE_STOPWATCH"; field in StopwatchService78 case ACTION_PAUSE_STOPWATCH: { in onStartCommand()
182 } else if (StopwatchService.ACTION_PAUSE_STOPWATCH.equals(action)) { in onStart()
74 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH) in build()
128 intent = new Intent(StopwatchService.ACTION_PAUSE_STOPWATCH) in createStopwatchShortcut()