Home
last modified time | relevance | path

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

/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
/packages/modules/Permission/tests/cts/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.java261 eventually(() -> { in accessLocation() method
267 eventually(() -> { in accessLocation() method
300 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
301 eventually(() -> { in eventually() method
316 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest
DRevokeSelfPermissionTest.java283 eventually(() -> { in placeAppInBackground() method
342 eventually(() -> { in waitUntilPermissionRevoked() method
DPermissionControllerTest.java439 eventually(() -> { in revokePermissionAutomaticallyExtendsToWholeGroup() method
455 eventually(() -> { in revokePermissionCustom() method
DOneTimePermissionTest.java311 eventually(() -> { in exitApp() method
/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/
DTestUtils.java31 static void eventually(ThrowingRunnable r, long timeoutMillis) { in eventually() method in TestUtils
DDeviceLockServiceImplTest.java422 eventually(() -> { in waitUntilConnected() method
/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/
DRestrictedStoragePermissionTest.java294 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method
310 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method