Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java110 Set<String> officialFeatures = getFeatureConstantsNames("FEATURE_"); in testFeatureNamespaces() local
111 assertFalse(officialFeatures.isEmpty()); in testFeatureNamespaces()
114 notOfficialFeatures.removeAll(officialFeatures); in testFeatureNamespaces()