Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java434 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks1()
461 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks1()
516 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks2()
543 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks2()
619 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks3()
627 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks3()
694 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks4()
785 private void syncWait(Handler handler) throws InterruptedException { in syncWait() method in MessageQueueTest