Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java20 import android.car.IAppFocusListener;
54 private final BinderInterfaceContainer.BinderEventHandler<IAppFocusListener>
68 public void registerFocusListener(IAppFocusListener listener, int appType) { in registerFocusListener()
82 public void unregisterFocusListener(IAppFocusListener listener, int appType) { in unregisterFocusListener()
156 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in requestAppFocus()
199 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in abandonAppFocus()
333 private void dispatchAppFocusChange(IAppFocusListener listener, int appType, boolean active) { in dispatchAppFocusChange()
340 private static class ClientHolder extends BinderInterfaceContainer<IAppFocusListener> {
341 private ClientHolder(BinderEventHandler<IAppFocusListener> holder) { in ClientHolder()
354 BinderInterfaceContainer.BinderInterface<IAppFocusListener> {
[all …]
/packages/services/Car/car-lib/src/android/car/
DIAppFocus.aidl19 import android.car.IAppFocusListener;
24 void registerFocusListener(IAppFocusListener callback, int appType) = 0; in registerFocusListener()
25 void unregisterFocusListener(IAppFocusListener callback, int appType) = 1; in unregisterFocusListener()
DIAppFocusListener.aidl20 oneway interface IAppFocusListener { interface
DCarAppFocusManager.java327 private static class IAppFocusListenerImpl extends IAppFocusListener.Stub {