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

/packages/services/Car/car-lib/src/android/car/
H A DIAppContext.aidl31 void resetActiveContexts(IAppContextListener listener, int contexts) = 5;
H A DCarAppContextManager.java192 public void resetActiveContexts(int contexts) throws CarNotConnectedException { method in class:CarAppContextManager
194 mService.resetActiveContexts(mBinderListener, contexts);
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarAppContextManager.java122 public abstract void resetActiveContexts(int contexts) throws CarNotConnectedException; method in class:CarAppContextManager
H A DCarAppContextManagerEmbedded.java112 public void resetActiveContexts(int contexts) throws CarNotConnectedException { method in class:CarAppContextManagerEmbedded
114 mManager.resetActiveContexts(contexts);
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
H A DAppContextTest.java59 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
60 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
H A DCarAppContextManagerTest.java135 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
143 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
155 manager2.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
190 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
192 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarAppContextManagerTest.java135 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
143 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
155 manager2.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
190 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
192 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
/packages/services/Car/service/src/com/android/car/
H A DAppContextService.java76 resetActiveContexts(listener, info.getOwnedContexts());
152 public void resetActiveContexts(IAppContextListener listener, int contexts) { method in class:AppContextService
212 resetActiveContexts(bInterface.binderInterface, ownedContexts);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
H A DAudioTestFragment.java251 mAppContextManager.resetActiveContexts(
283 mAppContextManager.resetActiveContexts(
433 mAppContextManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION |
472 mAppContextManager.resetActiveContexts(
511 mAppContextManager.resetActiveContexts(

Completed in 86 milliseconds