Home
last modified time | relevance | path

Searched refs:tryWaitForSuccess (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUtils.java49 public static void tryWaitForSuccess(BooleanSupplier successCondition, long timeoutMillis) in tryWaitForSuccess() method in Utils
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfilePasswordTest.java240 tryWaitForSuccess( in waitUntilProfileLocked()
DBaseDevicePolicyTest.java998 tryWaitForSuccess(() -> !listUsers().contains(userId), in waitUntilUserRemoved()
1004 protected void tryWaitForSuccess(SuccessCondition successCondition, String failureMessage, in tryWaitForSuccess() method in BaseDevicePolicyTest