Home
last modified time | relevance | path

Searched refs:getMethodName (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DGcovKernelCodeCoverageCollectorTest.java242 var moduleName = name.getMethodName(); in singleModuleSingleTestRun_returnModuleNamedTar()
251 var moduleName = name.getMethodName(); in singleModuleMultiTestRun_returnModuleNamedTar()
261 var moduleName1 = name.getMethodName() + "_1"; in multipleModuleRun_returnMultipleModuleNamedTars()
262 var moduleName2 = name.getMethodName() + "_2"; in multipleModuleRun_returnMultipleModuleNamedTars()
263 var moduleName3 = name.getMethodName() + "_3"; in multipleModuleRun_returnMultipleModuleNamedTars()
275 var moduleName = name.getMethodName(); in mountDebugfsFailure_noTar()
286 var moduleName = name.getMethodName(); in resetGcovCountsFail_noTar()
299 var moduleName = name.getMethodName(); in makeTempDirFail_noTar()
312 var moduleName = name.getMethodName(); in makeGcdaTempDirFail_noTar()
327 var moduleName = name.getMethodName(); in copyGcovDataFail_noTar()
[all …]
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationResultForwarder.java57 .setMethodName(desc.getMethodName()) in testFailure()
85 .setMethodName(desc.getMethodName()) in testAssumptionFailure()
104 .setMethodName(description.getMethodName()) in testStarted()
120 .setMethodName(description.getMethodName()) in testFinished()
136 .setMethodName(description.getMethodName()) in testIgnored()
DIsolationFilter.java81 String methodName = String.format("%s#%s", className, desc.getMethodName()); in checkFilters()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java71 if (description.getMethodName() == null) { in testFailure()
126 test.getMethodName(), in testRunFinished()
142 mMethodTrace = new CloseableTraceScope(description.getMethodName()); in testStarted()
148 description.getMethodName(), in testStarted()
164 description.getMethodName(), in testFinished()
196 description.getMethodName(), in testIgnored()
/tools/platform-compat/javatest/com/android/annotationvisitor/
DAnnotationHandlerTestBase.java45 mTestName.getMethodName())); in baseSetup()
/tools/tradefederation/core/lite/com/android/tradefed/lite/
DDryRunner.java57 if (desc.getMethodName() == null || !desc.getChildren().isEmpty()) { in fakeExecution()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java747 event.getMethodName()); in executeTests()
754 event.getMethodName()); in executeTests()
761 event.getMethodName()); in executeTests()
770 event.getMethodName()); in executeTests()
785 event.getMethodName()); in executeTests()
DHostTest.java804 if (description.getMethodName() == null) { in findIgnoredClass()
820 if (desc.getMethodName() == null || !desc.getChildren().isEmpty()) { in fakeDescriptionExecution()
DInstrumentationTest.java465 protected String getMethodName() { in getMethodName() method in InstrumentationTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java298 String methodName = String.format("%s#%s", className, desc.getMethodName()); in shouldRun()