Home
last modified time | relevance | path

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

/cts/tools/utils/
DCollectAllTests.java148 if (testType.type == TestType.HOST_SIDE_ONLY) { in main()
288 private static final int HOST_SIDE_ONLY = 1; field in CollectAllTests.TestType
315 type = HOST_SIDE_ONLY; in getTestType()