Home
last modified time | relevance | path

Searched defs:lightModeService (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java134 ClusterHalService lightModeService = new ClusterHalService(mMockContext, mVehicleHal); in createLightModeServiceWithProperties() local
180 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList( in testIsServiceEnabled_lightMode_partialProperties() local
188 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList()); in testIsServiceEnabled_lightMode_noProperties() local
205 ClusterHalService lightModeService = in testInit_subscribePropertySafe_lightMode_coreProperties() local
228 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList()); in testInit_lightMode_subscribePropertySafe_noProperties() local
251 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList( in testInit_lightMode_subscribePropertySafe_partialProperties() local
272 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList()); in testTakeProperties_lightMode_noProperties() local
293 ClusterHalService lightModeService = createLightModeServiceWithProperties(Arrays.asList( in testTakeProperties_lightMode_partialProperties() local
323 ClusterHalService lightModeService = in testTakeProperties_lightMode_fullProperties() local
480 ClusterHalService lightModeService = in testReportState_lightMode_fullProperties() local
[all …]