Searched defs:IAppFocusListenerImpl (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
H A DCarAppFocusManager.java116 private final Map<OnAppFocusChangedListener, IAppFocusListenerImpl> mChangeBinders =
140 IAppFocusListenerImpl binder;
144 binder = new IAppFocusListenerImpl(this, listener);
163 IAppFocusListenerImpl binder;
190 IAppFocusListenerImpl binder;
336 private static class IAppFocusListenerImpl extends IAppFocusListener.Stub { class in class:CarAppFocusManager
342 private IAppFocusListenerImpl(CarAppFocusManager manager, method in class:CarAppFocusManager.IAppFocusListenerImpl

Completed in 69 milliseconds