Home
last modified time | relevance | path

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

/frameworks/base/tests/Internal/src/com/android/internal/util/
DParcellingTests.java45 testForInstant(Instant.ofEpochSecond(500L, 10)); in forInstant_normal()
50 testForInstant(Instant.MIN); in forInstant_minimum()
55 testForInstant(Instant.MAX); in forInstant_maximum()
60 testForInstant(null); in forInstant_null()
63 private void testForInstant(Instant instant) { in testForInstant() method in ParcellingTests