Searched refs:DEFAULT_TIMEOUT_SEC (Results 1 – 4 of 4) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | DeviceUtils.java | 71 static final int DEFAULT_TIMEOUT_SEC = field in DeviceUtils.Logcat 79 filter, DEFAULT_TIMEOUT_SEC, message); in includes() 84 null, DEFAULT_TIMEOUT_SEC, message); in includes() 89 DEFAULT_TIMEOUT_SEC, message); in excludes()
|
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 68 private static final int DEFAULT_TIMEOUT_SEC = 30; field in AppBindingHostTest 255 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkBound() 266 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkBound() 288 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkNotBoundWithError() 299 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkPackageNotBound() 576 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in assertUserHasNoConnection() 634 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testSecondaryUser() 661 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testCrashAndAutoRebind() 672 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testCrashAndAutoRebind() 682 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testCrashAndAutoRebind() [all …]
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | PowerPolicyHostTest.java | 57 private static final int DEFAULT_TIMEOUT_SEC = 20; field in PowerPolicyHostTest 305 CommonTestUtils.waitUntil("timed out (" + DEFAULT_TIMEOUT_SEC in waitPowerPolicyListenersUpdated() 306 + "s) waiting policy listeners updated", DEFAULT_TIMEOUT_SEC, in waitPowerPolicyListenersUpdated() 327 CommonTestUtils.waitUntil("timed out (" + DEFAULT_TIMEOUT_SEC in waitResetPowerPolicyListenersComplete() 328 + "s) waiting resetPowerPolicyListenersComplete", DEFAULT_TIMEOUT_SEC, in waitResetPowerPolicyListenersComplete() 340 CommonTestUtils.waitUntil("timed out (" + DEFAULT_TIMEOUT_SEC in waitUntilNumberPolicyListenersEquals() 341 + "s) getting number policy listeners", DEFAULT_TIMEOUT_SEC, in waitUntilNumberPolicyListenersEquals() 378 + "to be %b", DEFAULT_TIMEOUT_SEC, expected); in waitUntilForcedSilentModeChangeTo() 379 CommonTestUtils.waitUntil(timeoutMsg, DEFAULT_TIMEOUT_SEC, in waitUntilForcedSilentModeChangeTo() 570 + "enabled expected: " + expected, DEFAULT_TIMEOUT_SEC, in waitUntilPowerStateChangeTo()
|
/cts/hostsidetests/car/util/src/android/car/cts/ |
D | CarHostJUnit4TestCase.java | 65 private static final int DEFAULT_TIMEOUT_SEC = 20; field in CarHostJUnit4TestCase 373 DEFAULT_TIMEOUT_SEC, () -> isUserInitialized(userId)); in waitForUserInitialized() 381 DEFAULT_TIMEOUT_SEC, () -> isCarServiceReady()); in waitForCarServiceReady() 438 CommonTestUtils.waitUntil("timed out (" + DEFAULT_TIMEOUT_SEC in waitUntilCurrentUser() 440 + " (it is " + getCurrentUserId() + ")", DEFAULT_TIMEOUT_SEC, in waitUntilCurrentUser() 497 waitUntil(DEFAULT_TIMEOUT_SEC, predicate, msgPattern, msgArgs); in waitUntil()
|