Searched refs:timeoutStringValue (Results 1 – 1 of 1) sorted by relevance
111 String timeoutStringValue = queryArgs.get(RETRY_TIMEOUT_MS_ARG); in fetchResourceWithRetry() local112 if (timeoutStringValue == null) { in fetchResourceWithRetry()116 long timeout = System.currentTimeMillis() + Long.parseLong(timeoutStringValue); in fetchResourceWithRetry()