Searched refs:isEventually (Results 1 – 1 of 1) sorted by relevance
435 assertTrue(isEventually(() -> Intents.getIntents().size() == 1, TEST_TIMEOUT_MS)); in testUnsupportedScheme()485 isEventually(() -> Intents.getIntents().size() == 1, TEST_TIMEOUT_MS)); in testDownload()508 private static boolean isEventually(BooleanSupplier condition, long timeout) in isEventually() method in CaptivePortalLoginActivityTest