Searched refs:excludedFeatures (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListAdapter.java | 102 final String[] excludedFeatures; field in TestListAdapter.TestListItem 108 Intent intent, String[] requiredFeatures, String[] excludedFeatures, in newTest() argument 111 excludedFeatures, applicableFeatures); in newTest() 115 Intent intent, String[] requiredFeatures, String[] excludedFeatures) { in newTest() argument 117 excludedFeatures, null); in newTest() 127 String[] requiredFeatures, String[] requiredConfigs, String[] excludedFeatures, in newTest() argument 130 excludedFeatures, applicableFeatures); in newTest() 134 String[] requiredFeatures, String[] excludedFeatures, String[] applicableFeatures) { in newTest() argument 135 … return new TestListItem(title, testName, intent, requiredFeatures, null, excludedFeatures, in newTest() 140 String[] requiredFeatures, String[] excludedFeatures) { in newTest() argument [all …]
|
D | ManifestTestListAdapter.java | 200 String[] excludedFeatures = getExcludedFeatures(info.activityInfo.metaData); in getTestsByCategory() local 203 requiredConfigs, excludedFeatures, applicableFeatures); in getTestsByCategory() 389 if (!hasAnyFeature(test.excludedFeatures) && hasAllFeatures(test.requiredFeatures) in filterTests()
|