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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
OneShotAlarm.java 34 public class OneShotAlarm extends BroadcastReceiver
AlarmController.java 38 * {@link OneShotAlarm} for the code run when the one-shot alarm goes off, and
50 <td class="LinkColumn">src/com.example.android.apis/app/OneShotAlarm.java</td>
91 Intent intent = new Intent(AlarmController.this, OneShotAlarm.class);

Completed in 186 milliseconds