Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java371 Rational badReduced = createIllegalRational(2, 4); // [2,4] , should be [1, 2] in testSerialize() local
372 Rational results = serializeRoundTrip(badReduced); in testSerialize()