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.java122 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 CarAppFocusManager
341 private IAppFocusListenerImpl(CarAppFocusManager manager, in IAppFocusListenerImpl() method in CarAppFocusManager.IAppFocusListenerImpl