Searched refs:IAppFocusListenerImpl (Results 1 – 1 of 1) sorted by relevance
122 private final Map<OnAppFocusChangedListener, IAppFocusListenerImpl> mChangeBinders =145 IAppFocusListenerImpl binder; in addFocusListener()149 binder = new IAppFocusListenerImpl(this, listener); in addFocusListener()167 IAppFocusListenerImpl binder; in removeFocusListener()194 IAppFocusListenerImpl binder; in removeFocusListener()335 private static class IAppFocusListenerImpl extends IAppFocusListener.Stub { class in CarAppFocusManager341 private IAppFocusListenerImpl(CarAppFocusManager manager, in IAppFocusListenerImpl() method in CarAppFocusManager.IAppFocusListenerImpl