Searched refs:verifyChannel (Results 1 – 2 of 2) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ColorUtils.java | 50 String red = verifyChannel("red", expected, observed, tolerance, (i) -> Color.red(i)); in verifyColor() 51 String green = verifyChannel("green", expected, observed, tolerance, (i) -> Color.green(i)); in verifyColor() 52 String blue = verifyChannel("blue", expected, observed, tolerance, (i) -> Color.blue(i)); in verifyColor() 53 String alpha = verifyChannel("alpha", expected, observed, tolerance, (i) -> Color.alpha(i)); in verifyColor() 71 private static String verifyChannel(String channelName, int expected, int observed, in verifyChannel() method in ColorUtils 98 String red = verifyChannel("red", expected, observed, tolerance, (c) -> c.red()); in verifyColor() 99 String green = verifyChannel("green", expected, observed, tolerance, (c) -> c.green()); in verifyColor() 100 String blue = verifyChannel("blue", expected, observed, tolerance, (c) -> c.blue()); in verifyColor() 101 String alpha = verifyChannel("alpha", expected, observed, tolerance, (c) -> c.alpha()); in verifyColor() 106 private static String verifyChannel(String channelName, Color expected, Color observed, in verifyChannel() method in ColorUtils
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvContractTest.java | 333 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel() method in TvContractTest 334 verifyChannel(channelUri, expectedValues, channelId, true); in verifyChannel() 337 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel() method in TvContractTest 400 verifyChannel(channelUri, values, channelId); in testChannelsTable() 408 verifyChannel(channelUri, values, channelId); in testChannelsTable() 436 verifyChannel(channelUri, values, channelId); in testChannelsTableForModifyChannelType() 463 verifyChannel(channelUri, values, channelId, false); in testChannelsTableForInputId() 470 verifyChannel(channelUri, values, channelId, false); in testChannelsTableForInputId() 580 verifyChannel(channelUri, values, channelId); in testChannelsTableForNonExistingColumns() 585 verifyChannel(channelUri, values, channelId); in testChannelsTableForNonExistingColumns() [all …]
|