Home
last modified time | relevance | path

Searched refs:excludedUserTypes (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java133 public final String[] excludedUserTypes; field in TestListAdapter.TestListItem
219 String[] excludedUserTypes, in newTest() argument
231 excludedUserTypes, in newTest()
249 String[] excludedUserTypes, in newTest() argument
260 excludedUserTypes, in newTest()
400 String[] excludedUserTypes, in TestListItem() argument
411 this.excludedUserTypes = excludedUserTypes; in TestListItem()
DManifestTestListAdapter.java312 String[] excludedUserTypes = getExcludedUserTypes(info.activityInfo.metaData); in getTestsByCategory() local
327 excludedUserTypes, in getTestsByCategory()
684 && !matchAnyExcludedUserType(test.excludedUserTypes) in filterTests()