Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DEnsureBarContrastTest.java150 protected void describeMismatchSafely(Bitmap item, Description mismatchDescription) { in hasNoScrim() argument
151 super.describeMismatchSafely(item, mismatchDescription); in hasNoScrim()
152 mismatchDescription.appendText(" mostFrequentColor: expected #" + in hasNoScrim()
180 protected void describeMismatchSafely(Bitmap item, Description mismatchDescription) {
181 super.describeMismatchSafely(item, mismatchDescription);
182 mismatchDescription.appendText(" expected some color different from " +
/cts/tests/tests/view/src/android/view/cts/util/
DDrawingUtils.java80 String mismatchDescription = failMessagePrefix in assertAllPixelsOfColor() local
91 Assert.fail(mismatchDescription); in assertAllPixelsOfColor()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java229 String mismatchDescription = failMessagePrefix in assertAllPixelsOfColor() local
237 throw new RuntimeException(mismatchDescription); in assertAllPixelsOfColor()
239 Assert.fail(mismatchDescription); in assertAllPixelsOfColor()
262 String mismatchDescription = failMessagePrefix in assertCenterPixelOfColor() local
269 throw new RuntimeException(mismatchDescription); in assertCenterPixelOfColor()
271 Assert.fail(mismatchDescription); in assertCenterPixelOfColor()