Home
last modified time | relevance | path

Searched refs:CONNECTION_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/
H A DPrivateDnsConnectivityChecker.java37 private static final int CONNECTION_TIMEOUT_MS = 5000; field in PrivateDnsConnectivityChecker
50 socket.setSoTimeout(CONNECTION_TIMEOUT_MS); in canConnectToPrivateDnsServer()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssPsdsDownloader.java44 private static final int CONNECTION_TIMEOUT_MS = (int) TimeUnit.SECONDS.toMillis(30); field in GnssPsdsDownloader
147 connection.setConnectTimeout(CONNECTION_TIMEOUT_MS); in doDownload()
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DDownloadService.java81 private static final int CONNECTION_TIMEOUT_MS = 30_000; field in DownloadService
289 connection.setConnectTimeout(CONNECTION_TIMEOUT_MS); in processDownload()
290 connection.setReadTimeout(CONNECTION_TIMEOUT_MS); in processDownload()
/aosp12/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
H A DInitialLockSetupClient.java55 private static final long CONNECTION_TIMEOUT_MS = 5000; field in InitialLockSetupClient
88 mHandler.postDelayed(mTimeoutRunnable, CONNECTION_TIMEOUT_MS); in startConnection()