Home
last modified time | relevance | path

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

/test/suite_harness/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.java158 public String getTestPlan() { in getTestPlan() method in InvocationResult
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java498 assertEquals("Incorrect test plan", SUITE_PLAN, lightResult.getTestPlan()); in checkLightResult()
531 assertEquals("Incorrect test plan", SUITE_PLAN, result.getTestPlan()); in checkResult()