Searched refs:assertGreaterThan (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | RationalTest.java | 205 assertGreaterThan(NaN, UNIT); in testCompareTo() 206 assertGreaterThan(NaN, POSITIVE_INFINITY); in testCompareTo() 207 assertGreaterThan(NaN, NEGATIVE_INFINITY); in testCompareTo() 208 assertGreaterThan(NaN, ZERO); in testCompareTo() 212 assertGreaterThan(POSITIVE_INFINITY, UNIT); in testCompareTo() 213 assertGreaterThan(POSITIVE_INFINITY, NEGATIVE_INFINITY); in testCompareTo() 214 assertGreaterThan(POSITIVE_INFINITY, ZERO); in testCompareTo() 223 assertGreaterThan(new Rational(3, 100), new Rational(1, 100)); in testCompareTo() 224 assertGreaterThan(new Rational(3, 100), ZERO); in testCompareTo() 227 assertGreaterThan(new Rational(5, 25), new Rational(1, 10)); in testCompareTo() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/ |
D | RateEstimatorTest.java | 85 assertGreaterThan("Rate", rate, 900f); in testSustained1000HzBurstIsEstimatedOverNinetyPercent() 95 assertGreaterThan("Rate", rate, 90f); in testSustained100HzBurstIsEstimatedOverNinetyPercent() 133 private void assertGreaterThan(String label, float a, float b) { in assertGreaterThan() method in RateEstimatorTest
|
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/ |
D | AssertHelper.java | 21 public static void assertGreaterThan(String msg, int a, int b) { in assertGreaterThan() method in AssertHelper
|
D | PresenterTest.java | 116 AssertHelper.assertGreaterThan("Controls card right panel layout height", in testPlaybackControlsRowPresenter()
|
/frameworks/base/keystore/tests/src/android/security/ |
D | KeyStoreTest.java | 675 assertGreaterThan("Time should be close to current time", expectedAfter, actual); in testGetmtime_Success() 685 private static void assertGreaterThan(String explanation, long expectedAfter, long actual) { in assertGreaterThan() method in KeyStoreTest
|