Home
last modified time | relevance | path

Searched refs:getTestPlan (Results 1 – 5 of 5) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
DLightInvocationResult.java56 mTestPlan = result.getTestPlan(); in LightInvocationResult()
161 public String getTestPlan() { in getTestPlan() method in LightInvocationResult
DIInvocationResult.java56 String getTestPlan(); in getTestPlan() method
DInvocationResult.java145 public String getTestPlan() { in getTestPlan() method in InvocationResult
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java277 assertEquals("Incorrect test plan", SUITE_PLAN, lightResult.getTestPlan()); in checkLightResult()
298 assertEquals("Incorrect test plan", SUITE_PLAN, result.getTestPlan()); in checkResult()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java366 result.getTestPlan(), in listResults()