Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java154 ArrayList<HandlerThread> handlerThreads = new ArrayList<>(threadSet.size()); in completeAllHandlerThreadTasks() local
158 handlerThreads.add((HandlerThread) t); in completeAllHandlerThreadTasks()
161 ArrayList<SyncRunnable> syncs = new ArrayList<>(handlerThreads.size()); in completeAllHandlerThreadTasks()
162 Log.i(TAG, "will wait for " + handlerThreads.size() + " HandlerThreads"); in completeAllHandlerThreadTasks()
163 for (int i = 0; i < handlerThreads.size(); i++) { in completeAllHandlerThreadTasks()
164 Handler handler = new Handler(handlerThreads.get(i).getLooper()); in completeAllHandlerThreadTasks()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java380 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown() local
382 for (HandlerThread handlerThread : handlerThreads) { in tearDown()
385 handlerThreads.clear(); in tearDown()