Searched refs:mMethodName (Results 1 – 3 of 3) sorted by relevance
77 private String mMethodName = null; field in DeviceTestCase120 if (getName() == null && mMethodName != null) { in run()121 setName(mMethodName); in run()156 if (getName() != null || mMethodName != null) { in countTestCases()
108 private String mMethodName; field in HostTest351 mMethodName = methodName; in setMethodName()444 if (mMethodName != null && classes.size() > 1) { in run()472 if (mMethodName != null) { in runTestClasses()474 mMethodName)); in runTestClasses()629 if (mMethodName == null) { in collectTests()634 classObj.getMethod(mMethodName, (Class[]) null) in collectTests()638 String.format("Cannot find %s#%s", className, mMethodName), e); in collectTests()692 if (mMethodName != null) { in getTestMethods()694 mMethodName)); in getTestMethods()[all …]
57 private String mMethodName = null; field in InstrumentationPreparer126 test.setMethodName(mMethodName); in runInstrumentation()180 mMethodName = methodName; in setMethodName()