Searched refs:IAppFocusListenerImpl (Results 1 – 1 of 1) sorted by relevance
132 private final Map<OnAppFocusChangedListener, IAppFocusListenerImpl> mChangeBinders =155 IAppFocusListenerImpl binder; in addFocusListener()159 binder = new IAppFocusListenerImpl(this, listener); in addFocusListener()177 IAppFocusListenerImpl binder; in removeFocusListener()204 IAppFocusListenerImpl binder; in removeFocusListener()368 private static class IAppFocusListenerImpl extends IAppFocusListener.Stub { class in CarAppFocusManager374 private IAppFocusListenerImpl(CarAppFocusManager manager, in IAppFocusListenerImpl() method in CarAppFocusManager.IAppFocusListenerImpl