Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DFeatureUtil.java69 Set<String> allFeatures = new HashSet<String>(); in getAllFeatures() local
72 allFeatures.add(feature.substring("feature:".length())); in getAllFeatures()
74 return allFeatures; in getAllFeatures()