Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java259 testResult1.setRetry(true); in testRetry()
263 testResult2.setRetry(true); in testRetry()
316 testResult1.setRetry(true); in testRetryCanSetDone()
320 testResult2.setRetry(true); in testRetryCanSetDone()
355 testResult1.setRetry(true); in testRetryCannotSetDone()
359 testResult2.setRetry(true); in testRetryCannotSetDone()
563 testResult1.setRetry(true); in testRetryWithRunHistory()
567 testResult2.setRetry(true); in testRetryWithRunHistory()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DITestResult.java144 void setRetry(boolean isRetry); in setRetry() method
DTestResult.java246 public void setRetry(boolean isRetry) { in setRetry() method in TestResult
DResultHandler.java267 test.setRetry(true); in getResultFromDir()