OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LONG_TIMEOUT
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java
58
State.CONNECTED,
LONG_TIMEOUT
)) {
89
ConnectivityManager.TYPE_MOBILE, State.CONNECTED,
LONG_TIMEOUT
));
100
WifiManager.WIFI_STATE_DISABLED,
LONG_TIMEOUT
));
121
WifiManager.WIFI_STATE_ENABLED,
LONG_TIMEOUT
));
129
// ConnectivityManager.TYPE_MOBILE, State.DISCONNECTED,
LONG_TIMEOUT
));
143
WifiManager.WIFI_STATE_ENABLED,
LONG_TIMEOUT
));
154
WifiManager.WIFI_STATE_DISABLED,
LONG_TIMEOUT
));
157
// State.DISCONNECTED,
LONG_TIMEOUT
));
160
ConnectivityManager.TYPE_MOBILE, State.CONNECTED,
LONG_TIMEOUT
));
164
SystemClock.sleep(
LONG_TIMEOUT
);
[
all
...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java
88
WifiManager.WIFI_AP_STATE_DISABLED, 2 *
LONG_TIMEOUT
));
95
WifiManager.WIFI_STATE_DISABLED,
LONG_TIMEOUT
));
106
WifiManager.WIFI_AP_STATE_ENABLED, 2 *
LONG_TIMEOUT
));
108
assertTrue("tether state not changed", waitForTetherStateChange(
LONG_TIMEOUT
));
120
WifiManager.WIFI_AP_STATE_DISABLED, 2 *
LONG_TIMEOUT
));
WifiStressTest.java
249
waitUntilNoActiveNetworkConnection(2 *
LONG_TIMEOUT
));
254
2 *
LONG_TIMEOUT
));
278
LONG_TIMEOUT
));
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java
58
protected static final long
LONG_TIMEOUT
= 2 * 60 * 1000; // 2 minutes
339
if (!waitForWifiState(WifiManager.WIFI_STATE_ENABLED,
LONG_TIMEOUT
)) {
454
assertTrue("no active network connection", waitForActiveNetworkConnection(
LONG_TIMEOUT
));
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
279
ConnectionUtil.
LONG_TIMEOUT
));
281
State.CONNECTED, ConnectionUtil.
LONG_TIMEOUT
));
292
State.CONNECTED, ConnectionUtil.
LONG_TIMEOUT
));
/cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java
52
private static final long
LONG_TIMEOUT
= 2 * DateUtils.MINUTE_IN_MILLIS;
106
receiver.waitForDownloadComplete(
LONG_TIMEOUT
, id);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java
62
public static final int
LONG_TIMEOUT
= 5 * 60 * 1000; // 5 minutes
Completed in 2017 milliseconds