Home
last modified time | relevance | path

Searched refs:onAppContextChange (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DCarAppContextManager.java45 void onAppContextChange(int activeContexts); in onAppContextChange() method
222 listener.onAppContextChange(newContext); in handleAppContextChange()
245 public void onAppContextChange(final int activeContexts) { in onAppContextChange() method in CarAppContextManager.IAppContextListenerImpl
DIAppContextListener.aidl21 void onAppContextChange(int activeContexts) = 0; in onAppContextChange() method
/packages/services/Car/car-support-lib/src/android/support/car/
DCarAppContextManagerEmbedded.java142 public void onAppContextChange(int activeContexts) { in onAppContextChange() method in CarAppContextManagerEmbedded.AppContextChangeListenerProxy
143 mListener.onAppContextChange(activeContexts); in onAppContextChange()
DCarAppContextManager.java36 void onAppContextChange(int activeContexts); in onAppContextChange() method
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DCarNavigationManagerTest.java88 public void onAppContextChange(int activeContexts) { in testStart()
DCarAppContextManagerTest.java210 public void onAppContextChange(int activeContexts) { in onAppContextChange() method in CarAppContextManagerTest.ContextChangeListerner
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DCarNavigationManagerTest.java82 public void onAppContextChange(int activeContexts) { in testStart()
DCarAppContextManagerTest.java209 public void onAppContextChange(int activeContexts) { in onAppContextChange() method in CarAppContextManagerTest.ContextChangeListerner
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
DAppContextTest.java78 public void onAppContextChange(int activeContexts) { in onAppContextChange() method in AppContextTest.ContextChangeListener
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
DInstrumentClusterFragment.java88 public void onAppContextChange(int activeContexts) { in initCluster()
/packages/services/Car/service/src/com/android/car/
DAppContextService.java251 listener.onAppContextChange(contexts); in dispatchAppContextChange()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioTestFragment.java140 public void onAppContextChange(int activeContexts) { in init()