HomeSort by relevance Sort by last modified time
    Searched refs:toWearEstimate (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/service/src/com/android/car/storagemonitoring/
WearInformation.java 88 public WearEstimate toWearEstimate() {
WearEstimateRecord.java 151 public Builder toWearEstimate(@NonNull WearEstimate wearEstimate) {
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarStorageMonitoringTest.java 237 .toWearEstimate(new WearEstimate(10, 0))
242 .toWearEstimate(new WearEstimate(20, 0))
247 .toWearEstimate(new WearEstimate(30, 0))
257 .toWearEstimate(new WearEstimate(10, 0))
262 .toWearEstimate(new WearEstimate(20, 0))
267 .toWearEstimate(new WearEstimate(30, 0))
277 .toWearEstimate(new WearEstimate(10, 0))
282 .toWearEstimate(new WearEstimate(20, 0))
287 .toWearEstimate(new WearEstimate(30, 0))
486 assertEquals(expectedCurrentWear.toWearEstimate(), actualCurrentWear.newEstimate)
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarStorageMonitoringService.java 172 WearEstimate currentWearEstimate = wearInformation.toWearEstimate();

Completed in 120 milliseconds