Home
last modified time | relevance | path

Searched refs: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
1553 .containsExactlyElementsIn(supportedEnumValues); in verifyCarPropertyConfig()
1558 List<?> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyConfig() local
1562 supportedEnumValues).isNotEmpty(); in verifyCarPropertyConfig()
1565 supportedEnumValues).containsNoDuplicates(); in verifyCarPropertyConfig()
1568 + supportedEnumValues + " must all exist in all possible enum set " in verifyCarPropertyConfig()
1570 mAllPossibleEnumValues.containsAll(supportedEnumValues)).isTrue(); in verifyCarPropertyConfig()
1857 List<T> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyValue() local
1859 if (!supportedEnumValues.isEmpty()) { in verifyCarPropertyValue()
1862 for (T bitEnumValue : supportedEnumValues) { in verifyCarPropertyValue()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1158 List<Integer> supportedEnumValues, ImmutableList<Integer> levels, int areaId) { in verifyWindshieldWipersSwitchLevelsAreConsecutive() argument
1161 if (supportedEnumValues.contains(level)) { in verifyWindshieldWipersSwitchLevelsAreConsecutive()
1170 .isIn(supportedEnumValues); in verifyWindshieldWipersSwitchLevelsAreConsecutive()
3877 List<Integer> supportedEnumValues =
3881 supportedEnumValues, intermittentLevels, areaId);
3883 supportedEnumValues, continuousLevels, areaId);