Home
last modified time | relevance | path

Searched defs:eventually (Results 1 – 18 of 18) sorted by relevance

/cts/tests/backup/src/android/backup/cts/
DPermissionTest.java103 eventually(() -> { in testGrantDeniedRuntimePermission() method
119 eventually(() -> { in testGrantDeniedRuntimePermission22() method
141 eventually(() -> { in testNoTriStateRuntimePermission() method
178 eventually(() -> { in testGrantForegroundRuntimePermission() method
209 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission() method
227 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission22() method
337 public static void eventually(@NonNull Runnable r) { in eventually() method in PermissionTest
/cts/tests/tests/permission/src/android/permission/cts/
DPermissionGroupChange.java78 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually() method in PermissionGroupChange
120 eventually(() -> { in grantPermissionViaUi() method
127 eventually(() -> { in waitUntilPermissionGranted() method
DLocationAccessCheckTest.java151 eventually(() -> { in accessLocation() method
178 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
179 eventually(() -> { in eventually() method
194 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
492 eventually(() -> { in resetPermissionController() method
519 eventually(() -> { in resetPermissionController() method
622 eventually(() -> { in notificationIsShownAgainAfterUninstallAndReinstall() method
DPermissionControllerTest.java435 eventually(() -> { in revokePermissionAutomaticallyExtendsToWholeGroup() method
451 eventually(() -> { in revokePermissionCustom() method
DOneTimePermissionTest.java231 eventually(() -> { in exitApp() method
/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentAdapterContractTest.java133 eventually(() -> { in noPrintOptionsOrPrinterChange() method
378 eventually(() -> { in nonChangePrinterWhileNotWritten() method
460 eventually(() -> { in printOptionsChangeAndNoPrinterChange() method
642 eventually(() -> { in printCorruptedFile() method
720 eventually(() -> { in printOptionsChangeAndPrinterChange() method
856 eventually(() -> { in printOptionsChangeAndNoPrinterChangeAndContentChange() method
968 eventually(() -> { in newPrinterSupportsSelectedPrintOptions() method
1065 eventually(() -> { in nothingChangesAllPagesWrittenFirstTime() method
1455 eventually(() -> { in unexpectedLayoutCancel() method
1521 eventually(() -> { in unexpectedWriteCancel() method
[all …]
DPrinterDiscoverySessionLifecycleTest.java120 eventually(() -> { in makeDefaultPrinter() method
182 eventually( in defaultPrinterBecomesAvailableWhileInBackground() method
236 eventually( in defaultPrinterBecomesUsableWhileInBackground() method
314 eventually(() -> { in normalLifecycle() method
511 eventually(() -> { in startPrinterDiscoveryWithHistoricalPrinters() method
DPrintDocumentInfoTest.java161 eventually(() -> { in printDocumentBaseTest() method
DCustomPrintOptionsTest.java350 eventually(() -> { in testCase() method
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DUtils.java111 public static void eventually(@NonNull Invokable r, long timeout) throws Throwable { in eventually() method in Utils
140 public static void eventually(@NonNull Invokable r) throws Throwable { in eventually() method in Utils
DBasePrintTest.java883 eventually(() -> { in makeDefaultPrinter() method
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DUninstallPinnedTest.java98 eventually(() -> { in testAppCantUninstallItself() method
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java278 public static void eventually(@NonNull ThrowingRunnable r) { in eventually() method in SystemUtil
289 public static void eventually(@NonNull ThrowingRunnable r, long timeoutMillis) { in eventually() method in SystemUtil
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedStoragePermissionTest.java292 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method
308 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java84 private static void eventually(String description, Callable<Boolean> assertion) in eventually() method in SessionLifecycleTest
/cts/tests/tests/appop/appopsTestUtilLib/src/android/app/appops/cts/
DAppOpsUtils.kt144 fun <T> eventually(timeout: Long = TIMEOUT_MILLIS, r: () -> T): T { in eventually() method
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java153 public static <T> T eventually(@NonNull String description, @NonNull Callable<T> assertion) in eventually() method in Helper
/cts/tests/tests/os/src/android/os/cts/
DAutoRevokeTest.kt422 private inline fun <T> eventually(crossinline action: () -> T): T { in <lambda>() method in android.os.cts.AutoRevokeTest