Searched refs:resetActiveContexts (Results 1 – 9 of 9) sorted by relevance
135 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION); in testContextChange()143 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND); in testContextChange()155 manager2.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION); in testContextChange()190 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND); in testFilter()192 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION); in testFilter()
251 mAppContextManager.resetActiveContexts( in onCreateView()283 mAppContextManager.resetActiveContexts( in onCreateView()433 mAppContextManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION | in onDestroyView()472 mAppContextManager.resetActiveContexts( in handleNavEnd()511 mAppContextManager.resetActiveContexts( in handleVrEnd()
112 public void resetActiveContexts(int contexts) throws CarNotConnectedException { in resetActiveContexts() method in CarAppContextManagerEmbedded114 mManager.resetActiveContexts(contexts); in resetActiveContexts()
122 public abstract void resetActiveContexts(int contexts) throws CarNotConnectedException; in resetActiveContexts() method in CarAppContextManager
59 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION); in testContextChange()60 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND); in testContextChange()
76 resetActiveContexts(listener, info.getOwnedContexts()); in unregisterContextListener()152 public void resetActiveContexts(IAppContextListener listener, int contexts) { in resetActiveContexts() method in AppContextService212 resetActiveContexts(bInterface.binderInterface, ownedContexts); in onBinderDeath()
192 public void resetActiveContexts(int contexts) throws CarNotConnectedException { in resetActiveContexts() method in CarAppContextManager194 mService.resetActiveContexts(mBinderListener, contexts); in resetActiveContexts()
31 void resetActiveContexts(IAppContextListener listener, int contexts) = 5; in resetActiveContexts() method