Home
last modified time | relevance | path

Searched refs:ACTION_SET_ALARM (Results 1 – 7 of 7) sorted by relevance

/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestAlarmScheduler.java36 public static final String ACTION_SET_ALARM = PACKAGE_NAME + ".action.SET_ALARM"; field in TestAlarmScheduler
70 case ACTION_SET_ALARM: in onReceive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java41 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()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBackgroundRestrictedAlarmsTest.java123 final Intent setAlarmIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM); in scheduleAlarm()
DAppStandbyTests.java156 final Intent setAlarmIntent = new Intent(TestAlarmScheduler.ACTION_SET_ALARM); in scheduleAlarm()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DIntentFiltersTestHelper.java60 new Intent(AlarmClock.ACTION_SET_ALARM),
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java348 Intent intent = new Intent(AlarmClock.ACTION_SET_ALARM); in testAlarmClockSetAlarm()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt35375 field public static final String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";