OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetAlarm
(Results
1 - 3
of
3
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
HandleSetAlarm.java
115
SetAlarm
.popAlarmSetToast(this, timeInMillis);
117
Intent i = new Intent(this,
SetAlarm
.class);
AlarmClock.java
66
SetAlarm
.popAlarmSetToast(this, alarm.hour, alarm.minutes,
171
SetAlarm
.popAlarmSetToast(this, alarm.hour, alarm.minutes,
181
Intent intent = new Intent(this,
SetAlarm
.class);
236
startActivity(new Intent(this,
SetAlarm
.class));
314
Intent intent = new Intent(this,
SetAlarm
.class);
SetAlarm.java
43
public class
SetAlarm
extends PreferenceActivity implements Preference.OnPreferenceChangeListener,
116
popAlarmSetToast(
SetAlarm
.this, time);
274
time = Alarms.
setAlarm
(this, alarm);
299
Alarms.deleteAlarm(
SetAlarm
.this, mId);
311
Alarms.deleteAlarm(
SetAlarm
.this, newId);
Completed in 28 milliseconds