Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java113 Set<String> notOfficialFeatures = new HashSet<String>(mAvailableFeatures); in testFeatureNamespaces() local
114 notOfficialFeatures.removeAll(officialFeatures); in testFeatureNamespaces()
116 for (String featureName : notOfficialFeatures) { in testFeatureNamespaces()