Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java91 private final DispatchHandler mDispatchHandler = new DispatchHandler(mHandlerThread.getLooper(),
545 private static final class DispatchHandler extends Handler { class in AppFocusService
554 private DispatchHandler(Looper looper, AppFocusService service) { in DispatchHandler() method in AppFocusService.DispatchHandler