Searched refs:IAppContextListener (Results 1 – 4 of 4) sorted by relevance
20 import android.car.IAppContextListener;36 BinderInterfaceContainer.BinderEventHandler<IAppContextListener> {56 public void registerContextListener(IAppContextListener listener, int filter) { in registerContextListener()70 public void unregisterContextListener(IAppContextListener listener) { in unregisterContextListener()89 public boolean isOwningContext(IAppContextListener listener, int context) { in isOwningContext()101 public void setActiveContexts(IAppContextListener listener, int contexts) { in setActiveContexts()136 for (BinderInterfaceContainer.BinderInterface<IAppContextListener> client : in setActiveContexts()152 public void resetActiveContexts(IAppContextListener listener, int contexts) { in resetActiveContexts()179 for (BinderInterfaceContainer.BinderInterface<IAppContextListener> client : in resetActiveContexts()208 BinderInterfaceContainer.BinderInterface<IAppContextListener> bInterface) { in onBinderDeath()[all …]
19 import android.car.IAppContextListener;23 void registerContextListener(IAppContextListener listener, int filter) = 0; in registerContextListener()24 void unregisterContextListener(IAppContextListener listener) = 1;27 boolean isOwningContext(IAppContextListener listener, int context) = 3; in isOwningContext()29 void setActiveContexts(IAppContextListener listener, int contexts) = 4; in setActiveContexts()31 void resetActiveContexts(IAppContextListener listener, int contexts) = 5; in resetActiveContexts()
20 oneway interface IAppContextListener { interface
236 private static class IAppContextListenerImpl extends IAppContextListener.Stub {