Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java253 int retryCount = 0; in doPost() local
254 while (retryCount++ <= DatastoreHelper.MAX_WRITE_RETRIES) { in doPost()
263 if (retryCount > DatastoreHelper.MAX_WRITE_RETRIES) { in doPost()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java119 public AppLaunchTest(String packageName, int retryCount) { in AppLaunchTest() argument
121 mRetryCount = retryCount; in AppLaunchTest()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java402 InstrumentationTest instrumentation, int retryCount) { in createLaunchTestWithInstrumentation() argument
404 new AppLaunchTest(TEST_PACKAGE_NAME, retryCount) { in createLaunchTestWithInstrumentation()