Home
last modified time | relevance | path

Searched defs:attempt (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DReconnectingRecovery.java45 int attempt = 1; in recoverDevice() local
DTestDevice.java1710 int attempt = 0; in dumpAndPullHeap() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DJsonHttpTestResultReporterTest.java102 int attempt, in injectTestRun()
DCollectingTestListenerTest.java370 String runName, String testName, String metricValue, int attempt) { in injectTestRun()
380 String runName, String testName, String metricValue, int attempt, boolean failtest) { in injectTestRun()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java624 Integer attempt, in reportFinalResults()
629 listener.testRunStarted(getId(), totalExpectedTests, attempt, mStartTestTime); in reportFinalResults() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java491 public TestRunResult getTestRunAtAttempt(String testRunName, int attempt) { in getTestRunAtAttempt()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java76 public TestRunStartedEventInfo(String runName, int testCount, int attempt) { in TestRunStartedEventInfo()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java194 int attempt = 0; in runTests() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java98 public void addTestBecomePass(TestDescription testCase, int attempt) { in addTestBecomePass()