Searched defs:resetActiveContexts (Results 1 - 4 of 4) sorted by relevance

/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/car-lib/src/android/car/
H A DCarAppContextManager.java192 public void resetActiveContexts(int contexts) throws CarNotConnectedException { method in class:CarAppContextManager
194 mService.resetActiveContexts(mBinderListener, contexts);
/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);

Completed in 86 milliseconds