Home
last modified time | relevance | path

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

/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py626 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))