Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DThumbnailUtilsTest.java242 @ColorInt int lowerBound) { in assertColorMostlyInRange() argument
243 assertTrue(Color.alpha(lowerBound) <= Color.alpha(actual) in assertColorMostlyInRange()
245 assertTrue(Color.red(lowerBound) <= Color.red(actual) in assertColorMostlyInRange()
247 assertTrue(Color.green(lowerBound) <= Color.green(actual) in assertColorMostlyInRange()
249 assertTrue(Color.blue(lowerBound) <= Color.blue(actual) in assertColorMostlyInRange()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java83 public static void assertArrayWithinLowerBound(String message, float[] value, float lowerBound) in assertArrayWithinLowerBound() argument
88 message, value[i], lowerBound, i, Arrays.toString(value)), in assertArrayWithinLowerBound()
89 value[i] > lowerBound); in assertArrayWithinLowerBound() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java1301 Instant lowerBound = Instant.now(); in testSetToNow() local
1312 assertTrue(lowerBound.getEpochSecond() <= actualSeconds in testSetToNow()