Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java288 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument
290 return runDeviceTests(getDevice(), pkgName, testClassName, testMethodName); in runDeviceTests()
304 String runner, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument
311 testMethodName, in runDeviceTests()
332 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument
339 testMethodName, in runDeviceTests()
364 String testMethodName, in runDeviceTests() argument
372 testMethodName, in runDeviceTests()
398 String testMethodName, in runDeviceTests() argument
407 testMethodName, in runDeviceTests()
[all …]
DDeviceTestRunOptions.java95 public DeviceTestRunOptions setTestMethodName(String testMethodName) { in setTestMethodName() argument
96 this.mTestMethodName = testMethodName; in setTestMethodName()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java268 …private void runDeviceTests(String pkgName, String testClassName, String testMethodName, Collectin… in runDeviceTests() argument
273 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java347 public void setMethodName(String testMethodName) { in setMethodName() argument
348 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()