Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java313 assertEquals(unknownToOne.dateAtChange, wearEstimateRecord1.getUnixTimestamp()); in testWearHistoryToChanges()
319 assertEquals(oneToTwo.dateAtChange, wearEstimateRecord2.getUnixTimestamp()); in testWearHistoryToChanges()
325 assertEquals(twoToThree.dateAtChange, wearEstimateRecord3.getUnixTimestamp()); in testWearHistoryToChanges()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java81 public Instant getUnixTimestamp() { in getUnixTimestamp() method in WearEstimateRecord