Searched refs:mMethodName (Results 1 – 4 of 4) sorted by relevance
115 private String mMethodName; field in HostTest399 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 …]
76 private String mMethodName = null; field in DeviceTestCase118 if (getName() == null && mMethodName != null) { in run()119 setName(mMethodName); in run()154 if (getName() != null || mMethodName != null) { in countTestCases()
84 private String mMethodName; field in IsolatedHostTest
57 private String mMethodName = null; field in InstrumentationPreparer127 test.setMethodName(mMethodName); in runInstrumentation()181 mMethodName = methodName; in setMethodName()