HomeSort by relevance Sort by last modified time
    Searched full:waitforiconclient (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 34 class WaitForIconClient extends WaitForProgressClient {
37 public WaitForIconClient(WebViewOnUiThread onUiThread) {
72 final WaitForIconClient waitForIconClient = new WaitForIconClient(mOnUiThread);
73 mOnUiThread.setWebChromeClient(waitForIconClient);
92 return waitForIconClient.receivedIcon();

Completed in 182 milliseconds