/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/ |
H A D | AppCloningHostTest.java | 159 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method 177 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method 184 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method 210 eventually(() -> { in testPrivateAppDataDirectoryForCloneUser() method 283 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method 290 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method 295 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method 315 eventually(() -> { in testDeletionOfAppInNotParentProfile_notDeletesCloneApp() method 323 eventually(() -> { in testDeletionOfAppInNotParentProfile_notDeletesCloneApp() method 330 eventually(() -> { in testDeletionOfAppInNotParentProfile_notDeletesCloneApp() method [all …]
|
/aosp_15_r20/cts/tests/tests/print/src/android/print/cts/ |
H A D | PrintDocumentAdapterContractTest.java | 135 eventually(() -> { in noPrintOptionsOrPrinterChange() method 380 eventually(() -> { in nonChangePrinterWhileNotWritten() method 462 eventually(() -> { in printOptionsChangeAndNoPrinterChange() method 644 eventually(() -> { in printCorruptedFile() method 722 eventually(() -> { in printOptionsChangeAndPrinterChange() method 858 eventually(() -> { in printOptionsChangeAndNoPrinterChangeAndContentChange() method 970 eventually(() -> { in newPrinterSupportsSelectedPrintOptions() method 1067 eventually(() -> { in nothingChangesAllPagesWrittenFirstTime() method 1457 eventually(() -> { in unexpectedLayoutCancel() method 1523 eventually(() -> { in unexpectedWriteCancel() method [all …]
|
H A D | PrinterDiscoverySessionLifecycleTest.java | 120 eventually(() -> { in makeDefaultPrinter() method 182 eventually( in defaultPrinterBecomesAvailableWhileInBackground() method 236 eventually( in defaultPrinterBecomesUsableWhileInBackground() method 314 eventually(() -> { in normalLifecycle() method 511 eventually(() -> { in startPrinterDiscoveryWithHistoricalPrinters() method
|
H A D | PrintDocumentInfoTest.java | 163 eventually(() -> { in printDocumentBaseTest() method
|
H A D | CustomPrintOptionsTest.java | 350 eventually(() -> { in testCase() method
|
/aosp_15_r20/cts/tests/backup/src/android/backup/cts/ |
H A D | PermissionTest.java | 116 eventually(() -> { in testGrantDeniedRuntimePermission() method 136 eventually(() -> { in testGrantDeniedRuntimePermission22() method 162 eventually(() -> { in testNoTriStateRuntimePermission() method 207 eventually(() -> { in testGrantForegroundRuntimePermission() method 248 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission() method 270 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission22() method 402 public static void eventually(@NonNull Runnable r) { in eventually() method in PermissionTest
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/ |
D | TestUtils.java | 95 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in TestUtils 96 eventually(() -> { in eventually() method 111 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in TestUtils 173 eventually(() -> { in awaitJobUntilRequestedState() method 193 eventually(() -> { in awaitJobUntilRequestedState() method
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | LocationAccessCheckTest.java | 263 eventually(() -> { in accessLocation() method 269 eventually(() -> { in accessLocation() method 302 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest 303 eventually(() -> { in eventually() method 318 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
|
D | PermissionGroupChange.java | 83 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually() method in PermissionGroupChange 125 eventually(() -> { in grantPermissionViaUi() method 132 eventually(() -> { in waitUntilPermissionGranted() method
|
D | RevokeSelfPermissionTest.java | 285 eventually(() -> { in placeAppInBackground() method 346 eventually(() -> { in waitUntilPermissionRevoked() method
|
D | PermissionControllerTest.java | 439 eventually(() -> { in revokePermissionAutomaticallyExtendsToWholeGroup() method 455 eventually(() -> { in revokePermissionCustom() method
|
/aosp_15_r20/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
H A 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
|
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/ |
H A D | BaseHostTestCase.java | 101 protected static void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in BaseHostTestCase 114 protected static void eventually(ThrowingBooleanSupplier booleanSupplier, in eventually() method in BaseHostTestCase
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/ |
D | RestrictedStoragePermissionTest.java | 294 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method 310 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | SystemUtil.java | 331 public static void eventually(@NonNull ThrowingRunnable r) { in eventually() method in SystemUtil 342 public static void eventually(@NonNull ThrowingRunnable r, long timeoutMillis) { in eventually() method in SystemUtil
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | PermissionBackupCertificateCheckTest.kt | 793 fun eventually(r: Runnable) { in eventually() method
|
H A D | LocationDisabledAppOpsTest.java | 84 eventually(() -> { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled() method
|
/aosp_15_r20/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/ |
D | TestUtils.java | 31 static void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in TestUtils
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
H A D | HeadlessSystemUserTest.java | 75 eventually(() -> { in testProfileOwnerIsSetOnNewUser() method
|
/aosp_15_r20/cts/tests/location/location_none/src/android/location/cts/none/ |
H A D | LocationDisabledAppOpsTest.java | 77 eventually(() -> { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled() method
|
/aosp_15_r20/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/ |
H A D | UninstallPinnedTest.java | 99 eventually(() -> { in testAppCantUninstallItself() method
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/ |
H A D | BaseHostTestCase.java | 61 protected static void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in BaseHostTestCase
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/ |
H A D | SessionLifecycleTest.java | 104 private static void eventually(String description, Callable<Boolean> assertion) in eventually() method in SessionLifecycleTest
|
/aosp_15_r20/cts/tests/tests/appop/appopsTestUtilLib/src/android/app/appops/cts/ |
H A D | AppOpsUtils.kt | 147 fun <T> eventually(timeout: Long = TIMEOUT_MILLIS, r: () -> T): T { in eventually() method
|
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
H A D | Helper.java | 158 public static <T> T eventually(@NonNull String description, @NonNull Callable<T> assertion) in eventually() method in Helper
|