Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceTestCase.java77 private String mMethodName = null; field in DeviceTestCase
120 if (getName() == null && mMethodName != null) { in run()
121 setName(mMethodName); in run()
156 if (getName() != null || mMethodName != null) { in countTestCases()
DHostTest.java108 private String mMethodName; field in HostTest
351 mMethodName = methodName; in setMethodName()
444 if (mMethodName != null && classes.size() > 1) { in run()
472 if (mMethodName != null) { in runTestClasses()
474 mMethodName)); in runTestClasses()
629 if (mMethodName == null) { in collectTests()
634 classObj.getMethod(mMethodName, (Class[]) null) in collectTests()
638 String.format("Cannot find %s#%s", className, mMethodName), e); in collectTests()
692 if (mMethodName != null) { in getTestMethods()
694 mMethodName)); in getTestMethods()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DInstrumentationPreparer.java57 private String mMethodName = null; field in InstrumentationPreparer
126 test.setMethodName(mMethodName); in runInstrumentation()
180 mMethodName = methodName; in setMethodName()