Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java137 String bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph() local
138 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()
146 bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()
147 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()
154 bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyph()
155 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyph()
180 String bmpDiffMessage = describeBitmap(bitmapA) + "vs" + describeBitmap(bitmapB); in testEmojiGlyphWebView() local
181 assertFalse(baseMessage + bmpDiffMessage, bitmapA.sameAs(bitmapB)); in testEmojiGlyphWebView()