Searched refs:validValues (Results 1 – 1 of 1) sorted by relevance
| /test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
| D | VtsHalAutomotiveVehicleV2_0HostTest.py | 689 def verifyEnumPropIfSupported(self, propertyId, validValues): argument 694 self.assertIntValueInRangeForProp(val, validValues, propertyId) 704 def assertIntValueInRangeForProp(self, value, validValues, prop): argument 707 value in validValues, 709 (value, prop, validValues))
|