Searched refs:CONNECTION_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
37 private static final int CONNECTION_TIMEOUT_MS = 5000; field in PrivateDnsConnectivityChecker50 socket.setSoTimeout(CONNECTION_TIMEOUT_MS); in canConnectToPrivateDnsServer()
48 private static final int CONNECTION_TIMEOUT_MS = (int) TimeUnit.SECONDS.toMillis(30); field in GnssPsdsDownloader156 connection.setConnectTimeout(CONNECTION_TIMEOUT_MS); in doDownload()
55 private static final long CONNECTION_TIMEOUT_MS = 5000; field in InitialLockSetupClient88 mHandler.postDelayed(mTimeoutRunnable, CONNECTION_TIMEOUT_MS); in startConnection()