Searched defs:waitForInterstitial (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DInterstitialPageTest.java65 private boolean waitForInterstitial(final boolean shouldBeShown) throws InterruptedException { method in class:InterstitialPageTest
124 assertTrue("Interstitial never shown.", waitForInterstitial(true));
129 assertTrue("Interstitial never hidden.", waitForInterstitial(false));

Completed in 1014 milliseconds