Searched refs:ACTION_SET_ALARM (Results 1 – 6 of 6) sorted by relevance
36 public static final String ACTION_SET_ALARM = PACKAGE_NAME + ".action.SET_ALARM"; field in TestAlarmScheduler68 case ACTION_SET_ALARM: in onReceive()
37 private static final Intent CREATE_ALARM_INTENT = new Intent(AlarmClock.ACTION_SET_ALARM)53 private static final Intent SET_ALARM_WITH_UI_INTENT = new Intent(AlarmClock.ACTION_SET_ALARM)176 new Intent(AlarmClock.ACTION_SET_ALARM) in createIntents()
98 final Intent setAlarmIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM); in scheduleAlarm()
147 final Intent setAlarmIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM); in scheduleAlarm()
67 new Intent(AlarmClock.ACTION_SET_ALARM),
338 Intent intent = new Intent(AlarmClock.ACTION_SET_ALARM); in testAlarmClockSetAlarm()