Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarAppFocusManager.java132 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 CarAppFocusManager
374 private IAppFocusListenerImpl(CarAppFocusManager manager, in IAppFocusListenerImpl() method in CarAppFocusManager.IAppFocusListenerImpl