HomeSort by relevance Sort by last modified time
    Searched defs:AlarmActivity (Results 1 - 2 of 2) sorted by null

  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 42 public class AlarmActivity extends Activity {
64 AlarmActivity.this, // the current context
66 new Intent(AlarmActivity.this, AlarmService.class), // A new Service intent
109 AlarmActivity.this, // the current context
127 AlarmActivity.this, // the current context
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 62 public class AlarmActivity extends AppCompatActivity
65 private static final String LOGTAG = AlarmActivity.class.getSimpleName();

Completed in 59 milliseconds