Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DAssertHelpers.java99 public static void assertArrayWithinUpperBound(String message, float[] value, float upperBound) in assertArrayWithinUpperBound() argument
104 message, value[i], upperBound, i, Arrays.toString(value)), in assertArrayWithinUpperBound()
105 value[i] < upperBound); in assertArrayWithinUpperBound()
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsIncidentTest.java144 int upperBound = bd.getUpperBoundSinceCharge(); in testSystemProto() local
146 assertTrue(lowerBound <= upperBound); in testSystemProto()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java662 long upperBound = expected * (100 + percentage) / 100; in assertWithinPercentage() local
665 assertTrue(msg, upperBound >= actual); in assertWithinPercentage()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java1268 Instant upperBound = Instant.now(); in testSetToNow() local
1276 && actualSeconds <= upperBound.getEpochSecond()); in testSetToNow()