Searched refs:negativeOneTenthPositiveOneTenth (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | RangeTest.java | 104 Range<Rational> negativeOneTenthPositiveOneTenth = in testEquals() local 108 assertEquals(negativeOneTenthPositiveOneTenth, negativeOneTenthPositiveOneTenth2); in testEquals() 109 assertHashCodeEquals(negativeOneTenthPositiveOneTenth, negativeOneTenthPositiveOneTenth2); in testEquals() 130 Range<Rational> negativeOneTenthPositiveOneTenth = in testInRange() local 132 assertInRange(negativeOneTenthPositiveOneTenth, new Rational(-1, 10)); in testInRange() 133 assertInRange(negativeOneTenthPositiveOneTenth, new Rational(1, 10)); in testInRange() 134 assertInRange(negativeOneTenthPositiveOneTenth, Rational.ZERO); in testInRange() 135 assertOutOfRange(negativeOneTenthPositiveOneTenth, new Rational(-100, 1)); in testInRange() 136 assertOutOfRange(negativeOneTenthPositiveOneTenth, new Rational(100, 1)); in testInRange()
|