Searched refs:NETWORK_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
104 setPendingIntentWhitelistDuration(NETWORK_TIMEOUT_MS); in testBackgroundNetworkAccess_enabledButWhitelistedOnNotificationAction()128 SystemClock.sleep(NETWORK_TIMEOUT_MS); in testNotification()
108 static final int NETWORK_TIMEOUT_MS = 15 * SECOND_IN_MS; field in AbstractRestrictBackgroundNetworkTestCase122 private static final int ORDERED_BROADCAST_TIMEOUT_MS = NETWORK_TIMEOUT_MS * 4;366 timeoutMs = Math.min(timeoutMs*2, NETWORK_TIMEOUT_MS); in assertNetworkAccess()
61 private static final int NETWORK_TIMEOUT_MS = 5 * 1000; field in MyBroadcastReceiver169 conn.setReadTimeout(NETWORK_TIMEOUT_MS); in checkNetworkStatus()170 conn.setConnectTimeout(NETWORK_TIMEOUT_MS / 2); in checkNetworkStatus()
86 private static final int NETWORK_TIMEOUT_MS = 5000; field in VpnTestHelper135 if (!vpnLatch.await(NETWORK_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForVpn()