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.java83 Long.valueOf(o1.getTotalCarServiceUptime()).compareTo( in add()
84 o2.getTotalCarServiceUptime())); in add()
119 currentRecord.getTotalCarServiceUptime() - in toWearEstimateChanges()
120 previousRecord.getTotalCarServiceUptime(); in toWearEstimateChanges()
DWearEstimateRecord.java81 public long getTotalCarServiceUptime() { in getTotalCarServiceUptime() method in WearEstimateRecord
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java335 assertThat(wearEstimateRecord1.getTotalCarServiceUptime()) in testWearHistoryToChanges()
342 assertThat(wearEstimateRecord2.getTotalCarServiceUptime()) in testWearHistoryToChanges()
349 assertThat(wearEstimateRecord3.getTotalCarServiceUptime()) in testWearHistoryToChanges()