OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMESUP_MODE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/timer/
Timers.java
47
public static final String
TIMESUP_MODE
= "times_up";
TimerAlertFullScreen.java
66
args.putBoolean(Timers.
TIMESUP_MODE
, true);
TimerFragment.java
107
// Container Activity that requests
TIMESUP_MODE
must implement this interface
447
if (bundle != null && bundle.containsKey(Timers.
TIMESUP_MODE
)) {
448
if (bundle.getBoolean(Timers.
TIMESUP_MODE
, false)) {
[
all
...]
Completed in 35 milliseconds