Home
last modified time | relevance | path

Searched defs:excludedFeatures (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java130 public final String[] excludedFeatures; field in TestListAdapter.TestListItem
156 String[] excludedFeatures, in newTest()
177 String[] excludedFeatures) { in newTest()
217 String[] excludedFeatures, in newTest()
247 String[] excludedFeatures, in newTest()
275 String[] excludedFeatures, in newTest()
297 String[] excludedFeatures, in newTest()
319 String[] excludedFeatures) { in newTest()
375 String[] excludedFeatures, in TestListItem()
398 String[] excludedFeatures, in TestListItem()
DManifestTestListAdapter.java311 String[] excludedFeatures = getExcludedFeatures(info.activityInfo.metaData); in getTestsByCategory() local