Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DIInvocationResult.java56 String getTestPlan(); in getTestPlan() method
DLightInvocationResult.java56 mTestPlan = result.getTestPlan(); in LightInvocationResult()
161 public String getTestPlan() { in getTestPlan() method in LightInvocationResult
DInvocationResult.java158 public String getTestPlan() { in getTestPlan() method in InvocationResult
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java511 assertEquals("Incorrect test plan", SUITE_PLAN, lightResult.getTestPlan()); in checkLightResult()
550 assertEquals("Incorrect test plan", SUITE_PLAN, result.getTestPlan()); in checkResult()