Searched refs:notOfficialFeatures (Results 1 – 1 of 1) sorted by relevance
113 Set<String> notOfficialFeatures = new HashSet<String>(mAvailableFeatures); in testFeatureNamespaces() local114 notOfficialFeatures.removeAll(officialFeatures); in testFeatureNamespaces()116 for (String featureName : notOfficialFeatures) { in testFeatureNamespaces()