Searched defs:testPlanName (Results 1 – 3 of 3) sorted by relevance
512 static public TestSession createSession(final String testPlanName) in createSession()572 public ArrayList<TestSession> getSessionList(final String testPlanName) { in getSessionList()640 public TestSession startSession(final String testPlanName, in startSession()
105 public TestSessionLog(final Collection<TestPackage> packages, final String testPlanName) { in TestSessionLog()
437 String testPlanName = mHost.getPlanName(cp.getValue(CTSCommand.OPTION_PLAN)); in processStartSessionCommand() local