Searched refs:supportedTypes (Results 1 – 4 of 4) sorted by relevance
51 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllCabinProperties() local55 if (supportedTypes.contains(property.getPropertyType())) { in testAllCabinProperties()
53 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllHvacProperties() local57 if (supportedTypes.contains(property.getPropertyType())) { in testAllHvacProperties()
112 String[] supportedTypes = info.getSupportedTypes(); in getMediaSoftwareCodecInfoInternal() local113 for (String supportedType : supportedTypes) { in getMediaSoftwareCodecInfoInternal()
1090 final Set<Integer> supportedTypes = new HashSet<Integer>(); in migratePostal() local1093 supportedTypes.add(editType.rawValue); in migratePostal()1103 if (!supportedTypes.contains(oldType)) { in migratePostal()