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

1 2

  /external/autotest/client/common_lib/cros/network/
chrome_net_constants.py 9 LONG_TIMEOUT = 30
  /external/autotest/server/site_tests/enterprise_CFM_MeetAppSanity/
enterprise_CFM_MeetAppSanity.py 9 LONG_TIMEOUT = 10
25 time.sleep(LONG_TIMEOUT)
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 58 State.CONNECTED, LONG_TIMEOUT)) {
89 ConnectivityManager.TYPE_MOBILE, State.CONNECTED, LONG_TIMEOUT));
100 WifiManager.WIFI_STATE_DISABLED, LONG_TIMEOUT));
121 WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT));
129 // ConnectivityManager.TYPE_MOBILE, State.DISCONNECTED, LONG_TIMEOUT));
143 WifiManager.WIFI_STATE_ENABLED, LONG_TIMEOUT));
154 WifiManager.WIFI_STATE_DISABLED, LONG_TIMEOUT));
157 // State.DISCONNECTED, LONG_TIMEOUT));
160 ConnectivityManager.TYPE_MOBILE, State.CONNECTED, LONG_TIMEOUT));
164 SystemClock.sleep(LONG_TIMEOUT);
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 45 private static final int LONG_TIMEOUT = 2000;
101 Thread.sleep(LONG_TIMEOUT);
125 mDevice.wait(Until.findObject(By.textContains("Uncategorized")), LONG_TIMEOUT)
127 mDevice.wait(Until.findObject(By.textContains("Override Do Not Disturb")), LONG_TIMEOUT)
129 Thread.sleep(LONG_TIMEOUT);
131 Thread.sleep(LONG_TIMEOUT);
139 mDevice.wait(Until.findObject(By.textContains("Uncategorized")), LONG_TIMEOUT)
141 mDevice.wait(Until.findObject(By.textContains("Advanced")), LONG_TIMEOUT)
143 mDevice.wait(Until.findObject(By.textContains("Override Do Not Disturb")), LONG_TIMEOUT)
157 By.textContains("Show notifications")), LONG_TIMEOUT).click()
    [all...]
NotificationInlineReplyTests.java 35 private static final int LONG_TIMEOUT = 2000;
76 LONG_TIMEOUT);
80 mDevice.wait(Until.findObject(By.text("Reply")), LONG_TIMEOUT).click();
83 LONG_TIMEOUT);
100 mDevice.wait(Until.findObject(By.text("Reply")), LONG_TIMEOUT).click();
103 LONG_TIMEOUT);
114 Thread.sleep(LONG_TIMEOUT);
119 replyBtn = mDevice.wait(Until.findObject(By.res("android:id/action0")), LONG_TIMEOUT);
128 LONG_TIMEOUT);
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);
NotificationInteractionTests.java 59 private static final int LONG_TIMEOUT = 3000;
103 Thread.sleep(LONG_TIMEOUT);
107 Thread.sleep(LONG_TIMEOUT);
109 LONG_TIMEOUT);
134 Thread.sleep(LONG_TIMEOUT);
139 Thread.sleep(LONG_TIMEOUT);
162 Thread.sleep(LONG_TIMEOUT);
167 Thread.sleep(LONG_TIMEOUT);
205 Thread.sleep(LONG_TIMEOUT);
238 LONG_TIMEOUT);
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_SessionStress/
enterprise_CFM_SessionStress.py 10 LONG_TIMEOUT = 8
31 time.sleep(LONG_TIMEOUT)
  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 43 private static final int LONG_TIMEOUT = 5000;
72 LONG_TIMEOUT);
77 LONG_TIMEOUT);
95 By.res(RES_PACKAGE_NAME, "text1").text("Animation")), LONG_TIMEOUT);
99 By.res(RES_PACKAGE_NAME, "text1").text(optionName)), LONG_TIMEOUT);
102 mDevice.wait(Until.findObject(By.res(RES_PACKAGE_NAME, "content")), LONG_TIMEOUT)
105 .text(optionName)), LONG_TIMEOUT);
146 LONG_TIMEOUT);
148 SystemClock.sleep(LONG_TIMEOUT);
166 SystemClock.sleep(LONG_TIMEOUT);
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 43 public static final int LONG_TIMEOUT = 2000;
106 LONG_TIMEOUT * 2);
118 mDevice.wait(Until.findObject(By.text("None")), LONG_TIMEOUT * 2).click();
122 Thread.sleep(LONG_TIMEOUT);
125 LONG_TIMEOUT);
127 Thread.sleep(LONG_TIMEOUT);
130 mDevice.wait(Until.findObject(DONE_BUTTON), LONG_TIMEOUT).click();
140 mDevice.wait(Until.findObject(By.text(mode)), LONG_TIMEOUT * 2).click();
143 mDevice.wait(Until.findObject(By.text("No thanks")), LONG_TIMEOUT).click();
146 LONG_TIMEOUT);
    [all...]
