Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DAppSetupPreparer.java140 int runCount = 0; in setUp() local
144 runCount++; in setUp()
169 if (runCount > mMaxRetry) { in setUp()
172 CLog.w("setUp failed: %s. Run count: %d. Retrying...", currentException, runCount); in setUp()
177 (int) Math.pow(mExponentialBackoffMultiplierSeconds, runCount))); in setUp()