Home
last modified time | relevance | path

Searched refs:SUPPORT_FEATURES (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java159 private static final List<Pair<String, String>> SUPPORT_FEATURES = List.of( field in CarFeatureController
647 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()