Searched refs:ACTION_ALARM (Results 1 – 6 of 6) 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
53 private static final String ACTION_ALARM = "android.alarmmanager.cts.ACTION_ALARM"; field in TimeChangeTests70 case ACTION_ALARM:89 final Intent alarmIntent = new Intent(ACTION_ALARM) in setUp()93 final IntentFilter alarmFilter = new IntentFilter(ACTION_ALARM); in setUp()
79 private static String ACTION_ALARM = "SignificantMotionTestActivity.ACTION_ALARM"; field in SignificantMotionTestActivity175 alarm_intent.setAction(SignificantMotionTestActivity.ACTION_ALARM); in onReceive()309 new IntentFilter(ACTION_ALARM));
64 private static String ACTION_ALARM = "DeviceSuspendTestActivity.ACTION_ALARM"; field in DeviceSuspendTestActivity74 new IntentFilter(ACTION_ALARM)); in activitySetUp()124 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()