Home
last modified time | relevance | path

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

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