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/
DHostTest.java107 private String mMethodName; field in HostTest
386 mMethodName = methodName; in setMethodName()
506 if (mMethodName != null && classes.size() > 1) { in run()
554 if (mMethodName != null) { in runTestClasses()
556 mMethodName)); in runTestClasses()
733 if (mMethodName == null) { in collectTests()
738 classObj.getMethod(mMethodName, (Class[]) null) in collectTests()
742 String.format("Cannot find %s#%s", className, mMethodName), e); in collectTests()
795 if (mMethodName != null) { in getTestMethods()
797 mMethodName)); in getTestMethods()
[all …]
DDeviceTestCase.java75 private String mMethodName = null; field in DeviceTestCase
118 if (getName() == null && mMethodName != null) { in run()
119 setName(mMethodName); in run()
154 if (getName() != null || mMethodName != null) { in countTestCases()
/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()