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

/packages/apps/Browser/tests/src/com/android/browser/
H A DIntentHandlerTests.java120 waitForLoadStart(tab, url);
123 void waitForLoadStart(final Tab tab, final String url) throws InterruptedException { method in class:IntentHandlerTests
137 private void sendIntent(final Intent intent, boolean waitForLoadStart) throws Throwable { argument
152 if (waitForLoadStart) {
155 waitForLoadStart(tab, url);

Completed in 41 milliseconds