Searched refs:supportedEnumValues (Results 1 – 2 of 2) sorted by relevance
1548 List<?> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyConfig() local1553 .containsExactlyElementsIn(supportedEnumValues); in verifyCarPropertyConfig()1558 List<?> supportedEnumValues = carPropertyConfig.getAreaIdConfig( in verifyCarPropertyConfig() local1562 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() local1859 if (!supportedEnumValues.isEmpty()) { in verifyCarPropertyValue()1862 for (T bitEnumValue : supportedEnumValues) { in verifyCarPropertyValue()[all …]
1158 List<Integer> supportedEnumValues, ImmutableList<Integer> levels, int areaId) { in verifyWindshieldWipersSwitchLevelsAreConsecutive() argument1161 if (supportedEnumValues.contains(level)) { in verifyWindshieldWipersSwitchLevelsAreConsecutive()1170 .isIn(supportedEnumValues); in verifyWindshieldWipersSwitchLevelsAreConsecutive()3877 List<Integer> supportedEnumValues =3881 supportedEnumValues, intermittentLevels, areaId);3883 supportedEnumValues, continuousLevels, areaId);