HomeSort by relevance Sort by last modified time
    Searched defs:getWebViewLooper (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
WebViewDeviceSideStartupTest.java 229 * This ensures WebView.getWebViewLooper() is not implemented as 'return Looper.myLooper();'.
236 // Create the WebView on the UI thread and then ensure webview.getWebViewLooper() returns
244 assertEquals(Looper.getMainLooper(), webviewHolder[0].getWebViewLooper());
250 * This ensures WebView.getWebViewLooper() is not bound to the UI thread regardless of the
271 assertEquals(backgroundThread.getLooper(), webviewHolder[0].getWebViewLooper());
278 assertEquals(Looper.myLooper(), webview.getWebViewLooper());
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 68 milliseconds