Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java70 protected void withRetry(RunnableWithThrowable test) throws Throwable { in withRetry() method in BaseDeviceAdminServiceTest
107 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()
112 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
120 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()
124 withRetry(() -> assertServiceBound(OWNER_SERVICE)); // Should still be bound. in testAll()
129 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
134 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()
139 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
140 withRetry(() -> assertServiceNotBound(OWNER_SERVICE2)); in testAll()
145 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
[all …]