Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlarmController.java66 public class AlarmController extends Activity { class
91 Intent intent = new Intent(AlarmController.this, OneShotAlarm.class);
92 PendingIntent sender = PendingIntent.getBroadcast(AlarmController.this,
108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled,
123 Intent intent = new Intent(AlarmController.this, RepeatingAlarm.class);
124 PendingIntent sender = PendingIntent.getBroadcast(AlarmController.this,
140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled,
150 Intent intent = new Intent(AlarmController.this, RepeatingAlarm.class);
151 PendingIntent sender = PendingIntent.getBroadcast(AlarmController.this,
162 mToast = Toast.makeText(AlarmController.this, R.string.repeating_unscheduled,