QuickSettingsHelper.java 38 private static final int LONG_TIMEOUT = 2000;
85 (By.descContains("Edit")), LONG_TIMEOUT);
93 (By.descContains(quickSettingTile)), LONG_TIMEOUT);
95 (By.descContains(quickSettingTileToReplace)), LONG_TIMEOUT)
106 mDevice.wait(Until.findObject(By.descContains("Navigate up")), LONG_TIMEOUT);
124 Thread.sleep(LONG_TIMEOUT);
130 Thread.sleep(LONG_TIMEOUT);
  /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemAppJankTests.java 39 private static final int LONG_TIMEOUT = 5000;
63 SystemClock.sleep(LONG_TIMEOUT);
66 Until.findObject(By.scrollable(true).res(YOUTUBE_PACKAGE, "guide")), LONG_TIMEOUT);
83 SystemClock.sleep(LONG_TIMEOUT);
86 .res(YOUTUBE_PACKAGE, "container_list")), LONG_TIMEOUT);
115 SystemClock.sleep(LONG_TIMEOUT);
  /external/autotest/server/site_tests/enterprise_CFM_HuddlyMonitor/
enterprise_CFM_HuddlyMonitor.py 13 LONG_TIMEOUT = 20
48 time.sleep(LONG_TIMEOUT)
81 time.sleep(LONG_TIMEOUT)
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 71 test_utils.LONG_TIMEOUT,
76 network_id, 'NotConnected', test_utils.LONG_TIMEOUT)
88 test_utils.LONG_TIMEOUT,
93 network_id, 'Connected', test_utils.LONG_TIMEOUT)
  /external/autotest/server/site_tests/firmware_StandbyPowerConsumption/
firmware_StandbyPowerConsumption.py 15 LONG_TIMEOUT = 60
82 self.host.test_wait_for_sleep(LONG_TIMEOUT)
90 if not self.host.ping_wait_up(LONG_TIMEOUT):
121 if not self.host.ping_wait_up(LONG_TIMEOUT):
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
SysAppTestHelper.java 42 public static final int LONG_TIMEOUT = 5000;
143 SystemClock.sleep(LONG_TIMEOUT);
177 SystemClock.sleep(LONG_TIMEOUT);
192 SysAppTestHelper.LONG_TIMEOUT);
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_api.py 55 test_utils.LONG_TIMEOUT,
116 test_utils.LONG_TIMEOUT,
test_utils.py 14 LONG_TIMEOUT = 120
56 timeout=LONG_TIMEOUT):
  /platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/
DeviceHelper.java 37 public static final int LONG_TIMEOUT = 2000;
93 Thread.sleep(LONG_TIMEOUT);
  /external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
enterprise_CFM_MimoSanity.py 16 LONG_TIMEOUT = 20
46 time.sleep(LONG_TIMEOUT)
130 time.sleep(random.randrange(SHORT_TIMEOUT, LONG_TIMEOUT))
  /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/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityHelper.java 44 public static final int LONG_TIMEOUT = 5000;
84 Until.findObject(By.res("android:id/button1")), LONG_TIMEOUT);
155 By.res("android:id/button1")), LONG_TIMEOUT);
  /external/autotest/server/site_tests/enterprise_CFM_Sanity/
enterprise_CFM_Sanity.py 13 LONG_TIMEOUT = 10
46 time.sleep(LONG_TIMEOUT)
  /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralRebootStress/
enterprise_CFM_USBPeripheralRebootStress.py 13 LONG_TIMEOUT = 20
50 time.sleep(random.randrange(3, LONG_TIMEOUT))

Completed in 1272 milliseconds

1 2