Searched defs:StopwatchService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchService.java27 public class StopwatchService extends Service { class in inherits:Service
175 Intent leftButtonIntent = new Intent(context, StopwatchService.class);
184 Intent rightButtonIntent = new Intent(context, StopwatchService.class);
206 Intent leftButtonIntent = new Intent(context, StopwatchService.class);
215 Intent rightButtonIntent = new Intent(context, StopwatchService.class);
228 Intent dismissIntent = new Intent(context, StopwatchService.class);

Completed in 33 milliseconds