Home
last modified time | relevance | path

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

12

/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
H A DAppCloningHostTest.java159 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 DPrintDocumentAdapterContractTest.java135 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 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
H A DPrintDocumentInfoTest.java163 eventually(() -> { in printDocumentBaseTest() method
H A DCustomPrintOptionsTest.java350 eventually(() -> { in testCase() method
/aosp_15_r20/cts/tests/backup/src/android/backup/cts/
H A DPermissionTest.java116 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/
DTestUtils.java95 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/
DLocationAccessCheckTest.java263 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
DPermissionGroupChange.java83 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually() method in PermissionGroupChange
125 eventually(() -> { in grantPermissionViaUi() method
132 eventually(() -> { in waitUntilPermissionGranted() method
DRevokeSelfPermissionTest.java285 eventually(() -> { in placeAppInBackground() method
346 eventually(() -> { in waitUntilPermissionRevoked() method
DPermissionControllerTest.java439 eventually(() -> { in revokePermissionAutomaticallyExtendsToWholeGroup() method
455 eventually(() -> { in revokePermissionCustom() method
/aosp_15_r20/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
H A 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
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
H A DBaseHostTestCase.java101 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/
DRestrictedStoragePermissionTest.java294 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 DSystemUtil.java331 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 DPermissionBackupCertificateCheckTest.kt793 fun eventually(r: Runnable) { in eventually() method
H A DLocationDisabledAppOpsTest.java84 eventually(() -> { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled() method
/aosp_15_r20/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/
DTestUtils.java31 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 DHeadlessSystemUserTest.java75 eventually(() -> { in testProfileOwnerIsSetOnNewUser() method
/aosp_15_r20/cts/tests/location/location_none/src/android/location/cts/none/
H A DLocationDisabledAppOpsTest.java77 eventually(() -> { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled() method
/aosp_15_r20/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
H A DUninstallPinnedTest.java99 eventually(() -> { in testAppCantUninstallItself() method
/aosp_15_r20/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
H A DBaseHostTestCase.java61 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 DSessionLifecycleTest.java104 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 DAppOpsUtils.kt147 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 DHelper.java158 public static <T> T eventually(@NonNull String description, @NonNull Callable<T> assertion) in eventually() method in Helper

12