OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_STOPWATCH
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java
31
public static final String
START_STOPWATCH
= "
start_stopwatch
";
StopwatchService.java
66
if (actionType.equals(Stopwatches.
START_STOPWATCH
)) {
223
rightButtonIntent.setAction(Stopwatches.
START_STOPWATCH
);
StopwatchFragment.java
272
intent.setAction(Stopwatches.
START_STOPWATCH
);
[
all
...]
Completed in 33 milliseconds