Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java76 private String mMethodName = null; field in DeviceTestCase
118 if (getName() == null && mMethodName != null) { in run()
119 setName(mMethodName); in run()
182 if (getName() != null || mMethodName != null) { in countTestCases()
DHostTest.java125 private String mMethodName; field in HostTest
439 mMethodName = methodName; in setMethodName()
568 if (mMethodName != null && classes.size() > 1) { in run()
627 if (mMethodName != null) { in runTestClasses()
629 mMethodName)); in runTestClasses()
866 if (mMethodName == null) { in collectTests()
871 classObj.getMethod(mMethodName, (Class[]) null) in collectTests()
875 String.format("Cannot find %s#%s", className, mMethodName), e); in collectTests()
928 if (mMethodName != null) { in getTestMethods()
930 mMethodName)); in getTestMethods()
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java58 private String mMethodName = null; field in InstrumentationPreparer
127 test.setMethodName(mMethodName); in runInstrumentation()
184 mMethodName = methodName; in setMethodName()