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