Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java115 private String mMethodName; field in HostTest
399 mMethodName = methodName; in setMethodName()
520 if (mMethodName != null && classes.size() > 1) { in run()
581 if (mMethodName != null) { in runTestClasses()
583 mMethodName)); in runTestClasses()
807 if (mMethodName == null) { in collectTests()
812 classObj.getMethod(mMethodName, (Class[]) null) in collectTests()
816 String.format("Cannot find %s#%s", className, mMethodName), e); in collectTests()
869 if (mMethodName != null) { in getTestMethods()
871 mMethodName)); in getTestMethods()
[all …]
DDeviceTestCase.java76 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()
DIsolatedHostTest.java84 private String mMethodName; field in IsolatedHostTest
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java57 private String mMethodName = null; field in InstrumentationPreparer
127 test.setMethodName(mMethodName); in runInstrumentation()
181 mMethodName = methodName; in setMethodName()