Home
last modified time | relevance | path

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

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