Searched refs:ACTION_ALARM (Results 1 – 7 of 7) sorted by relevance
20 import static com.android.cts.forcestophelper.Constants.ACTION_ALARM;35 if (ACTION_ALARM.equals(intent.getAction())) { in onReceive()50 final Intent alarmIntent = new Intent(ACTION_ALARM) in createAlarmPendingIntent()
23 String ACTION_ALARM = PACKAGE_NAME + ".action.ACTION_ALARM"; field
59 private static final String ACTION_ALARM = "android.alarmmanager.cts.ACTION_ALARM"; field in TimeChangeTests78 case ACTION_ALARM:102 final Intent alarmIntent = new Intent(ACTION_ALARM) in setUp()106 final IntentFilter alarmFilter = new IntentFilter(ACTION_ALARM); in setUp()
80 private static String ACTION_ALARM = "SignificantMotionTestActivity.ACTION_ALARM"; field in SignificantMotionTestActivity178 alarm_intent.setAction(SignificantMotionTestActivity.ACTION_ALARM); in onReceive()307 new IntentFilter(ACTION_ALARM));
44 private static String ACTION_ALARM = "DeviceSuspendTestActivity.ACTION_ALARM"; field in DeviceSuspendTestActivity53 new IntentFilter(ACTION_ALARM)); in activitySetUp()104 alarm_intent.setAction(DeviceSuspendTestActivity.ACTION_ALARM); in onReceive()
54 private static String ACTION_ALARM = "OffBodySensorTestActivity.ACTION_ALARM"; field in OffBodySensorTestActivity299 new IntentFilter(ACTION_ALARM)); in activitySetUp()344 alarm_intent.setAction(OffBodySensorTestActivity.ACTION_ALARM); in onReceive()
78 private static final String ACTION_ALARM = TEST_CASE_PACKAGE_NAME + ".ACTION_ALARM"; field in ServiceKillTestService105 if (intent != null && ACTION_ALARM.equals(intent.getAction())) {238 Intent i = new Intent(ACTION_ALARM); in getAlarmIntent()269 registerReceiver(mAlarmReceiver, new IntentFilter(ACTION_ALARM)); in startBenchmark()