Home
last modified time | relevance | path

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

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