/cts/tests/backup/src/android/backup/cts/ |
D | PermissionTest.java | 102 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/ |
D | PermissionGroupChange.java | 74 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually() method in PermissionGroupChange 108 eventually(() -> { in grantPermissionViaUi() method 115 eventually(() -> { in waitUntilPermissionGranted() method
|
D | LocationAccessCheckTest.java | 167 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/ |
D | PrintDocumentAdapterContractTest.java | 132 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 …]
|
D | PrinterDiscoverySessionLifecycleTest.java | 122 eventually(() -> { in makeDefaultPrinter() method 194 eventually(() -> { in defaultPrinterBecomesAvailableWhileInBackground() method 246 eventually(() -> { in defaultPrinterBecomesUsableWhileInBackground() method 317 eventually(() -> { in normalLifecycle() method 504 eventually(() -> { in startPrinterDiscoveryWithHistoricalPrinters() method
|
D | PrintDocumentInfoTest.java | 161 eventually(() -> { in printDocumentBaseTest() method
|
D | CustomPrintOptionsTest.java | 363 eventually(() -> { in testCase() method
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | Utils.java | 111 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
|
D | BasePrintTest.java | 1060 eventually(() -> { in makeDefaultPrinter() method
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | SessionLifecycleTest.java | 84 private static void eventually(String description, Callable<Boolean> assertion) in eventually() method in SessionLifecycleTest
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | Helper.java | 147 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/ |
D | PermissionUtils.java | 331 public static void eventually(@NonNull ThrowingRunnable r) { in eventually() method in PermissionUtils
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | RestrictedPermissionsTest.java | 491 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method 507 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method
|