Searched refs:SUPPORT_FEATURES (Results 1 – 1 of 1) sorted by relevance
159 private static final List<Pair<String, String>> SUPPORT_FEATURES = List.of( field in CarFeatureController647 for (int index = 0; index < SUPPORT_FEATURES.size(); index++) { in addSupportFeatures()648 if (features.contains(SUPPORT_FEATURES.get(index).first)) { in addSupportFeatures()649 features.add(SUPPORT_FEATURES.get(index).second); in addSupportFeatures()655 for (int index = 0; index < SUPPORT_FEATURES.size(); index++) { in removeSupportFeatures()656 if (features.contains(SUPPORT_FEATURES.get(index).first)) { in removeSupportFeatures()657 features.remove(SUPPORT_FEATURES.get(index).second); in removeSupportFeatures()