Home
last modified time | relevance | path

Searched refs:mClusterHomeService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DClusterHomeServiceUnitTest.java82 private ClusterHomeService mClusterHomeService; field in ClusterHomeServiceUnitTest
158 mClusterHomeService = new ClusterHomeService(mContext, mClusterHalService, in setUp()
160 mClusterHomeService.init(); in setUp()
166 mClusterHomeService.registerClusterStateListener(mClusterStateListener); in registerClusterHomeCallbacks()
167 mClusterHomeService.registerClusterNavigationStateListener(mClusterNavigationStateListener); in registerClusterHomeCallbacks()
173 mClusterHomeService.unregisterClusterStateListener(mClusterStateListener); in tearDown()
176 mClusterHomeService.unregisterClusterNavigationStateListener( in tearDown()
179 mClusterHomeService.release(); in tearDown()
201 mClusterHomeService.init(); in init_lightMode_setsDisplayOn()
203 assertThat(mClusterHomeService.getClusterState().on).isEqualTo(true); in init_lightMode_setsDisplayOn()
[all …]
/packages/services/Car/service/src/com/android/car/
DICarImpl.java173 private final ClusterHomeService mClusterHomeService; field in ICarImpl
404 mClusterHomeService = constructWithTrace( in ICarImpl()
411 mClusterHomeService = null; in ICarImpl()
414 mClusterHomeService = null; in ICarImpl()
685 return mClusterHomeService; in getCarService()