Searched refs:CONNECTION_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
37 private static final int CONNECTION_TIMEOUT_MS = 5000; field in PrivateDnsConnectivityChecker50 socket.setSoTimeout(CONNECTION_TIMEOUT_MS); in canConnectToPrivateDnsServer()
44 private static final int CONNECTION_TIMEOUT_MS = (int) TimeUnit.SECONDS.toMillis(30); field in GnssPsdsDownloader147 connection.setConnectTimeout(CONNECTION_TIMEOUT_MS); in doDownload()
81 private static final int CONNECTION_TIMEOUT_MS = 30_000; field in DownloadService289 connection.setConnectTimeout(CONNECTION_TIMEOUT_MS); in processDownload()290 connection.setReadTimeout(CONNECTION_TIMEOUT_MS); in processDownload()
55 private static final long CONNECTION_TIMEOUT_MS = 5000; field in InitialLockSetupClient88 mHandler.postDelayed(mTimeoutRunnable, CONNECTION_TIMEOUT_MS); in startConnection()