Home
last modified time | relevance | path

Searched refs:tryWaitForSuccess (Results 1 – 2 of 2) 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/
DBaseDevicePolicyTest.java1012 tryWaitForSuccess(() -> !listUsers().contains(userId), in waitUntilUserRemoved()
1018 protected void tryWaitForSuccess(SuccessCondition successCondition, String failureMessage, in tryWaitForSuccess() method in BaseDevicePolicyTest