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