Home
last modified time | relevance | path

Searched refs:ACTION_ALARM (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java78 private static String ACTION_ALARM = "SignificantMotionTestActivity.ACTION_ALARM"; field in SignificantMotionTestActivity
172 alarm_intent.setAction(SignificantMotionTestActivity.ACTION_ALARM); in onReceive()
302 new IntentFilter(ACTION_ALARM));
DDeviceSuspendTestActivity.java58 private static String ACTION_ALARM = "DeviceSuspendTestActivity.ACTION_ALARM"; field in DeviceSuspendTestActivity
68 new IntentFilter(ACTION_ALARM)); in activitySetUp()
111 alarm_intent.setAction(DeviceSuspendTestActivity.ACTION_ALARM); in onReceive()
DOffBodySensorTestActivity.java54 private static String ACTION_ALARM = "OffBodySensorTestActivity.ACTION_ALARM"; field in OffBodySensorTestActivity
299 new IntentFilter(ACTION_ALARM)); in activitySetUp()
344 alarm_intent.setAction(OffBodySensorTestActivity.ACTION_ALARM); in onReceive()