Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java82 Long.valueOf(o1.getTotalCarServiceUptime()).compareTo( in add()
83 o2.getTotalCarServiceUptime())); in add()
118 currentRecord.getTotalCarServiceUptime() - in toWearEstimateChanges()
119 previousRecord.getTotalCarServiceUptime(); in toWearEstimateChanges()
DWearEstimateRecord.java77 public long getTotalCarServiceUptime() { in getTotalCarServiceUptime() method in WearEstimateRecord
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java312 assertEquals(unknownToOne.uptimeAtChange, wearEstimateRecord1.getTotalCarServiceUptime()); in testWearHistoryToChanges()
318 assertEquals(oneToTwo.uptimeAtChange, wearEstimateRecord2.getTotalCarServiceUptime()); in testWearHistoryToChanges()
324 assertEquals(twoToThree.uptimeAtChange, wearEstimateRecord3.getTotalCarServiceUptime()); in testWearHistoryToChanges()