Home
last modified time | relevance | path

Searched refs:showStopwatch (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java68 final Intent showStopwatch = new Intent(this, DeskClock.class) in onStartCommand() local
70 startActivity(showStopwatch); in onStartCommand()