Searched refs:mClusterHomeService (Results 1 – 2 of 2) sorted by relevance
82 private ClusterHomeService mClusterHomeService; field in ClusterHomeServiceUnitTest158 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 …]
173 private final ClusterHomeService mClusterHomeService; field in ICarImpl404 mClusterHomeService = constructWithTrace( in ICarImpl()411 mClusterHomeService = null; in ICarImpl()414 mClusterHomeService = null; in ICarImpl()685 return mClusterHomeService; in getCarService()