Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeStressTest.java54 private String mDeviceTestPath = DEFAULT_TEST_PATH; field in NativeStressTest
130 StringBuilder testPath = new StringBuilder(mDeviceTestPath); in getTestPath()
DNativeBenchmarkTest.java56 private String mDeviceTestPath = DEFAULT_TEST_PATH; field in NativeBenchmarkTest
154 StringBuilder testPath = new StringBuilder(mDeviceTestPath); in getTestPath()
DGoogleBenchmarkTest.java72 private String mDeviceTestPath = DEFAULT_TEST_PATH; field in GoogleBenchmarkTest
344 String testPath = getTestPath(mDeviceTestPath, testModule); in run()