Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java80 private int mRetryCount = 0; field in AppLaunchTest
121 mRetryCount = retryCount; in AppLaunchTest()
204 for (int i = 0; i <= mRetryCount; i++) { in testPackage()
374 return mRetryCount; in getmRetryCount()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java382 private int mRetryCount = 0; in createPassingInstrumentationTestAfterFailing()
388 if (mRetryCount < failedCount) { in createPassingInstrumentationTestAfterFailing()
391 mRetryCount++; in createPassingInstrumentationTestAfterFailing()