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

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 93 private Integer mContinueSessionId = null;
140 if (mContinueSessionId != null) {
141 CLog.d("Continuing session %d", mContinueSessionId);
144 mResults = resultRepo.getResult(mContinueSessionId);
147 mContinueSessionId));
149 mPlanName = resultRepo.getSummaries().get(mContinueSessionId).getTestPlan();
150 mStartTime = resultRepo.getSummaries().get(mContinueSessionId).getStartTime();
151 mReportDir = resultRepo.getReportDir(mContinueSessionId);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 126 private Integer mContinueSessionId = null;
438 mContinueSessionId = sessionId;
    [all...]

Completed in 32 milliseconds