Searched refs:testMethodName (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 311 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 313 return runDeviceTests(getDevice(), pkgName, testClassName, testMethodName); in runDeviceTests() 327 String runner, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 334 testMethodName, in runDeviceTests() 355 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 362 testMethodName, in runDeviceTests() 387 String testMethodName, in runDeviceTests() argument 395 testMethodName, in runDeviceTests() 421 String testMethodName, in runDeviceTests() argument 430 testMethodName, in runDeviceTests() [all …]
|
D | DeviceTestRunOptions.java | 103 public DeviceTestRunOptions setTestMethodName(String testMethodName) { in setTestMethodName() argument 104 this.mTestMethodName = testMethodName; in setTestMethodName()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/ |
D | PerformanceTest.java | 268 …private void runDeviceTests(String pkgName, String testClassName, String testMethodName, Collectin… in runDeviceTests() argument 273 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationTest.java | 415 public void setMethodName(String testMethodName) { in setMethodName() argument 416 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()
|