Home
last modified time | relevance | path

Searched refs:AlarmActivity (Results 1 – 2 of 2) sorted by relevance

/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmActivity.java42 public class AlarmActivity extends Activity { class
64 AlarmActivity.this, // the current context in onCreate()
66 new Intent(AlarmActivity.this, AlarmService.class), // A new Service intent in onCreate()
109 AlarmActivity.this, // the current context
127 AlarmActivity.this, // the current context
DAlarmService.java188 new Intent(this, AlarmActivity.class), // A new Intent for AlarmActivity in showNotification()