Searched refs:MANDATORY_FEATURES (Results 1 – 2 of 2) sorted by relevance
33 private static final List<String> MANDATORY_FEATURES = Arrays.asList( field in CarFeatureTest70 for (String feature : MANDATORY_FEATURES) { in checkMandatoryFeatures()92 for (String feature : MANDATORY_FEATURES) { in testGetAllEnabledFeatures()99 for (String feature : MANDATORY_FEATURES) { in testEnableDisableForMandatoryFeatures()
62 private static final HashSet<String> MANDATORY_FEATURES = new HashSet<>(Arrays.asList( field in CarFeatureController157 mEnabledFeatures = new HashSet<>(MANDATORY_FEATURES); in CarFeatureController()167 mEnabledFeatures.addAll(MANDATORY_FEATURES); in CarFeatureController()213 for (String feature: MANDATORY_FEATURES) { in checkMandatoryFeaturesLocked()224 if (MANDATORY_FEATURES.contains(featureName)) { in checkFeatureExisting()350 if (MANDATORY_FEATURES.contains(feature)) { in getEnabledExperimentalFeatures()