Searched refs:handlerThreads (Results 1 – 2 of 2) sorted by relevance
155 ArrayList<HandlerThread> handlerThreads = new ArrayList<>(threadSet.size()); in completeAllHandlerThreadTasks() local159 handlerThreads.add((HandlerThread) t); in completeAllHandlerThreadTasks()162 ArrayList<SyncRunnable> syncs = new ArrayList<>(handlerThreads.size()); in completeAllHandlerThreadTasks()163 Log.i(TAG, "will wait for " + handlerThreads.size() + " HandlerThreads"); in completeAllHandlerThreadTasks()164 for (int i = 0; i < handlerThreads.size(); i++) { in completeAllHandlerThreadTasks()165 Handler handler = new Handler(handlerThreads.get(i).getLooper()); in completeAllHandlerThreadTasks()
381 LinkedList<HandlerThread> handlerThreads = mTelecomSystem.getCallsManager() in tearDown() local383 for (HandlerThread handlerThread : handlerThreads) { in tearDown()386 handlerThreads.clear(); in tearDown()