Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java435 private String mBinaryTestType = ""; field in VtsMultiDeviceTest
695 switch (mBinaryTestType) { in run()
711 CLog.e("Only global coverage is supported for test type %s.", mBinaryTestType); in run()
714 } else if (mBinaryTestType.equals(BINARY_TEST_TYPE_HAL_HIDL_REPLAY_TEST)) { in run()
716 } else if (mBinaryTestType.equals(BINARY_TEST_TYPE_LLVMFUZZER)) { in run()