Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java215 UserHalService myHalService = new UserHalService(mVehicleHal); in testTakeSupportedProperties_supportedNoProperties() local
217 myHalService.takeProperties(Collections.emptyList()); in testTakeSupportedProperties_supportedNoProperties()
218 assertThat(myHalService.isSupported()).isFalse(); in testTakeSupportedProperties_supportedNoProperties()
219 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedNoProperties()
225 UserHalService myHalService = new UserHalService(mVehicleHal); in testTakeSupportedProperties_supportedFewProperties() local
226 myHalService.takeProperties( in testTakeSupportedProperties_supportedFewProperties()
231 assertThat(myHalService.isSupported()).isFalse(); in testTakeSupportedProperties_supportedFewProperties()
232 assertThat(myHalService.isUserAssociationSupported()).isFalse(); in testTakeSupportedProperties_supportedFewProperties()
239 UserHalService myHalService = new UserHalService(mVehicleHal); in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet() local
240 myHalService.takeProperties( in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()
[all …]