Searched refs:RESET_AND_LAUNCH_STOPWATCH (Results 1 – 2 of 2) sorted by relevance
68 || intent.getAction().equals(Stopwatches.RESET_AND_LAUNCH_STOPWATCH); in onStartCommand()110 case Stopwatches.RESET_AND_LAUNCH_STOPWATCH: in onStartCommand()233 leftButtonIntent.setAction(Stopwatches.RESET_AND_LAUNCH_STOPWATCH); in setNotification()
32 public static final String RESET_AND_LAUNCH_STOPWATCH = "reset_and_launch_stopwatch"; field in Stopwatches