Searched refs:mCarAppContextManager (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
H A DCarNavigationManagerTest.java40 private CarAppContextManager mCarAppContextManager; field in class:CarNavigationManagerTest
48 mCarAppContextManager =
50 assertNotNull(mCarAppContextManager);
86 mCarAppContextManager.registerContextListener(new AppContextChangeListener() {
92 mCarAppContextManager.setActiveContexts(new AppContextOwnershipChangeListener() {
98 assertTrue(mCarAppContextManager.isOwningContext(
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
H A DCarNavigationManagerTest.java39 private CarAppContextManager mCarAppContextManager; field in class:CarNavigationManagerTest
47 mCarAppContextManager =
49 assertNotNull(mCarAppContextManager);
80 mCarAppContextManager.registerContextListener(new AppContextChangeListener() {
86 mCarAppContextManager.setActiveContexts(new AppContextOwnershipChangeListener() {
92 assertTrue(mCarAppContextManager.isOwningContext(APP_CONTEXT_NAVIGATION));
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DInstrumentClusterFragment.java42 private CarAppContextManager mCarAppContextManager; field in class:InstrumentClusterFragment
49 mCarAppContextManager = carAppContextManager;
86 mCarAppContextManager.registerContextListener(new AppContextChangeListener() {
97 mCarAppContextManager.setActiveContexts(new AppContextOwnershipChangeListener() {
113 mCarAppContextManager.isOwningContext(
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DKitchenSinkActivity.java68 private CarAppContextManager mCarAppContextManager; field in class:KitchenSinkActivity
177 mCarAppContextManager =
266 mInstrumentClusterFragment.setCarAppContextManager(mCarAppContextManager);

Completed in 301 milliseconds