OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alarmalert
(Results
1 - 7
of
7
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java
32
* Glue class: connects
AlarmAlert
IntentReceiver to
AlarmAlert
126
// Maintain a cpu wake lock until the
AlarmAlert
and AlarmKlaxon can
135
Class c =
AlarmAlert
.class;
151
Intent notify = new Intent(context,
AlarmAlert
.class);
170
Intent
alarmAlert
= new Intent(context, c);
171
alarmAlert
.putExtra(Alarms.ALARM_INTENT_EXTRA, alarm);
172
alarmAlert
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
174
n.fullScreenIntent = PendingIntent.getActivity(context, alarm.id,
alarmAlert
, 0);
AlarmAlertWakeLock.java
24
* released in the
AlarmAlert
activity
AlarmAlertFullScreen.java
91
// Turn on the screen unless we are being launched from the
AlarmAlert
224
if (Log.LOGV) Log.v("
AlarmAlert
.OnNewIntent()");
244
if (Log.LOGV) Log.v("
AlarmAlert
.onDestroy()");
283
// Don't allow back to dismiss. This method is overriden by
AlarmAlert
AlarmAlert.java
32
public class
AlarmAlert
extends AlarmAlertFullScreen {
AlarmKlaxon.java
40
* if another activity overrides the
AlarmAlert
dialog.
Alarms.java
600
/* used by
AlarmAlert
*/
/packages/apps/DeskClock/
AndroidManifest.xml
66
<activity android:name="
AlarmAlert
"
73
<!-- This activity is basically the same as
AlarmAlert
106
causes the
AlarmAlert
activity to pause. -->
Completed in 286 milliseconds