Searched refs:mMethodName (Results 1 – 3 of 3) sorted by relevance
107 private String mMethodName; field in HostTest386 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 …]
75 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()
57 private String mMethodName = null; field in InstrumentationPreparer126 test.setMethodName(mMethodName); in runInstrumentation()180 mMethodName = methodName; in setMethodName()