Home
last modified time | relevance | path

Searched refs:resetActiveContexts (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DCarAppContextManagerTest.java135 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()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DCarAppContextManagerTest.java135 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()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioTestFragment.java251 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()
/packages/services/Car/car-support-lib/src/android/support/car/
DCarAppContextManagerEmbedded.java112 public void resetActiveContexts(int contexts) throws CarNotConnectedException { in resetActiveContexts() method in CarAppContextManagerEmbedded
114 mManager.resetActiveContexts(contexts); in resetActiveContexts()
DCarAppContextManager.java122 public abstract void resetActiveContexts(int contexts) throws CarNotConnectedException; in resetActiveContexts() method in CarAppContextManager
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
DAppContextTest.java59 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION); in testContextChange()
60 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND); in testContextChange()
/packages/services/Car/service/src/com/android/car/
DAppContextService.java76 resetActiveContexts(listener, info.getOwnedContexts()); in unregisterContextListener()
152 public void resetActiveContexts(IAppContextListener listener, int contexts) { in resetActiveContexts() method in AppContextService
212 resetActiveContexts(bInterface.binderInterface, ownedContexts); in onBinderDeath()
/packages/services/Car/car-lib/src/android/car/
DCarAppContextManager.java192 public void resetActiveContexts(int contexts) throws CarNotConnectedException { in resetActiveContexts() method in CarAppContextManager
194 mService.resetActiveContexts(mBinderListener, contexts); in resetActiveContexts()
DIAppContext.aidl31 void resetActiveContexts(IAppContextListener listener, int contexts) = 5; in resetActiveContexts() method