Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DConnectivityServiceIntegrationTest.kt135 private val handlerThreads = mutableListOf<HandlerThread>() constant
281 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()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java366 ArrayList<HandlerThread> handlerThreads = new ArrayList<>(threadSet.size()); in completeAllHandlerThreadTasks() local
373 handlerThreads.add((HandlerThread) t); in completeAllHandlerThreadTasks()
378 int size = handlerThreads.size(); in completeAllHandlerThreadTasks()
382 HandlerThread thread = handlerThreads.get(i); in completeAllHandlerThreadTasks()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java416 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown() local
418 for (HandlerThread handlerThread : handlerThreads) { in tearDown()
421 handlerThreads.clear(); in tearDown()