Searched refs:handlerThreads (Results 1 – 3 of 3) sorted by relevance
135 private val handlerThreads = mutableListOf<HandlerThread>() constant281 super.makeHandlerThread(tag).also { handlerThreads.add(it) } in makeHandlerThread()294 super.makeHandlerThread().also { handlerThreads.add(it) } in makeCarrierPrivilegeAuthenticator()323 handlerThreads.forEach { in tearDown()327 handlerThreads.clear() in tearDown()
366 ArrayList<HandlerThread> handlerThreads = new ArrayList<>(threadSet.size()); in completeAllHandlerThreadTasks() local373 handlerThreads.add((HandlerThread) t); in completeAllHandlerThreadTasks()378 int size = handlerThreads.size(); in completeAllHandlerThreadTasks()382 HandlerThread thread = handlerThreads.get(i); in completeAllHandlerThreadTasks()
416 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown() local418 for (HandlerThread handlerThread : handlerThreads) { in tearDown()421 handlerThreads.clear(); in tearDown()