Home
last modified time | relevance | path

Searched refs:getFullName (Results 1 – 6 of 6) sorted by relevance

/cts/common/util/tests/src/com/android/compatibility/common/util/
DTestResultTest.java45 assertEquals("Incorrect full name", TEST_1, mResult.getFullName()); in testAccessors()
/cts/common/util/src/com/android/compatibility/common/util/
DITestResult.java32 String getFullName(); in getFullName() method
DTestResult.java56 public String getFullName() { in getFullName() method in TestResult
DChecksumReporter.java284 .append(testResult.getFullName()).append(SEPARATOR) in generateTestResultSignature()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java235 module.getName(), testResult.getFullName()); in createSubPlan()
247 module.getName(), testResult.getFullName()); in createSubPlan()
DResultReporter.java575 && dataName.startsWith(mCurrentResult.getFullName())) { in testLogSaved()