Searched refs:testMethodName (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 293 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 295 return runDeviceTests(getDevice(), pkgName, testClassName, testMethodName); in runDeviceTests() 309 String runner, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 316 testMethodName, in runDeviceTests() 337 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 344 testMethodName, in runDeviceTests() 369 String testMethodName, in runDeviceTests() argument 377 testMethodName, in runDeviceTests() 403 String testMethodName, in runDeviceTests() argument 412 testMethodName, in runDeviceTests() [all …]
|
D | DeviceTestRunOptions.java | 97 public DeviceTestRunOptions setTestMethodName(String testMethodName) { in setTestMethodName() argument 98 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 | 402 public void setMethodName(String testMethodName) { in setMethodName() argument 403 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()
|