Searched refs:handlerThreads (Results 1 – 3 of 3) sorted by relevance
129 private val handlerThreads = mutableListOf<HandlerThread>() constant in com.android.server.net.integrationtests.ConnectivityServiceIntegrationTest247 super.makeHandlerThread(tag).also { handlerThreads.add(it) } in makeHandlerThread()259 super.makeHandlerThread().also { handlerThreads.add(it) } in makeCarrierPrivilegeAuthenticator()277 handlerThreads.forEach { in makeSatelliteAccessController()281 handlerThreads.clear() in makeSatelliteAccessController()
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()
414 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown() local416 for (HandlerThread handlerThread : handlerThreads) { in tearDown()419 handlerThreads.clear(); in tearDown()