/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
D | MoreWirelessSettingsTest2.java | 49 private static final int TIMEOUT = 2000; field in MoreWirelessSettingsTest2 161 (By.text(CONFIGURE_WIFI_PREFERENCE_TEXT)), TIMEOUT); in testWifiMenuLoadConfigure() 181 By.text(ADD_NETWORK_MENU_SAVE_BUTTON_TEXT)), TIMEOUT).isEnabled()); in testAddNetworkMenu_Default() 183 By.text(ADD_NETWORK_MENU_CANCEL_BUTTON_TEXT)), TIMEOUT).isEnabled()); in testAddNetworkMenu_Default() 188 .clazz(EDIT_TEXT_CLASS)), TIMEOUT*2) in testAddNetworkMenu_Default() 194 .clazz(SPINNER_CLASS)), TIMEOUT) in testAddNetworkMenu_Default() 200 .clazz(CHECKBOX_CLASS)), TIMEOUT).isChecked()); in testAddNetworkMenu_Default() 212 .clazz(CHECKBOX_CLASS)), TIMEOUT).click(); in testAddNetworkMenu_Proxy() 219 assertEquals("None", mDevice.wait(Until.findObject(proxySettingsBySelector), TIMEOUT) in testAddNetworkMenu_Proxy() 224 mDevice.wait(Until.findObject(proxySettingsBySelector), TIMEOUT).click(); in testAddNetworkMenu_Proxy() [all …]
|
D | LocationSettingsTests.java | 38 private static final int TIMEOUT = 2000; field in LocationSettingsTests 69 (By.res(SETTINGS_PACKAGE, "main_content")), TIMEOUT); in testLoadingLocationSettings() 73 locationTitle = mDevice.wait(Until.findObject(By.text("Location")), TIMEOUT); in testLoadingLocationSettings() 81 Thread.sleep(TIMEOUT); in testLoadingLocationSettings() 83 mDevice.wait(Until.findObject(By.text("Location services")), TIMEOUT)); in testLoadingLocationSettings() 103 Thread.sleep(TIMEOUT); in testLocationDeviceOnlyMode() 111 Thread.sleep(TIMEOUT); in testLocationBatterySavingMode() 119 Thread.sleep(TIMEOUT); in testLocationHighAccuracyMode() 129 Thread.sleep(TIMEOUT); in testLocationSettingsElements() 132 mDevice.wait(Until.findObject(By.text(element)), TIMEOUT)); in testLocationSettingsElements() [all …]
|
D | NotificationSettingsTests.java | 44 private static final int TIMEOUT = 2000; field in NotificationSettingsTests 66 Thread.sleep(TIMEOUT * 2); in setUp() 74 mDevice.waitForIdle(TIMEOUT * 2); // give UI time to finish animating in tearDown() 81 Until.findObject(By.text("Notifications")), TIMEOUT); in testNotificationsSettingsListForCalculator() 83 mDevice.wait(Until.findObject(By.text("Blink light")), TIMEOUT); in testNotificationsSettingsListForCalculator() 85 Until.findObject(By.text("On for all apps")), TIMEOUT); in testNotificationsSettingsListForCalculator() 89 Until.findObject(By.text("All apps")), TIMEOUT); in testNotificationsSettingsListForCalculator() 91 UiObject2 app = mDevice.wait(Until.findObject(By.text("Calculator")), TIMEOUT); in testNotificationsSettingsListForCalculator() 99 Until.findObject(By.text("Notifications")), TIMEOUT); in testNotificationsSettingsListForPhone() 101 mDevice.wait(Until.findObject(By.text("Blink light")), TIMEOUT); in testNotificationsSettingsListForPhone() [all …]
|
D | MoreWirelessSettingsTests.java | 35 private static final int TIMEOUT = 2000; field in MoreWirelessSettingsTests 77 .findObject(By.text("Hotspot & tethering")), TIMEOUT) in testTetheringMenuLoad() 79 Thread.sleep(TIMEOUT); in testTetheringMenuLoad() 81 .findObject(By.text("USB tethering")), TIMEOUT); in testTetheringMenuLoad() 92 Thread.sleep(TIMEOUT); in testVPNMenuLoad() 94 .findObject(By.res(SETTINGS_PACKAGE, "vpn_create")), TIMEOUT); in testVPNMenuLoad() 123 .findObject(By.text("Airplane mode")), TIMEOUT) in toggleAirplaneModeSwitch() 125 Thread.sleep(TIMEOUT); in toggleAirplaneModeSwitch()
|
D | SoundSettingsTest.java | 40 private static final int TIMEOUT = 2000; field in SoundSettingsTest 260 mDevice.wait(Until.findObject(By.text("SAVE")), TIMEOUT).click(); in verifyRingtone() 263 mDevice.wait(Until.findObject(By.text("OK")), TIMEOUT).click(); in verifyRingtone() 300 UiObject2 more = mDevice.wait(Until.findObject(By.text("Advanced")), TIMEOUT); in clickMore() 303 Thread.sleep(TIMEOUT); in clickMore() 310 UiObject2 ringToneObject = mDevice.wait(Until.findObject(By.text(ringtone)), TIMEOUT); in findRingtoneInList() 315 ringToneObject = mDevice.wait(Until.findObject(By.text(ringtone)), TIMEOUT); in findRingtoneInList()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | Bots.java | 38 private static final int TIMEOUT = 15000; field in Bots 53 main = new UiBot(device, context, TIMEOUT); in Bots() 54 breadcrumb = new BreadBot(device, context, TIMEOUT); in Bots() 55 roots = new SidebarBot(device, context, TIMEOUT); in Bots() 56 directory = new DirectoryListBot(device, automation, context, TIMEOUT); in Bots() 57 sort = new SortBot(device, context, TIMEOUT, main); in Bots() 58 keyboard = new KeyboardBot(device, context, TIMEOUT); in Bots() 59 search = new SearchBot(device, context, TIMEOUT); in Bots() 60 gesture = new GestureBot(device, automation, context, TIMEOUT); in Bots() 61 menu = new MenuBot(device, context, TIMEOUT); in Bots() [all …]
|
/packages/apps/Settings/tests/Enable16KbTests/test_16kb_app/src/com/android/settings/development/test/ |
D | Enable16KbDeviceTest.java | 42 private static final long TIMEOUT = 2000; field in Enable16KbDeviceTest 93 mDevice.wait(Until.findObject(By.text(EXT4_CONFIRMATION)), TIMEOUT).click(); in enable16k_switchToExt4() 108 mDevice.wait(Until.findObject(By.text(OKAY)), TIMEOUT).click(); in enable16k_switchTo16Kb() 122 mDevice.wait(Until.findObject(By.text(OKAY)), TIMEOUT).click(); in enable16k_switchTo4Kb() 126 mDevice.waitForWindowUpdate(null, TIMEOUT); in clickOnObject() 130 TIMEOUT); in clickOnObject() 147 UiObject2 targetObject = mDevice.wait(Until.findObject(By.text(displayedText)), TIMEOUT); in verifyTextOnScreen() 154 mDevice.wait(Until.findObject(By.text(title)), TIMEOUT).click(); in openPersistentNotification() 155 mDevice.waitForWindowUpdate(null, TIMEOUT); in openPersistentNotification() 157 mDevice.wait(Until.findObject(By.text(OKAY)), TIMEOUT).click(); in openPersistentNotification() [all …]
|
/packages/modules/Permission/PermissionController/tests/permissionui/src/com/android/permissioncontroller/permissionui/ui/handheld/ |
D | ManageStandardPermissionsFragmentTest.kt | 120 TIMEOUT in groupSummaryGetsUpdatedWhenAppGetsInstalled() 130 TIMEOUT in groupSummaryGetsUpdatedWhenAppGetsUninstalled() 136 TIMEOUT in groupSummaryGetsUpdatedWhenAppGetsUninstalled() 150 TIMEOUT in groupSummaryGetsUpdatedWhenPermissionGetsGranted() 173 TIMEOUT in groupSummaryGetsUpdatedWhenPermissionGetsRevoked() 193 TIMEOUT in additionalPermissionSummaryGetUpdateWhenAppGetsInstalled() 205 TIMEOUT in additionalPermissionSummaryGetUpdateWhenUserGetsUninstalled() 211 TIMEOUT in additionalPermissionSummaryGetUpdateWhenUserGetsUninstalled() 223 TIMEOUT in additionalPermissionSummaryGetUpdateWhenDefinerGetsUninstalled() 229 TIMEOUT in additionalPermissionSummaryGetUpdateWhenDefinerGetsUninstalled() [all …]
|
/packages/modules/DeviceLock/tests/cts/src/com/android/cts/devicelock/ |
D | DeviceLockManagerTest.java | 64 private static final int TIMEOUT = 1; field in DeviceLockManagerTest 192 () -> lockDeviceFuture.get(TIMEOUT, TimeUnit.SECONDS)); 205 () -> unlockDeviceFuture.get(TIMEOUT, TimeUnit.SECONDS)); 218 () -> isDeviceLockedFuture.get(TIMEOUT, TimeUnit.SECONDS)); 231 () -> deviceIdFuture.get(TIMEOUT, TimeUnit.SECONDS)); 248 getLockDeviceFuture().get(TIMEOUT, TimeUnit.SECONDS); 250 boolean locked = getIsDeviceLockedFuture().get(TIMEOUT, TimeUnit.SECONDS); 253 getUnlockDeviceFuture().get(TIMEOUT, TimeUnit.SECONDS); 255 locked = getIsDeviceLockedFuture().get(TIMEOUT, TimeUnit.SECONDS); 275 () -> getDeviceIdFuture().get(TIMEOUT, TimeUnit.SECONDS)); [all …]
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | VoipCallMonitorTest.java | 71 private static final long TIMEOUT = 5000L; field in VoipCallMonitorTest 108 verify(mActivityManagerInternal, timeout(TIMEOUT)).startForegroundServiceDelegate( in testVerifyForegroundServiceTypesBeingPassedToActivityManager() 128 verify(mActivityManagerInternal, timeout(TIMEOUT)).startForegroundServiceDelegate(any( in testStartMonitorForOneCall() 134 verify(mActivityManagerInternal, timeout(TIMEOUT)).stopForegroundServiceDelegate(eq(conn)); in testStartMonitorForOneCall() 147 verify(mActivityManagerInternal, timeout(TIMEOUT).times(1)) in testMonitorForTwoCallsOnSameHandle() 156 verify(mActivityManagerInternal, timeout(TIMEOUT).times(2)) in testMonitorForTwoCallsOnSameHandle() 166 verify(mActivityManagerInternal, timeout(TIMEOUT).times(1)) in testMonitorForTwoCallsOnSameHandle() 182 verify(mActivityManagerInternal, timeout(TIMEOUT).times(1)) in testMonitorForTwoCallsOnDifferentHandle() 194 verify(mActivityManagerInternal, timeout(TIMEOUT).times(2)) in testMonitorForTwoCallsOnDifferentHandle() 217 verify(mActivityManagerInternal, timeout(TIMEOUT).times(1)) in testStopDelegation() [all …]
|
D | DtmfLocalTonePlayerTest.java | 41 private static final int TIMEOUT = 2000; field in DtmfLocalTonePlayerTest 68 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testSupportedStart() local 78 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testUnsupportedStart() local 89 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testPlayToneWhenUninitialized() local 100 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testPlayToneWhenInitialized() local 111 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testStopToneWhenUninitialized() local 122 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testStopToneWhenInitialized() local 133 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT); in testProperTeardown() local
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/ |
D | AllAppsActionManagerTest.kt | 31 private const val TIMEOUT = 5L constant 50 assertThat(callbackSemaphore.tryAcquire(TIMEOUT, SECONDS)).isTrue() in taskbarPresent_actionRegistered() 57 assertThat(callbackSemaphore.tryAcquire(TIMEOUT, SECONDS)).isTrue() in homeAndOverviewSame_actionRegistered() 64 assertThat(callbackSemaphore.tryAcquire(TIMEOUT, SECONDS)).isTrue() in toggleTaskbar_destroyedAfterActionRegistered_actionUnregistered() 77 assertThat(callbackSemaphore.tryAcquire(TIMEOUT, SECONDS)).isTrue() in toggleTaskbar_destroyedBeforeActionRegistered_pendingActionUnregistered() 84 assertThat(callbackSemaphore.tryAcquire(TIMEOUT, SECONDS)).isTrue() in changeHome_sameAsOverviewBeforeActionUnregistered_actionRegisteredAgain() 88 assertThat(callbackSemaphore.tryAcquire(TIMEOUT, SECONDS)).isTrue() in changeHome_sameAsOverviewBeforeActionUnregistered_actionRegisteredAgain()
|
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/concurrency/ |
D | SyncCallbackTimeoutExceptionTest.java | 29 private static final long TIMEOUT = 42; field in SyncCallbackTimeoutExceptionTest 32 new SyncCallbackTimeoutException(WHAT, TIMEOUT, MILLISECONDS); 38 () -> new SyncCallbackTimeoutException(WHAT, TIMEOUT, /* unit= */ null)); in testNullConstructor() 41 () -> new SyncCallbackTimeoutException(/* what= */ null, TIMEOUT, MILLISECONDS)); in testNullConstructor() 47 expect.withMessage("timeout").that(mException.getTimeout()).isEqualTo(TIMEOUT); in testCustomGetters() 55 SyncCallbackTimeoutException.MSG_TEMPLATE, WHAT, TIMEOUT, MILLISECONDS); in testGetMessage()
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
D | SimImportActivityTest.java | 97 public static final int TIMEOUT = 100000; field in SimImportActivityTest 148 assertTrue(mDevice.wait(Until.hasObject(By.text("Sim One")), TIMEOUT)); in shouldDisplaySimContacts() 164 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("No contacts")), TIMEOUT)); in shouldHaveEmptyState() 175 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("No contacts")), TIMEOUT)); in smokeRotateInEmptyState() 181 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("No contacts")), TIMEOUT)); in smokeRotateInEmptyState() 193 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("Name One")), TIMEOUT)); in smokeRotateInNonEmptyState() 199 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("Name One")), TIMEOUT)); in smokeRotateInNonEmptyState() 266 assertTrue(mDevice.wait(Until.hasObject(By.desc("Show more")), TIMEOUT)); in selectionsAreImportedAndDisabledOnSubsequentImports() 268 mDevice.findObject(By.desc("Show more")).clickAndWait(Until.newWindow(), TIMEOUT); in selectionsAreImportedAndDisabledOnSubsequentImports() local 271 assertTrue(mDevice.wait(Until.hasObject(By.text("Skip Two")), TIMEOUT)); in selectionsAreImportedAndDisabledOnSubsequentImports() [all …]
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | DckGattTest.kt | 88 .withDeadline(Deadline.after(TIMEOUT, TimeUnit.MILLISECONDS)) in setUp() 101 verify(gattCallbackMock, timeout(TIMEOUT)) in setUp() 192 verify(gattCallback, timeout(TIMEOUT)) in testDiscoverDkGattService() 201 verify(gattCallback, timeout(TIMEOUT)) in testDiscoverDkGattService() 209 verify(gattCallback, timeout(TIMEOUT)) in testDiscoverDkGattService() 247 verify(scanCallbackMock, timeout(TIMEOUT).atLeastOnce()) in testGattConnect_fromIrkScan() 258 verify(gattCallbackMock, timeout(TIMEOUT)) in testGattConnect_fromIrkScan() 290 verify(scanCallbackMock, timeout(TIMEOUT).atLeastOnce()) in testGattConnect_fromUuidScan() 304 verify(gattCallbackMock, timeout(TIMEOUT)) in testGattConnect_fromUuidScan() 336 private const val TIMEOUT: Long = 2000 constant
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsSocketClientTests.java | 75 private static final long TIMEOUT = 500; field in MdnsSocketClientTests 245 verify(mockMulticastSocket, timeout(TIMEOUT).times(1)).send(packet); in testSendPackets_useSeparateSocketForUnicast() 246 verify(mockUnicastSocket, timeout(TIMEOUT).times(0)).send(packet); in testSendPackets_useSeparateSocketForUnicast() 251 verify(mockMulticastSocket, timeout(TIMEOUT).times(1)).send(packet); in testSendPackets_useSeparateSocketForUnicast() 252 verify(mockUnicastSocket, timeout(TIMEOUT).times(1)).send(packet); in testSendPackets_useSeparateSocketForUnicast() 298 verify(mockMulticastSocket, timeout(TIMEOUT).times(1)).send(packet); in testSendPackets_useSameSocketForMulticastAndUnicast() 299 verify(mockUnicastSocket, timeout(TIMEOUT).times(0)).send(packet); in testSendPackets_useSameSocketForMulticastAndUnicast() 304 verify(mockMulticastSocket, timeout(TIMEOUT).times(2)).send(packet); in testSendPackets_useSameSocketForMulticastAndUnicast() 305 verify(mockUnicastSocket, timeout(TIMEOUT).times(0)).send(packet); in testSendPackets_useSameSocketForMulticastAndUnicast() 402 verify(mockCallback, timeout(TIMEOUT).atLeast(1)) in testMulticastResponseReceived_useSeparateSocketForUnicast() [all …]
|
/packages/modules/AdServices/adservices/tests/endtoends/src/com/android/adservices/measurement/ |
D | MeasurementCompatibleManagerTest.java | 82 private static final long TIMEOUT = 5000L; field in MeasurementCompatibleManagerTest 143 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_callingApp_expectedAttributionSource() 195 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_adIdEnabled_register() 234 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_adIdZeroOut_register() 272 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_adIdDisabled_register() 310 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_adIdTimeOut_register() 380 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_callingSdk_expectedAttributionSource() 406 assertTrue(anyCountDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterSource_executorAndCallbackCalled() 445 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterWebSource_callingApp_expectedAttributionSource() 472 assertTrue(countDownLatch.await(TIMEOUT, TimeUnit.MILLISECONDS)); in testRegisterWebSource_callingSdk_expectedAttributionSource() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | NoPermissionsLaunchSmokeTest.java | 45 private static final long TIMEOUT = 5000; field in NoPermissionsLaunchSmokeTest 78 device.wait(Until.hasObject(By.textEndsWith("your phone call logs?")), TIMEOUT); in launchingMainActivityDoesntCrash() 83 device.wait(Until.hasObject(By.textEndsWith("access your contacts?")), TIMEOUT); in launchingMainActivityDoesntCrash() 88 device.wait(Until.hasObject(By.textEndsWith("make and manage phone calls?")), TIMEOUT); in launchingMainActivityDoesntCrash() 97 grantPhonePermissionButton.clickAndWait(Until.newWindow(), TIMEOUT); in launchingMainActivityDoesntCrash() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/ui/settings/ |
D | SettingsTestUtils.java | 29 private static final long TIMEOUT = 30 * DateUtils.SECOND_IN_MILLIS; field in SettingsTestUtils 44 .waitForExists(TIMEOUT)) in verifySettingsActivityIsVisible() 55 .waitForExists(TIMEOUT)) in verifySettingsCloudProviderAccountIsVisible() 68 .that(selectorExtraWidget.waitForExists(TIMEOUT)) in findAndClickSettingsProviderOptionExtraWidget()
|
/packages/modules/Virtualization/libs/devicemapper/src/ |
D | util.rs | 28 const TIMEOUT: Duration = Duration::from_secs(1); in wait_for_path() constant 32 if begin.elapsed() > TIMEOUT { in wait_for_path() 43 const TIMEOUT: Duration = Duration::from_secs(1); in wait_for_path_disappears() constant 47 if begin.elapsed() > TIMEOUT { in wait_for_path_disappears()
|
/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/ |
D | CallbackUtils.java | 61 TIMEOUT, enumConstant 67 private CallbackCode mCallbackCode = CallbackCode.TIMEOUT; 95 return new Pair<>(CallbackCode.TIMEOUT, null); in waitForAttach() 175 TIMEOUT, enumConstant 282 return new CallbackData(CallbackCode.TIMEOUT); in waitForCallbacks() 475 public static final int TIMEOUT = -1; field in CallbackUtils.RangingCb 480 private int mStatus = TIMEOUT; 493 return new Pair<>(TIMEOUT, null); in waitForRangingResults()
|
/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/ |
D | SendReceive.java | 56 private static final long TIMEOUT = 3000; field in SendReceive 140 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in sendStatusApp() 173 Integer value = resultListener.poll(TIMEOUT, TimeUnit.MILLISECONDS); in receiveStatusApp() 189 Integer value = resultListener.poll(TIMEOUT, TimeUnit.MILLISECONDS); in receiveStatusApp() 212 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in setupForTransferringDatagram() 256 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in setupForTransferringDatagram() 281 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in setupForTransferringDatagram()
|
D | Datagram.java | 72 private static final long TIMEOUT = 3000; field in Datagram 186 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in startTransmissionUpdatesApp() 202 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in startTransmissionUpdatesApp() 221 Integer value = error.poll(TIMEOUT, TimeUnit.MILLISECONDS); in stopTransmissionUpdatesApp() 246 Integer value = resultListener.poll(TIMEOUT, TimeUnit.MILLISECONDS); in pollPendingDatagramsApp() 257 + resultListener.poll(TIMEOUT, TimeUnit.MILLISECONDS)); in pollPendingDatagramsApp() 264 Integer value = resultListener.poll(TIMEOUT, TimeUnit.MILLISECONDS); in pollPendingDatagramsApp() 287 Integer value = resultListener.poll(TIMEOUT, TimeUnit.MILLISECONDS); in sendDatagramApp()
|
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/core/ |
D | LifecycleEventHandlingTest.java | 47 private static final long TIMEOUT = 2000; field in LifecycleEventHandlingTest 76 TIMEOUT); in launchDashboard_shouldSeeFooter() 79 assertThat(mDevice.wait(Until.findObject(By.text(footerText)), TIMEOUT)) in launchDashboard_shouldSeeFooter()
|
/packages/modules/Connectivity/thread/tests/utils/src/android/net/thread/utils/ |
D | TapTestNetworkTracker.java | 60 private static final Duration TIMEOUT = Duration.ofSeconds(2); field in TapTestNetworkTracker 119 TIMEOUT.toMillis(), in setUpTestNetwork() 126 TIMEOUT.toMillis(), in setUpTestNetwork() 134 mAgent.waitForIdle(TIMEOUT.toMillis()); in tearDownTestNetwork()
|