Searched refs:CONNECTION_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
37 private static final long CONNECTION_TIMEOUT_MS = 5000; field in TestNotificationAssistant108 if (INSTANCE_AVAILABLE.block(CONNECTION_TIMEOUT_MS)) { in getInstance()
33 private static final long CONNECTION_TIMEOUT_MS = 1000; field in TestNotificationListener84 if (INSTANCE_AVAILABLE.block(CONNECTION_TIMEOUT_MS)) { in getInstance()
66 private static final int CONNECTION_TIMEOUT_MS = 2_000; field in NetworkLoggingTest366 Log.d(TAG, "Connecting to " + server + " with " + CONNECTION_TIMEOUT_MS in connectToWebsite()370 urlConnection.setConnectTimeout(CONNECTION_TIMEOUT_MS); in connectToWebsite()371 urlConnection.setReadTimeout(CONNECTION_TIMEOUT_MS); in connectToWebsite()