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