HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_TIMEOUT (Results 1 - 6 of 6) 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...]
  /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);
  /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/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 111 Thread.sleep(2 * SHORT_TIMEOUT);
WifiStressTest.java 104 sleep(SHORT_TIMEOUT, "Interruped while waiting for wifi on");
246 // 6 * SHORT_TIMEOUT));
275 waitForWifiState(WifiManager.WIFI_STATE_ENABLED, SHORT_TIMEOUT));
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 541 usbGnubby.SHORT_TIMEOUT = 1;

Completed in 90 milliseconds