Searched defs:assertLessThan (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java218 assertLessThan(NEGATIVE_INFINITY, UNIT);
219 assertLessThan(NEGATIVE_INFINITY, POSITIVE_INFINITY);
220 assertLessThan(NEGATIVE_INFINITY, ZERO);
232 assertLessThan(new Rational(-5, 25), ZERO);
439 private static <T extends Comparable<? super T>> void assertLessThan(T left, T right) { method in class:RationalTest
/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java664 assertLessThan("Time should be close to current time", expectedBefore, actual);
668 private static void assertLessThan(String explanation, long expectedBefore, long actual) { method in class:KeyStoreTest

Completed in 77 milliseconds