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.java504 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks1()
531 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks1()
588 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks2()
615 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks2()
693 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks3()
701 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks3()
770 syncWait(handler); in testPathologicalFileDescriptorReuseCallbacks4()
891 private void syncWait(Handler handler) throws InterruptedException { in syncWait() method in MessageQueueTest