Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DWearEstimateRecord.java81 public Instant getUnixTimestamp() { in getUnixTimestamp() method in WearEstimateRecord
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DCarStorageMonitoringTest.java336 assertThat(wearEstimateRecord1.getUnixTimestamp()).isEqualTo(unknownToOne.dateAtChange); in testWearHistoryToChanges()
343 assertThat(wearEstimateRecord2.getUnixTimestamp()).isEqualTo(oneToTwo.dateAtChange); in testWearHistoryToChanges()
350 assertThat(wearEstimateRecord3.getUnixTimestamp()).isEqualTo(twoToThree.dateAtChange); in testWearHistoryToChanges()