Searched refs:AlarmActivity (Results 1 – 2 of 2) sorted by relevance
42 public class AlarmActivity extends Activity { class64 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 context127 AlarmActivity.this, // the current context
188 new Intent(this, AlarmActivity.class), // A new Intent for AlarmActivity in showNotification()