Home
last modified time | relevance | path

Searched defs:supportedEnumValues (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1548 List<?> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyConfig() local
1558 List<?> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyConfig() local
1857 List<T> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyValue() local
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1158 List<Integer> supportedEnumValues, ImmutableList<Integer> levels, int areaId) { in verifyWindshieldWipersSwitchLevelsAreConsecutive()