OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHORT_TIMEOUT
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java
57
protected static final int
SHORT_TIMEOUT
= 5 * 1000; // 5 seconds
172
SystemClock.sleep(
SHORT_TIMEOUT
);
191
SystemClock.sleep(
SHORT_TIMEOUT
);
212
SystemClock.sleep(
SHORT_TIMEOUT
);
245
SystemClock.sleep(
SHORT_TIMEOUT
);
308
SystemClock.sleep(
SHORT_TIMEOUT
);
368
SystemClock.sleep(
SHORT_TIMEOUT
);
408
SystemClock.sleep(
SHORT_TIMEOUT
);
412
SystemClock.sleep(
SHORT_TIMEOUT
);
432
SystemClock.sleep(
SHORT_TIMEOUT
);
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java
51
private static final long
SHORT_TIMEOUT
= 5 * DateUtils.SECOND_IN_MILLIS;
87
receiver.waitForDownloadComplete(
SHORT_TIMEOUT
, goodId, badId);
177
receiver.waitForDownloadComplete(
SHORT_TIMEOUT
, uriId, extFileId, publicId);
223
receiver.waitForDownloadComplete(
SHORT_TIMEOUT
, noExtId, wrongExtId);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java
61
public static final int
SHORT_TIMEOUT
= 5 * 1000;
131
sleep(
SHORT_TIMEOUT
);
379
mDownloadMonitor.wait(
SHORT_TIMEOUT
);
453
mConnectivityMonitor.wait(
SHORT_TIMEOUT
);
500
mWifiMonitor.wait(
SHORT_TIMEOUT
);
558
if (!waitForWifiState(WifiManager.WIFI_STATE_ENABLED, 2 *
SHORT_TIMEOUT
)) {
663
sleep(
SHORT_TIMEOUT
);
667
sleep(
SHORT_TIMEOUT
);
Completed in 1383 milliseconds