HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_TIMEOUT (Results 1 - 25 of 48) sorted by null

1 2

  /external/autotest/client/common_lib/cros/network/
chrome_net_constants.py 8 SHORT_TIMEOUT = 10
  /external/autotest/server/site_tests/enterprise_CFM_MeetAppSanity/
enterprise_CFM_MeetAppSanity.py 14 SHORT_TIMEOUT = 5
39 time.sleep(SHORT_TIMEOUT)
41 time.sleep(SHORT_TIMEOUT)
49 time.sleep(SHORT_TIMEOUT)
58 time.sleep(SHORT_TIMEOUT)
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
SysAppTestHelper.java 43 public static final int SHORT_TIMEOUT = 500;
80 SystemClock.sleep(SHORT_TIMEOUT);
86 SystemClock.sleep(SHORT_TIMEOUT);
92 SystemClock.sleep(SHORT_TIMEOUT);
98 SystemClock.sleep(SHORT_TIMEOUT);
105 SystemClock.sleep(SHORT_TIMEOUT);
111 SystemClock.sleep(SHORT_TIMEOUT);
117 SystemClock.sleep(SHORT_TIMEOUT);
123 SystemClock.sleep(SHORT_TIMEOUT);
128 SystemClock.sleep(SHORT_TIMEOUT);
    [all...]
QuickSettingsJankTest.java 59 SystemClock.sleep(SysAppTestHelper.SHORT_TIMEOUT + SysAppTestHelper.SHORT_TIMEOUT);
62 SysAppTestHelper.SHORT_TIMEOUT);
WatchFaceHelper.java 38 public static final long SHORT_TIMEOUT = TimeUnit.MILLISECONDS.toMillis(500);
140 UiObject2 watchFace = mDevice.wait(Until.findObject(By.text(watchFaceName)), SHORT_TIMEOUT);
145 watchFace = mDevice.wait(Until.findObject(By.desc(watchFaceName)), SHORT_TIMEOUT);
190 SHORT_TIMEOUT);
SettingsFlingJankTest.java 60 SystemClock.sleep(SysAppTestHelper.SHORT_TIMEOUT);
72 SysAppTestHelper.SHORT_TIMEOUT);
  /external/autotest/server/site_tests/enterprise_CFM_SessionStress/
enterprise_CFM_SessionStress.py 13 SHORT_TIMEOUT = 5
50 time.sleep(SHORT_TIMEOUT)
52 time.sleep(SHORT_TIMEOUT)
67 time.sleep(SHORT_TIMEOUT)
  /platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
CalculatorHelper.java 36 private static final int SHORT_TIMEOUT = 1000;
68 SHORT_TIMEOUT);
92 SHORT_TIMEOUT);
100 SHORT_TIMEOUT);
108 SHORT_TIMEOUT);
119 SHORT_TIMEOUT);
130 SHORT_TIMEOUT);
CalculatorTests.java 34 private static final int SHORT_TIMEOUT = 1000;
110 SHORT_TIMEOUT);
167 Until.findObject(By.res("android:id/alertTitle")), SHORT_TIMEOUT);
171 SHORT_TIMEOUT);
175 Until.findObject(By.res("android:id/button2")), SHORT_TIMEOUT);
190 SHORT_TIMEOUT);
195 SHORT_TIMEOUT);
  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityScannerHelper.java 44 private static final int SHORT_TIMEOUT = 2000;
127 SHORT_TIMEOUT * 2);
134 UiObject2 okBtn = mDevice.wait(Until.findObject(By.text("OK")), SHORT_TIMEOUT);
151 By.text("BEGIN AUTHORIZATION")), SHORT_TIMEOUT);
156 By.clazz(AccessibilityHelper.CHECK_BOX)), SHORT_TIMEOUT);
162 By.text("BEGIN AUTHORIZATION")), SHORT_TIMEOUT);
167 By.pkg(ACCESSIBILITY_SCANNER_PACKAGE).text("OK")), SHORT_TIMEOUT);
195 Until.findObject(By.text("GET STARTED")), SHORT_TIMEOUT);
199 By.text("Turn on Accessibility Scanner")), SHORT_TIMEOUT);
205 mDevice.wait(Until.findObject(By.text("DISMISS")), SHORT_TIMEOUT).click()
    [all...]
AccessibilityHelper.java 43 public static final int SHORT_TIMEOUT = 2000;
79 Until.findObject(By.res(SETTINGS_PACKAGE, "switch_bar")), SHORT_TIMEOUT)
89 if (mDevice.wait(Until.hasObject(By.text("TalkBack tutorial")), SHORT_TIMEOUT)) {
117 Thread.sleep(SHORT_TIMEOUT);
119 By.res(SETTINGS_PACKAGE, "action_bar").enabled(true)), SHORT_TIMEOUT);
131 .enabled(true)), SHORT_TIMEOUT)
  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 44 private static final int SHORT_TIMEOUT = 500;
