Home
last modified time | relevance | path

Searched refs:LONG_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DConnectivityManagerMobileTest.java58 State.CONNECTED, LONG_TIMEOUT)) { in setUp()
89 ConnectivityManager.TYPE_MOBILE, State.CONNECTED, LONG_TIMEOUT)); in test3GToWifiNotification()
100 WifiManager.WIFI_STATE_DISABLED, LONG_TIMEOUT)); in test3GToWifiNotification()
121 WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT)); in testConnectToWifi()
143 WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT)); in testConnectToWifWithKnownAP()
154 WifiManager.WIFI_STATE_DISABLED, LONG_TIMEOUT)); in testConnectToWifWithKnownAP()
160 ConnectivityManager.TYPE_MOBILE, State.CONNECTED, LONG_TIMEOUT)); in testConnectToWifWithKnownAP()
164 SystemClock.sleep(LONG_TIMEOUT); in testConnectToWifWithKnownAP()
169 WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT)); in testConnectToWifWithKnownAP()
191 WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT)); in testDisconnectWifi()
[all …]
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java42 private static final int LONG_TIMEOUT = 2000; field in NotificationStressTest
97 Thread.sleep(LONG_TIMEOUT); in testNotificationsWithShadeStress()
101 Thread.sleep(LONG_TIMEOUT); in testNotificationsWithShadeStress()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
DWifiStressTest.java249 waitUntilNoActiveNetworkConnection(2 * LONG_TIMEOUT)); in testWifiReconnectionAfterSleep()
254 2 * LONG_TIMEOUT)); in testWifiReconnectionAfterSleep()
278 LONG_TIMEOUT)); in testWifiReconnectionAfterSleep()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java286 ConnectionUtil.LONG_TIMEOUT)); in setDeviceWifiAndAirplaneMode()
288 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT)); in setDeviceWifiAndAirplaneMode()
299 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT)); in hasMobileData()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java58 protected static final long LONG_TIMEOUT = 2 * 60 * 1000; // 2 minutes field in ConnectivityManagerTestBase
333 if (!waitForWifiState(WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT)) { in connectToWifiWithConfiguration()
448 assertTrue("no active network connection", waitForActiveNetworkConnection(LONG_TIMEOUT)); in checkNetworkConnectivity()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java62 public static final int LONG_TIMEOUT = 5 * 60 * 1000; // 5 minutes field in ConnectionUtil