Searched refs:validValues (Results 1 – 1 of 1) sorted by relevance
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 626 def verifyEnumPropIfSupported(self, propertyId, validValues): argument 631 self.assertIntValueInRangeForProp(val, validValues, propertyId) 641 def assertIntValueInRangeForProp(self, value, validValues, prop): argument 644 value in validValues, 646 (value, prop, validValues))
|