Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java77 private static String ACTION_ALARM = "SignificantMotionTestActivity.ACTION_ALARM"; field in SignificantMotionTestActivity
162 alarm_intent.setAction(SignificantMotionTestActivity.ACTION_ALARM); in onReceive()
285 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()