Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFeatureUtil.java74 Set<String> allFeatures = new HashSet<String>(); in getAllFeatures() local
76 allFeatures.add(fi.name); in getAllFeatures()
78 return allFeatures; in getAllFeatures()