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

  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 99 CaptureWebView cwebview = new CaptureWebView(getInstrumentation().getContext()); local
100 mBitmapA = cwebview.capture(Character.toChars(comparedCodePoints[i][0]));
101 mBitmapB = cwebview.capture(Character.toChars(comparedCodePoints[i][1]));

Completed in 825 milliseconds