Searched refs:myHalService (Results 1 – 1 of 1) sorted by relevance
215 UserHalService myHalService = new UserHalService(mVehicleHal); in testTakeSupportedProperties_supportedNoProperties() local217 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() local226 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() local240 myHalService.takeProperties( in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()[all …]