Searched defs:Handler (Results 1 – 3 of 3) sorted by relevance
31 fun Handler.waitForIdle(timeoutMs: Int) = waitForIdle(timeoutMs.toLong()) in HandlerThread() method32 fun Handler.waitForIdle(timeoutMs: Long) { in HandlerThread() method
140 BiFunction<Handler, VmsClientCallback, VmsClient> initVmsClient, in VmsHalService()
103 #define TEST_INTEGER(Handler, str, x) \ in TEST() argument