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.kt129 private val handlerThreads = mutableListOf<HandlerThread>() constant in com.android.server.net.integrationtests.ConnectivityServiceIntegrationTest
247 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()
/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.java414 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown() local
416 for (HandlerThread handlerThread : handlerThreads) { in tearDown()
419 handlerThreads.clear(); in tearDown()