Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DTestListAdapter.java133 public final String[] excludedUserTypes; field in TestListAdapter.TestListItem
219 String[] excludedUserTypes, in newTest()
249 String[] excludedUserTypes, in newTest()
400 String[] excludedUserTypes, in TestListItem()
H A DManifestTestListAdapter.java311 String[] excludedUserTypes = getExcludedUserTypes(info.activityInfo.metaData); in getTestsByCategory() local