Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/lib/src/com/android/testutils/
DHandlerUtils.kt29 fun HandlerThread.waitForIdle(timeoutMs: Int) = threadHandler.waitForIdle(timeoutMs.toLong()) in HandlerThread() method
30 fun HandlerThread.waitForIdle(timeoutMs: Long) = threadHandler.waitForIdle(timeoutMs) in HandlerThread() method