Home
last modified time | relevance | path

Searched defs:wearEstimate (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java146 public Builder fromWearEstimate(@NonNull WearEstimate wearEstimate) { in fromWearEstimate()
151 public Builder toWearEstimate(@NonNull WearEstimate wearEstimate) { in toWearEstimate()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java399 final WearEstimate wearEstimate = mCarStorageMonitoringManager.getWearEstimate(); in testReadWearEstimate() local