Searched refs:LooperThread (Results 1 – 1 of 1) sorted by relevance
51 private final LooperThread mEventThread = new LooperThread();270 LooperThread eventThread) throws InterruptedException { in createManager()277 private static Car createCar(Context context, LooperThread eventThread) in createCar()404 private static final class LooperThread extends Thread { class in CarAppFocusManagerTest