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.java95 final String[] excludedFeatures; field in TestListAdapter.TestListItem
101 Intent intent, String[] requiredFeatures, String[] excludedFeatures, in newTest() argument
104 excludedFeatures, applicableFeatures); in newTest()
108 Intent intent, String[] requiredFeatures, String[] excludedFeatures) { in newTest() argument
110 excludedFeatures, null); in newTest()
120 String[] requiredFeatures, String[] excludedFeatures, String[] applicableFeatures) { in newTest() argument
121 return new TestListItem(title, testName, intent, requiredFeatures, excludedFeatures, in newTest()
126 String[] requiredFeatures, String[] excludedFeatures) { in newTest() argument
127 return new TestListItem(title, testName, intent, requiredFeatures, excludedFeatures, in newTest()
145 String[] requiredFeatures, String[] excludedFeatures, String[] applicableFeatures) { in TestListItem() argument
[all …]
DManifestTestListAdapter.java191 String[] excludedFeatures = getExcludedFeatures(info.activityInfo.metaData); in getTestsByCategory() local
194 excludedFeatures, applicableFeatures); in getTestsByCategory()
311 if (!hasAnyFeature(test.excludedFeatures) && hasAllFeatures(test.requiredFeatures)) { in filterTests()