Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DAppFocusService.java82 private final DispatchHandler mDispatchHandler = new DispatchHandler(mHandlerThread.getLooper(),
518 private static final class DispatchHandler extends Handler { class in AppFocusService
527 private DispatchHandler(Looper looper, AppFocusService service) { in DispatchHandler() method in AppFocusService.DispatchHandler