Home
last modified time | relevance | path

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

12

/cts/tests/backup/src/android/backup/cts/
DPermissionTest.java107 eventually(() -> { in testGrantDeniedRuntimePermission() method
126 eventually(() -> { in testGrantDeniedRuntimePermission22() method
151 eventually(() -> { in testNoTriStateRuntimePermission() method
194 eventually(() -> { in testGrantForegroundRuntimePermission() method
234 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission() method
255 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission22() method
382 public static void eventually(@NonNull Runnable r) { in eventually() method in PermissionTest
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningHostTest.java140 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method
158 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method
165 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method
191 eventually(() -> { in testPrivateAppDataDirectoryForCloneUser() method
262 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method
269 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method
274 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method
DBaseHostTestCase.java92 protected static void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in BaseHostTestCase
105 protected static void eventually(ThrowingBooleanSupplier booleanSupplier, in eventually() method in BaseHostTestCase
/cts/tests/tests/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
/cts/tests/tests/permission/src/android/permission/cts/
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
DLocationAccessCheckTest.java250 eventually(() -> { in accessLocation() method
256 eventually(() -> { in accessLocation() method
289 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
290 eventually(() -> { in eventually() method
305 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
DRevokeSelfPermissionTest.java282 eventually(() -> { in placeAppInBackground() method
341 eventually(() -> { in waitUntilPermissionRevoked() method
DPermissionControllerTest.java435 eventually(() -> { in revokePermissionAutomaticallyExtendsToWholeGroup() method
451 eventually(() -> { in revokePermissionCustom() 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
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DHeadlessSystemUserTest.java75 eventually(() -> { in testProfileOwnerIsSetOnNewUser() method
/cts/tests/tests/security/src/android/security/cts/
DLocationDisabledAppOpsTest.java84 eventually(() -> { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled() method
DPermissionBackupCertificateCheckTest.kt793 fun eventually(r: Runnable) { in eventually() method
/cts/tests/location/location_none/src/android/location/cts/none/
DLocationDisabledAppOpsTest.java84 eventually(() -> { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled() method
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DUninstallPinnedTest.java99 eventually(() -> { in testAppCantUninstallItself() method
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DBaseHostTestCase.java57 protected static void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in BaseHostTestCase
/cts/tests/tests/permissionpolicy/src/android/permissionpolicy/cts/
DRestrictedStoragePermissionTest.java293 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method
309 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java329 public static void eventually(@NonNull ThrowingRunnable r) { in eventually() method in SystemUtil
340 public static void eventually(@NonNull ThrowingRunnable r, long timeoutMillis) { in eventually() method in SystemUtil
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java95 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.java158 public static <T> T eventually(@NonNull String description, @NonNull Callable<T> assertion) in eventually() method in Helper
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java315 private void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in StorageHostTest

12