OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopwatchService
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
27
public class
StopwatchService
extends 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);
StopwatchFragment.java
231
Intent intent = new Intent(context,
StopwatchService
.class);
271
Intent intent = new Intent(context,
StopwatchService
.class);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
44
import com.android.deskclock.stopwatch.
StopwatchService
;
168
Intent stopwatchIntent = new Intent(getApplicationContext(),
StopwatchService
.class);
184
Intent intent = new Intent(getApplicationContext(),
StopwatchService
.class);
Completed in 452 milliseconds