Searched refs:TEST_URL_EXPIRATION_MS (Results 1 – 1 of 1) sorted by relevance
237 private static final long TEST_URL_EXPIRATION_MS = TimeUnit.MINUTES.toMillis(10); field in NetworkMonitor1957 if (expTime < now || (expTime - now) > TEST_URL_EXPIRATION_MS) return null; in getTestUrl()