Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DLightStatusBarTests.java83 assertLessThan("Too many lighter pixels lighter than the background", 0.05f, in testLightStatusBarIcons()
87 assertLessThan("Too many pixels with a changed hue", 0.05f, in testLightStatusBarIcons()
107 private void assertLessThan(String what, float expected, float actual, String hint) { in assertLessThan() method in LightStatusBarTests
/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java199 assertLessThan(NEGATIVE_INFINITY, UNIT); in testCompareTo()
200 assertLessThan(NEGATIVE_INFINITY, POSITIVE_INFINITY); in testCompareTo()
201 assertLessThan(NEGATIVE_INFINITY, ZERO); in testCompareTo()
213 assertLessThan(new Rational(-5, 25), ZERO); in testCompareTo()
420 private static <T extends Comparable<? super T>> void assertLessThan(T left, T right) { in assertLessThan() method in RationalTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java89 private static void assertLessThan(long left, long right) { in assertLessThan() method in UsageStatsTest
217 assertLessThan(Math.abs(diff - (DAY / 2)), TIME_DIFF_THRESHOLD); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()