Searched refs:stopwatchIntent (Results 1 – 1 of 1) sorted by relevance
168 Intent stopwatchIntent = new Intent(getApplicationContext(), StopwatchService.class); in onResume() local169 stopwatchIntent.setAction(Stopwatches.KILL_NOTIF); in onResume()170 startService(stopwatchIntent); in onResume()