Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DAppFocusService.java20 import android.car.IAppFocusListener;
73 private final BinderInterfaceContainer.BinderEventHandler<IAppFocusListener>
89 public void registerFocusListener(IAppFocusListener listener, int appType) { in registerFocusListener()
103 public void unregisterFocusListener(IAppFocusListener listener, int appType) { in unregisterFocusListener()
179 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in requestAppFocus()
221 for (BinderInterfaceContainer.BinderInterface<IAppFocusListener> client : in abandonAppFocus()
363 private void dispatchAppFocusChange(IAppFocusListener listener, int appType, boolean active) { in dispatchAppFocusChange()
371 static class ClientHolder extends BinderInterfaceContainer<IAppFocusListener> {
372 private ClientHolder(BinderEventHandler<IAppFocusListener> holder) { in ClientHolder()
386 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.java335 private static class IAppFocusListenerImpl extends IAppFocusListener.Stub {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAppFocusServiceTest.java25 import android.car.IAppFocusListener;
130 BinderInterfaceContainer.BinderInterface<IAppFocusListener> binder = in testListenerBinderDeath()