Searched refs:ACTION_SET_ALARM_CLOCK (Results 1 – 4 of 4) sorted by relevance
42 public static final String ACTION_SET_ALARM_CLOCK = field in RequestReceiver71 case ACTION_SET_ALARM_CLOCK: in onReceive()
41 public static final String ACTION_SET_ALARM_CLOCK = PACKAGE_NAME + ".action.SET_ALARM_CLOCK"; field in TestAlarmScheduler59 case ACTION_SET_ALARM_CLOCK: in onReceive()
135 final Intent setAlarmClockIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK) in scheduleAlarmClock()
292 final Intent requestToTestApp = new Intent(TestAlarmScheduler.ACTION_SET_ALARM_CLOCK) in setAlarmClockForFgs()358 assertResultFromTestApp(RequestReceiver.ACTION_SET_ALARM_CLOCK, TEST_APP_PACKAGE, in setAlarmClockWithoutPermissionOrWhitelist()