Searched refs:retryTimes (Results 1 – 2 of 2) sorted by relevance
533 int retryTimes = mRetryTimesArrayForConnectionError.get(carrierId, 0); in retryForConnectionError() local534 if (retryTimes >= RETRY_INTERVALS_FOR_CONNECTION_ERROR.length) { in retryForConnectionError()540 long interval = RETRY_INTERVALS_FOR_CONNECTION_ERROR[retryTimes]; in retryForConnectionError()541 retryTimes++; in retryForConnectionError()542 mRetryTimesArrayForConnectionError.put(carrierId, retryTimes); in retryForConnectionError()543 vlogd("retryForConnectionError: Schedule retry " + retryTimes + " in " in retryForConnectionError()549 int retryTimes = mRetryTimesArrayForServerError.get(carrierId, 0); in retryForServerError() local550 if (retryTimes >= RETRY_INTERVALS_FOR_SERVER_ERROR.length) { in retryForServerError()555 long interval = RETRY_INTERVALS_FOR_SERVER_ERROR[retryTimes]; in retryForServerError()556 retryTimes++; in retryForServerError()[all …]
571 int retryTimes = (flags & ANDROID_RESOLV_NO_RETRY) ? 1 : params.retry_count; in res_nsend() local578 for (int attempt = 0; attempt < retryTimes; ++attempt) { in res_nsend()599 attempt = retryTimes; in res_nsend()