Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceTest.java369 private static final Instant TEST_DATE_TIME = Instant.parse("2021-11-12T13:14:15.16Z"); field in CarWatchdogServiceTest.TestTimeSource
372 mNow = TEST_DATE_TIME; in TestTimeSource()
387 mNow = TEST_DATE_TIME.minus(numDaysAgo, ChronoUnit.DAYS); in updateNow()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java831 private static final Instant TEST_DATE_TIME = Instant.parse("2021-11-12T13:14:15.16Z"); field in WatchdogStorageUnitTest.TestTimeSource
834 mNow = TEST_DATE_TIME; in TestTimeSource()
849 mNow = TEST_DATE_TIME.minus(numDaysAgo, ChronoUnit.DAYS); in updateNow()
H A DCarWatchdogServiceUnitTest.java4660 private static final Instant TEST_DATE_TIME = Instant.parse("2021-11-12T13:14:15.16Z"); field in CarWatchdogServiceUnitTest.TestTimeSource
4663 mNow = TEST_DATE_TIME; in TestTimeSource()
4678 mNow = TEST_DATE_TIME.minus(numDaysAgo, ChronoUnit.DAYS); in updateNow()