Home
last modified time | relevance | path

Searched defs:waitForEvent (Results 1 – 11 of 11) sorted by relevance

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEventLogs.java103 public E waitForEvent(Duration timeout) { in waitForEvent() method in EventLogs
131 public E waitForEvent() { in waitForEvent() method in EventLogs
/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
DToastTest.java158 private void finishActivity(boolean waitForEvent) throws Exception { in finishActivity()
/cts/tests/tests/view/src/android/view/cts/
DInputQueueTest.java54 private static native boolean waitForEvent(InputQueue inputQueue); in waitForEvent() method in InputQueueTest
/cts/tests/tests/view/jni/
Dandroid_view_cts_InputQueueTest.cpp27 bool waitForEvent(JNIEnv *env, jclass /* clazz */, jobject inputQueue) { in waitForEvent() function
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSetTouchableRegionTest.java80 boolean waitForEvent(boolean receivedEvent) throws InterruptedException { in waitForEvent() method in SetTouchableRegionTest.MotionRecordingView
/cts/tests/tests/nativemedia/resourceobserver/src/
DResourceObserverNativeTest.cpp78 bool waitForEvent(StatusChangeEvent& event, int64_t timeoutUs = 0) { in waitForEvent() function
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DOffBodySensorTestActivity.java234 private SensorEventRegistry waitForEvent() throws InterruptedException { in waitForEvent() method in OffBodySensorTestActivity.SensorEventVerifier
238 private SensorEventRegistry waitForEvent(PowerManager.WakeLock suspendLock) in waitForEvent() method in OffBodySensorTestActivity.SensorEventVerifier
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java303 private InputEvent waitForEvent() { in waitForEvent() method in InputTestCase
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnectionService.java274 public boolean waitForEvent(int event) { in waitForEvent() method in MockConnectionService
/cts/tests/tests/os/src/android/os/cts/
DFileObserverTest.java339 private FileEvent[] waitForEvent(MockFileObserver fileObserver) in waitForEvent() method in FileObserverTest
/cts/tests/tests/virtualdevice/sensor/src/android/virtualdevice/cts/sensor/
DVirtualSensorTest.java742 private SensorEvent waitForEvent() { in waitForEvent() method in VirtualSensorTest.VirtualSensorEventListener