Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java605 final Thread readingThread = new Thread(() -> { in testOpenProxyFileDescriptor_async() local
614 readingThread.start(); in testOpenProxyFileDescriptor_async()
617 assertEquals(Thread.State.RUNNABLE, readingThread.getState()); in testOpenProxyFileDescriptor_async()
625 readingThread.join(); in testOpenProxyFileDescriptor_async()