Searched refs:NETWORK_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
104 setPendingIntentAllowlistDuration(NETWORK_TIMEOUT_MS); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()128 SystemClock.sleep(NETWORK_TIMEOUT_MS); in testNotification()
125 static final int NETWORK_TIMEOUT_MS = 15 * SECOND_IN_MS; field in AbstractRestrictBackgroundNetworkTestCase145 private static final int ORDERED_BROADCAST_TIMEOUT_MS = NETWORK_TIMEOUT_MS * 4;407 timeoutMs = Math.min(timeoutMs*2, NETWORK_TIMEOUT_MS); in assertNetworkAccess()
62 private static final int NETWORK_TIMEOUT_MS = 5 * 1000; field in MyBroadcastReceiver173 conn.setReadTimeout(NETWORK_TIMEOUT_MS); in checkNetworkStatus()174 conn.setConnectTimeout(NETWORK_TIMEOUT_MS / 2); in checkNetworkStatus()