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 92 private Integer mContinueSessionId = null;
134 if (mContinueSessionId != null) {
135 CLog.d("Continuing session %d", mContinueSessionId);
138 mResults = resultRepo.getResult(mContinueSessionId);
141 mContinueSessionId));
143 mPlanName = resultRepo.getSummaries().get(mContinueSessionId).getTestPlan();
144 mStartTime = resultRepo.getSummaries().get(mContinueSessionId).getStartTime();
145 mReportDir = resultRepo.getReportDir(mContinueSessionId);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 117 private Integer mContinueSessionId = null;
425 mContinueSessionId = sessionId;
777 } else if (mContinueSessionId != null) {
781 PlanCreator planCreator = new PlanCreator(uniquePlanName, mContinueSessionId,
    [all...]

Completed in 211 milliseconds