Home
last modified time | relevance | path

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

/cts/tests/backup/src/android/backup/cts/
DPermissionTest.java102 eventually(() -> { in testGrantDeniedRuntimePermission() method
118 eventually(() -> { in testGrantDeniedRuntimePermission22() method
140 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.java74 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually() method in PermissionGroupChange
108 eventually(() -> { in grantPermissionViaUi() method
115 eventually(() -> { in waitUntilPermissionGranted() method
DLocationAccessCheckTest.java167 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
168 eventually(() -> { in eventually() method
185 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
429 eventually(() -> { in resetPermissionController() method
453 eventually(() -> { in resetPermissionController() method
543 eventually(() -> { in notificationIsShownAgainAfterUninstallAndReinstall() method
/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentAdapterContractTest.java132 eventually(() -> { in noPrintOptionsOrPrinterChange() method
382 eventually(() -> { in nonChangePrinterWhileNotWritten() method
467 eventually(() -> { in printOptionsChangeAndNoPrinterChange() method
652 eventually(() -> { in printCorruptedFile() method
733 eventually(() -> { in printOptionsChangeAndPrinterChange() method
872 eventually(() -> { in printOptionsChangeAndNoPrinterChangeAndContentChange() method
987 eventually(() -> { in newPrinterSupportsSelectedPrintOptions() method
1087 eventually(() -> { in nothingChangesAllPagesWrittenFirstTime() method
1484 eventually(() -> { in unexpectedLayoutCancel() method
1553 eventually(() -> { in unexpectedWriteCancel() method
[all …]
DPrinterDiscoverySessionLifecycleTest.java122 eventually(() -> { in makeDefaultPrinter() method
194 eventually(() -> { in defaultPrinterBecomesAvailableWhileInBackground() method
246 eventually(() -> { in defaultPrinterBecomesUsableWhileInBackground() method
317 eventually(() -> { in normalLifecycle() method
504 eventually(() -> { in startPrinterDiscoveryWithHistoricalPrinters() method
DPrintDocumentInfoTest.java161 eventually(() -> { in printDocumentBaseTest() method
DCustomPrintOptionsTest.java363 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.java1060 eventually(() -> { in makeDefaultPrinter() 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/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java147 public static <T> T eventually(@NonNull String description, @NonNull Callable<T> assertion) in eventually() method in Helper
/cts/tests/tests/permission/permissionTestUtilLib/src/android/permission/cts/
DPermissionUtils.java331 public static void eventually(@NonNull ThrowingRunnable r) { in eventually() method in PermissionUtils
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedPermissionsTest.java491 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method
507 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method