OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALARM_SNOOZE_ACTION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java
57
// and also
ALARM_SNOOZE_ACTION
/ ALARM_DISMISS_ACTION from other applications
62
if (action.equals(Alarms.
ALARM_SNOOZE_ACTION
)) {
103
filter.addAction(Alarms.
ALARM_SNOOZE_ACTION
);
Alarms.java
55
public static final String
ALARM_SNOOZE_ACTION
= "com.android.deskclock.ALARM_SNOOZE";
Completed in 142 milliseconds