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.java128 public final String[] excludedFeatures; field in TestListAdapter.TestListItem
154 String[] excludedFeatures, in newTest()
175 String[] excludedFeatures) { in newTest()
215 String[] excludedFeatures, in newTest()
245 String[] excludedFeatures, in newTest()
273 String[] excludedFeatures, in newTest()
295 String[] excludedFeatures, in newTest()
317 String[] excludedFeatures) { in newTest()
373 String[] excludedFeatures, in TestListItem()
396 String[] excludedFeatures, in TestListItem()
DManifestTestListAdapter.java302 String[] excludedFeatures = getExcludedFeatures(info.activityInfo.metaData); in getTestsByCategory() local