Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java149 public Builder fromWearEstimate(@NonNull WearEstimate wearEstimate) { in fromWearEstimate() argument
150 mOldWearEstimate = Objects.requireNonNull(wearEstimate); in fromWearEstimate()
154 public Builder toWearEstimate(@NonNull WearEstimate wearEstimate) { in toWearEstimate() argument
155 mNewWearEstimate = Objects.requireNonNull(wearEstimate); in toWearEstimate()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java400 final WearEstimate wearEstimate = mCarStorageMonitoringManager.getWearEstimate(); in testReadWearEstimate() local
402 assertNotNull(wearEstimate); in testReadWearEstimate()
403 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateA, wearEstimate.typeA); in testReadWearEstimate()
404 assertEquals(DEFAULT_WEAR_INFORMATION.lifetimeEstimateB, wearEstimate.typeB); in testReadWearEstimate()