HomeSort by relevance Sort by last modified time
    Searched defs:VM_HOST_TEST (Results 1 - 2 of 2) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java 50 public static final String VM_HOST_TEST = "vmHostTest";
233 } else if (VM_HOST_TEST.equals(mTestType)) {
  /cts/tools/utils/
CollectAllTests.java 142 if (testType.type == TestType.VM_HOST_TEST) {
261 private static final int VM_HOST_TEST = 3;
284 type = VM_HOST_TEST;

Completed in 39 milliseconds