Searched refs:retryCount (Results 1 – 3 of 3) sorted by relevance
253 int retryCount = 0; in doPost() local254 while (retryCount++ <= DatastoreHelper.MAX_WRITE_RETRIES) { in doPost()263 if (retryCount > DatastoreHelper.MAX_WRITE_RETRIES) { in doPost()
119 public AppLaunchTest(String packageName, int retryCount) { in AppLaunchTest() argument121 mRetryCount = retryCount; in AppLaunchTest()
402 InstrumentationTest instrumentation, int retryCount) { in createLaunchTestWithInstrumentation() argument404 new AppLaunchTest(TEST_PACKAGE_NAME, retryCount) { in createLaunchTestWithInstrumentation()