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

  /external/autotest/client/common_lib/cros/network/
chrome_net_constants.py 9 LONG_TIMEOUT = 30
  /external/autotest/client/cros/networking/chrome_testing/
test_utils.py 14 LONG_TIMEOUT = 120
56 timeout=LONG_TIMEOUT):
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTestsHelper.java 34 public static final int LONG_TIMEOUT = 5000;
73 By.text(verifyText)), LONG_TIMEOUT);
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 21 LONG_TIMEOUT = 20
43 modem = self.test.pseudomm.wait_for_modem(timeout_seconds=LONG_TIMEOUT)
233 timeout=LONG_TIMEOUT)
289 timeout=LONG_TIMEOUT);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallFilterTest.java 56 private static final long LONG_TIMEOUT = 1000000;
89 setTimeoutLength(LONG_TIMEOUT);
  /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemAppJankTests.java 40 private static final int LONG_TIMEOUT = 5000;
64 SystemClock.sleep(LONG_TIMEOUT);
67 Until.findObject(By.scrollable(true).res(YOUTUBE_PACKAGE, "guide")), LONG_TIMEOUT);
84 SystemClock.sleep(LONG_TIMEOUT);
87 .res(YOUTUBE_PACKAGE, "container_list")), LONG_TIMEOUT);
116 SystemClock.sleep(LONG_TIMEOUT);
SystemUiJankTests.java 39 private static final int LONG_TIMEOUT = 3000;
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 42 private static final int LONG_TIMEOUT = 2000;
97 Thread.sleep(LONG_TIMEOUT);
101 Thread.sleep(LONG_TIMEOUT);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
HeadsUpNotificationTests.java 38 private static final int LONG_TIMEOUT = 2000;
73 mDevice.wait(Until.findObject(By.text("REPLY")), LONG_TIMEOUT).click();
77 LONG_TIMEOUT);
93 LONG_TIMEOUT);
104 Thread.sleep(LONG_TIMEOUT * 3);
106 LONG_TIMEOUT);
114 Thread.sleep(LONG_TIMEOUT);
115 mDevice.wait(Until.findObject(By.text("REPLY")), LONG_TIMEOUT).click();
118 LONG_TIMEOUT);
125 Thread.sleep(LONG_TIMEOUT);
    [all...]
NotificationBundlingTests.java 35 private static final int LONG_TIMEOUT = 2000;
78 LONG_TIMEOUT);
80 mDevice.wait(Until.findObject(By.res("android:id/expand_button")), LONG_TIMEOUT).click();
82 LONG_TIMEOUT);
94 Thread.sleep(LONG_TIMEOUT);
109 mDevice.wait(Until.findObject(By.res("android:id/expand_button")), LONG_TIMEOUT).click();
111 Thread.sleep(LONG_TIMEOUT);
123 LONG_TIMEOUT);
NotificationDNDTests.java 43 private static final int LONG_TIMEOUT = 2000;
100 Thread.sleep(LONG_TIMEOUT);
124 mDevice.wait(Until.findObject(By.textContains("Override Do Not Disturb")), LONG_TIMEOUT)
126 Thread.sleep(LONG_TIMEOUT);
128 Thread.sleep(LONG_TIMEOUT);
136 mDevice.wait(Until.findObject(By.textContains("Override Do Not Disturb")), LONG_TIMEOUT)
149 mDevice.wait(Until.findObject(By.textContains("Block all")), LONG_TIMEOUT).click();
150 Thread.sleep(LONG_TIMEOUT);
152 Thread.sleep(LONG_TIMEOUT);
158 mDevice.wait(Until.findObject(By.textContains("Block all")), LONG_TIMEOUT).click()
    [all...]
NotificationInlineReplyTests.java 32 private static final int LONG_TIMEOUT = 2000;
69 LONG_TIMEOUT);
73 mDevice.wait(Until.findObject(By.text("REPLY")), LONG_TIMEOUT).click();
76 LONG_TIMEOUT);
93 mDevice.wait(Until.findObject(By.text("REPLY")), LONG_TIMEOUT).click();
96 LONG_TIMEOUT);
NotificationInteractionTests.java 36 private static final int LONG_TIMEOUT = 2000;
69 Thread.sleep(LONG_TIMEOUT);
73 Thread.sleep(LONG_TIMEOUT);
75 LONG_TIMEOUT);
99 Thread.sleep(LONG_TIMEOUT);
103 Thread.sleep(LONG_TIMEOUT);
113 item = mDevice.wait(Until.findObject(By.text(text)), LONG_TIMEOUT);
NotificationHelper.java 63 private static final int LONG_TIMEOUT = 2000;
83 Thread.sleep(LONG_TIMEOUT);
91 Thread.sleep(LONG_TIMEOUT * 2);
163 mDevice.wait(Until.findObject(By.text(text)), LONG_TIMEOUT).click();
178 Thread.sleep(LONG_TIMEOUT);
194 Thread.sleep(LONG_TIMEOUT);
292 Thread.sleep(LONG_TIMEOUT * 2);
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
SysAppTestHelper.java 42 public static final int LONG_TIMEOUT = 5000;
179 SystemClock.sleep(LONG_TIMEOUT);
224 SystemClock.sleep(LONG_TIMEOUT);
239 SysAppTestHelper.LONG_TIMEOUT);
  /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
UiBenchJankTestsHelper.java 39 public static final int LONG_TIMEOUT = 5000;
126 component.clickAndWait(Until.newWindow(), 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));
  /platform_testing/tests/jank/ime_wear/src/com/android/wearable/ime/janktests/
IMEJankTestsHelper.java 39 public static final int LONG_TIMEOUT = 5000;
134 .wait(Until.findObject(By.text(REPLY_BUTTON_TEXT)), LONG_TIMEOUT);
140 .wait(Until.findObject(By.text(REMOTE_INPUT_TEXT)), LONG_TIMEOUT);
152 LONG_TIMEOUT));
157 Until.findObject(By.res(REMOTE_INPUT_PACKAGE_NAME, IME_BUTTON_NAME)), LONG_TIMEOUT);
170 SystemClock.sleep(LONG_TIMEOUT);
  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 53 private static final long LONG_TIMEOUT = 3 * DateUtils.MINUTE_IN_MILLIS;
143 receiver.waitForDownloadComplete(LONG_TIMEOUT, id);
176 receiver.waitForDownloadComplete(LONG_TIMEOUT, id);
194 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
  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 42 private static final int LONG_TIMEOUT = 5000;
70 LONG_TIMEOUT);
75 LONG_TIMEOUT);
93 By.res(RES_PACKAGE_NAME, "text1").text("Animation")), LONG_TIMEOUT);
97 By.res(RES_PACKAGE_NAME, "text1").text(optionName)), LONG_TIMEOUT);
100 mDevice.wait(Until.findObject(By.res(RES_PACKAGE_NAME, "content")), LONG_TIMEOUT)
103 .text(optionName)), LONG_TIMEOUT);
144 LONG_TIMEOUT);
146 SystemClock.sleep(LONG_TIMEOUT);
164 SystemClock.sleep(LONG_TIMEOUT);
    [all...]

Completed in 548 milliseconds