HomeSort by relevance Sort by last modified time
    Searched refs:currentCallCount (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 163 * @param currentCallCount the value obtained by calling getCallCount().
165 * currentCallCount was obtained) that we will wait for.
173 public void waitForCallback(int currentCallCount, int numberOfCallsToWaitFor, long timeout,
175 assert mCallCount >= currentCallCount;
178 int callCountWhenDoneWaiting = currentCallCount + numberOfCallsToWaitFor;
189 public void waitForCallback(int currentCallCount, int numberOfCallsToWaitFor)
191 waitForCallback(currentCallCount, numberOfCallsToWaitFor,
195 public void waitForCallback(int currentCallCount)
197 waitForCallback(currentCallCount, 1);
HistoryUtils.java 133 int currentCallCount = onPageFinishedHelper.getCallCount();
141 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_SECONDS,
156 int currentCallCount = onPageFinishedHelper.getCallCount();
164 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_SECONDS,
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsStaticsTest.java 30 int currentCallCount = callbackHelper.getCallCount();
40 callbackHelper.waitForCallback(currentCallCount);
AwTestBase.java 115 int currentCallCount = onPageFinishedHelper.getCallCount();
117 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS,
161 int currentCallCount = onPageFinishedHelper.getCallCount();
163 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS,
193 int currentCallCount = onPageFinishedHelper.getCallCount();
195 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS,
204 int currentCallCount = onPageFinishedHelper.getCallCount();
212 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS,
235 int currentCallCount = onPageFinishedHelper.getCallCount();
237 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS
    [all...]
ClientOnPageStartedTest.java 41 int currentCallCount = onPageStartedHelper.getCallCount();
44 onPageStartedHelper.waitForCallback(currentCallCount);
AwJavaBridgeTest.java 69 int currentCallCount = client2.getOnPageFinishedHelper().getCallCount();
72 client2.getOnPageFinishedHelper().waitForCallback(currentCallCount);
ClientOnReceivedErrorTest.java 79 int currentCallCount = onPageFinishedHelper.getCallCount();
85 onPageFinishedHelper.waitForCallback(currentCallCount);
WebViewModalDialogOverrideTest.java 178 int currentCallCount = jsBeforeUnloadHelper.getCallCount();
180 jsBeforeUnloadHelper.waitForCallback(currentCallCount);
LoadUrlTest.java 90 int currentCallCount = onPageFinishedHelper.getCallCount();
99 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS,
315 int currentCallCount = contentsClient.getOnPageFinishedHelper().getCallCount();
321 currentCallCount, 1, WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS);
ClientOnPageFinishedTest.java 44 int currentCallCount = onPageFinishedHelper.getCallCount();
47 onPageFinishedHelper.waitForCallback(currentCallCount);
AwContentsTest.java 465 int currentCallCount = onPageFinishedHelper.getCallCount();
468 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_MS,
AwContentsClientShouldOverrideUrlLoadingTest.java     [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentDetectionTestBase.java 68 int currentCallCount = onStartContentIntentHelper.getCallCount();
73 onStartContentIntentHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_SECONDS,
89 int currentCallCount = onPageFinishedHelper.getCallCount();
94 onPageFinishedHelper.waitForCallback(currentCallCount, 1, WAIT_TIMEOUT_SECONDS,
GestureDetectorResetTest.java 110 int currentCallCount = onPageFinishedHelper.getCallCount();
117 onPageFinishedHelper.waitForCallback(currentCallCount, 1,
124 currentCallCount = onPageFinishedHelper.getCallCount();
133 onPageFinishedHelper.waitForCallback(currentCallCount, 1,
TransitionTest.java 192 int currentCallCount = testCallbackHelperContainer
208 currentCallCount,
244 int currentCallCount = testCallbackHelperContainer
250 currentCallCount,
288 int currentCallCount = testCallbackHelperContainer
300 currentCallCount,
JavaBridgeBasicsTest.java 120 int currentCallCount = onPageFinishedHelper.getCallCount();
129 onPageFinishedHelper.waitForCallback(currentCallCount);
135 int currentCallCount = onPageFinishedHelper.getCallCount();
142 onPageFinishedHelper.waitForCallback(currentCallCount);
211 int currentCallCount = onPageFinishedHelper.getCallCount();
219 onPageFinishedHelper.waitForCallback(currentCallCount);
370 int currentCallCount = onPageFinishedHelper.getCallCount();
381 onPageFinishedHelper.waitForCallback(currentCallCount);
417 int currentCallCount = onPageFinishedHelper.getCallCount();
428 onPageFinishedHelper.waitForCallback(currentCallCount);
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
SelectPopupTest.java 88 int currentCallCount = onPageFinishedHelper.getCallCount();
96 onPageFinishedHelper.waitForCallback(currentCallCount, 1,
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 186 int currentCallCount = callbackHelper.getCallCount();
189 currentCallCount, 1, WAIT_PAGE_LOADING_TIMEOUT_SECONDS, TimeUnit.SECONDS);

Completed in 362 milliseconds