202 SystemClock.sleep(SHORT_TIMEOUT * 2);
221 SystemClock.sleep(SHORT_TIMEOUT);
227 SystemClock.sleep(SHORT_TIMEOUT);
246 SystemClock.sleep(SHORT_TIMEOUT);
252 SystemClock.sleep(SHORT_TIMEOUT);
258 SystemClock.sleep(SHORT_TIMEOUT);
264 SystemClock.sleep(SHORT_TIMEOUT);
270 SystemClock.sleep(SHORT_TIMEOUT);
324 SystemClock.sleep(SHORT_TIMEOUT);
    [all...]
  /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemUiJankTests.java 43 private static final int SHORT_TIMEOUT = 1000;
67 SHORT_TIMEOUT);
73 SHORT_TIMEOUT));
115 SHORT_TIMEOUT);
128 SHORT_TIMEOUT));
159 UiObject2 focus = mDevice.wait(Until.findObject(By.focused(true)), SHORT_TIMEOUT);
164 focus = mDevice.wait(Until.findObject(By.focused(true)), SHORT_TIMEOUT);
168 focus = mDevice.wait(Until.findObject(By.focused(true)), SHORT_TIMEOUT);
185 UiObject2 object = select(selector, direction, SHORT_TIMEOUT);
187 object = select(selector, Direction.reverse(direction), SHORT_TIMEOUT);
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_Sanity/
enterprise_CFM_Sanity.py 14 SHORT_TIMEOUT = 5
66 time.sleep(SHORT_TIMEOUT)
68 time.sleep(SHORT_TIMEOUT)
86 time.sleep(SHORT_TIMEOUT)
142 time.sleep(SHORT_TIMEOUT)
144 time.sleep(SHORT_TIMEOUT)
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTestsHelper.java 40 public static final int SHORT_TIMEOUT = 2000;
114 SystemClock.sleep(SHORT_TIMEOUT);
116 SystemClock.sleep(SHORT_TIMEOUT);
127 SystemClock.sleep(SHORT_TIMEOUT);
129 SystemClock.sleep(SHORT_TIMEOUT);
135 SystemClock.sleep(SHORT_TIMEOUT);
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_api.py 22 SHORT_TIMEOUT = 3
95 time.sleep(self.SHORT_TIMEOUT)
98 def scan_for_networks(self, timeout=SHORT_TIMEOUT):
test_utils.py 15 SHORT_TIMEOUT = 10
119 chrome_networking_test_context, function, args, timeout=SHORT_TIMEOUT):
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 32 private static final int SHORT_TIMEOUT = 200;
57 Thread.sleep(SHORT_TIMEOUT);
73 SHORT_TIMEOUT));
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
IncomingCallFilterTest.java 57 private static final long SHORT_TIMEOUT = 100;
100 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
122 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
134 setTimeoutLength(SHORT_TIMEOUT);
138 verify(mResultCallback, timeout((int) SHORT_TIMEOUT * 2)).onCallFilteringComplete(eq(mCall),
141 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
149 setTimeoutLength(SHORT_TIMEOUT);
154 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
155 Thread.sleep(SHORT_TIMEOUT);
  /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...]
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 22 SHORT_TIMEOUT = 10
99 time.sleep(SHORT_TIMEOUT)
125 time.sleep(SHORT_TIMEOUT)
156 time.sleep(SHORT_TIMEOUT)
256 within SHORT_TIMEOUT.
268 SHORT_TIMEOUT)
314 mm1_constants.MM_MODEM_STATE_ENABLED, SHORT_TIMEOUT)
317 mm1_constants.MM_MODEM_STATE_ENABLED, SHORT_TIMEOUT)
  /platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
UiBenchTextJankTests.java 109 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
114 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
142 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
147 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
UiBenchJankTests.java 152 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
156 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
185 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
189 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
220 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
224 SystemClock.sleep(mHelper.SHORT_TIMEOUT);
  /external/autotest/client/common_lib/cros/
kiosk_utils.py 13 SHORT_TIMEOUT = 5
95 time.sleep(SHORT_TIMEOUT)
  /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralRebootStress/
enterprise_CFM_USBPeripheralRebootStress.py 18 SHORT_TIMEOUT = 5
99 time.sleep(SHORT_TIMEOUT)
101 time.sleep(SHORT_TIMEOUT)

Completed in 571 milliseconds

1 2