Home
last modified time | relevance | path

Searched refs: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() argument
163 excludedFeatures, in newTest()
177 String[] excludedFeatures) { in newTest() argument
183 excludedFeatures, in newTest()
217 String[] excludedFeatures, in newTest() argument
229 excludedFeatures, in newTest()
247 String[] excludedFeatures, in newTest() argument
258 excludedFeatures, in newTest()
275 String[] excludedFeatures, in newTest() argument
[all …]
DManifestTestListAdapter.java311 String[] excludedFeatures = getExcludedFeatures(info.activityInfo.metaData); in getTestsByCategory() local
325 excludedFeatures, in getTestsByCategory()
679 if (!hasAnyFeature(test.excludedFeatures) in filterTests()