Searched refs:withRetry (Results 1 – 1 of 1) sorted by relevance
70 protected void withRetry(RunnableWithThrowable test) throws Throwable { in withRetry() method in BaseDeviceAdminServiceTest107 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 …]