Home
last modified time | relevance | path

Searched refs:runWithRetries (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java192 private void runWithRetries(int timeoutSeconds, ThrowingRunnable r) throws Throwable { in runWithRetries() method in AppBindingHostTest
240 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkBound()
251 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkBound()
273 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkNotBoundWithError()
284 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in checkPackageNotBound()
561 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in assertUserHasNoConnection()
568 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in assertUserHasNoFinder()
619 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testSecondaryUser()
646 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testCrashAndAutoRebind()
657 runWithRetries(DEFAULT_TIMEOUT_SEC, () -> { in testCrashAndAutoRebind()
[all …]