HomeSort by relevance Sort by last modified time
    Searched defs:LONG_TIMEOUT (Results 1 - 3 of 3) sorted by null

  /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));
  /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 68 milliseconds