HomeSort by relevance Sort by last modified time
    Searched refs:getSessionLog (Results 1 - 6 of 6) sorted by null

  /cts/tools/host/src/com/android/cts/
TestSession.java 249 CUIOutputStream.println("resume test plan " + getSessionLog().getTestPlanName()
305 CUIOutputStream.println("start test plan " + getSessionLog().getTestPlanName());
343 public TestSessionLog getSessionLog() {
392 mResultObserver.setTestSessionLog(getSessionLog());
439 long startTime = getSessionLog().getStartTime().getTime();
443 mTestSession.getSessionLog().setEndTime(System.currentTimeMillis());
TestHost.java 177 TestSessionLog log = ts.getSessionLog();
467 TestSessionLog sessionLog = ts.getSessionLog();
541 ts.getSessionLog().sessionComplete();
585 if (testPlanName.equals(session.getSessionLog().getTestPlanName())) {
639 sessionLogs.add(session.getSessionLog());
666 ts.getSessionLog().sessionComplete();
687 ts.getSessionLog().sessionComplete();
TestSessionLogBuilder.java 108 Collection<TestPackage> pkgsFromPlan = sessionFromPlan.getSessionLog().getTestPackages();
ConsoleUi.java 582 String planName = sessionList.get(0).getSessionLog().getTestPlanName();
    [all...]
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 142 TestSessionLog log = ts.getSessionLog();
TestSessionBuilderTests.java 115 TestSessionLog tsl = ts.getSessionLog();
296 TestSessionLog tsl = ts.getSessionLog();
377 TestSessionLog tsl = ts.getSessionLog();
482 TestSessionLog tsl = ts.getSessionLog();
566 TestSessionLog tsl = ts.getSessionLog();
648 TestSessionLog tsl = ts.getSessionLog();
    [all...]

Completed in 1439 milliseconds