Searched refs:ACTION_SET_ALARM (Results 1 – 7 of 7) sorted by relevance
36 public static final String ACTION_SET_ALARM = PACKAGE_NAME + ".action.SET_ALARM"; field in TestAlarmScheduler70 case ACTION_SET_ALARM: in onReceive()
41 private static final Intent CREATE_ALARM_INTENT = new Intent(AlarmClock.ACTION_SET_ALARM)57 private static final Intent SET_ALARM_WITH_UI_INTENT = new Intent(AlarmClock.ACTION_SET_ALARM)196 new Intent(AlarmClock.ACTION_SET_ALARM) in createIntents()
123 final Intent setAlarmIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM); in scheduleAlarm()
156 final Intent setAlarmIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM); in scheduleAlarm()
60 new Intent(AlarmClock.ACTION_SET_ALARM),
348 Intent intent = new Intent(AlarmClock.ACTION_SET_ALARM); in testAlarmClockSetAlarm()
35375 field public static final String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";