HomeSort by relevance Sort by last modified time
    Searched refs:resetActiveContexts (Results 1 - 10 of 10) sorted by null

  /packages/services/Car/car-lib/src/android/car/
IAppContext.aidl 31 void resetActiveContexts(IAppContextListener listener, int contexts) = 5;
CarAppContextManager.java 192 public void resetActiveContexts(int contexts) throws CarNotConnectedException {
194 mService.resetActiveContexts(mBinderListener, contexts);
  /packages/services/Car/car-support-lib/src/android/support/car/
CarAppContextManager.java 122 public abstract void resetActiveContexts(int contexts) throws CarNotConnectedException;
CarAppContextManagerEmbedded.java 112 public void resetActiveContexts(int contexts) throws CarNotConnectedException {
114 mManager.resetActiveContexts(contexts);
  /packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
AppContextTest.java 59 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
60 manager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
  /cts/tests/tests/car/src/android/car/cts/
CarAppContextManagerTest.java 133 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
141 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
153 manager2.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
188 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_VOICE_COMMAND);
190 mManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION);
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarAppContextManagerTest.java 135 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/
CarAppContextManagerTest.java 135 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/
AppContextService.java 76 resetActiveContexts(listener, info.getOwnedContexts());
152 public void resetActiveContexts(IAppContextListener listener, int contexts) {
212 resetActiveContexts(bInterface.binderInterface, ownedContexts);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
AudioTestFragment.java 251 mAppContextManager.resetActiveContexts(
283 mAppContextManager.resetActiveContexts(
433 mAppContextManager.resetActiveContexts(CarAppContextManager.APP_CONTEXT_NAVIGATION |
472 mAppContextManager.resetActiveContexts(
511 mAppContextManager.resetActiveContexts(

Completed in 162 milliseconds