Searched refs:mMethodName (Results 1 – 3 of 3) sorted by relevance
76 private String mMethodName = null; field in DeviceTestCase118 if (getName() == null && mMethodName != null) { in run()119 setName(mMethodName); in run()182 if (getName() != null || mMethodName != null) { in countTestCases()
125 private String mMethodName; field in HostTest439 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 …]
58 private String mMethodName = null; field in InstrumentationPreparer127 test.setMethodName(mMethodName); in runInstrumentation()184 mMethodName = methodName; in setMethodName()