Home
last modified time | relevance | path

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

/cts/tests/AlarmManager/app_common/src/android/alarmmanager/alarmtestapp/cts/common/
DRequestReceiver.java42 public static final String ACTION_SET_ALARM_CLOCK = field in RequestReceiver
71 case ACTION_SET_ALARM_CLOCK: in onReceive()
/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestAlarmScheduler.java41 public static final String ACTION_SET_ALARM_CLOCK = PACKAGE_NAME + ".action.SET_ALARM_CLOCK"; field in TestAlarmScheduler
59 case ACTION_SET_ALARM_CLOCK: in onReceive()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBackgroundRestrictedAlarmsTest.java135 final Intent setAlarmClockIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK) in scheduleAlarmClock()
DExactAlarmsTest.java292 final Intent requestToTestApp = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK) in setAlarmClockForFgs()
358 assertResultFromTestApp(RequestReceiver.ACTION_SET_ALARM_CLOCK, TEST_APP_PACKAGE, in setAlarmClockWithoutPermissionOrWhitelist()