Home
last modified time | relevance | path

Searched refs:oldEstimate (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimateChange.java52 public final @NonNull WearEstimate oldEstimate; field in WearEstimateChange
74 public WearEstimateChange(WearEstimate oldEstimate, in WearEstimateChange() argument
82 this.oldEstimate = requireNonNull(oldEstimate); in WearEstimateChange()
90 oldEstimate = in.readParcelable(WearEstimate.class.getClassLoader()); in WearEstimateChange()
104 dest.writeParcelable(oldEstimate, flags); in writeToParcel()
118 && wo.oldEstimate.equals(oldEstimate) in equals()
126 return Objects.hash(oldEstimate, in hashCode()
137 oldEstimate, in toString()
/packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
DMainActivity.java87 final int oldLevel = Math.max(wearEstimateChange.oldEstimate.typeA,
88 wearEstimateChange.oldEstimate.typeB);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java332 assertThat(wearEstimateRecord1.getOldWearEstimate()).isEqualTo(unknownToOne.oldEstimate); in testWearHistoryToChanges()
339 assertThat(wearEstimateRecord2.getOldWearEstimate()).isEqualTo(oneToTwo.oldEstimate); in testWearHistoryToChanges()
346 assertThat(wearEstimateRecord3.getOldWearEstimate()).isEqualTo(twoToThree.oldEstimate); in testWearHistoryToChanges()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java113 if (!mOldWearEstimate.equals(wearEstimateChange.oldEstimate)) return false; in isSameAs()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java446 assertEquals(expectedPreviousWear, actualCurrentWear.oldEstimate); in checkLastWearEvent()
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt536 Missing nullability on parameter `oldEstimate` in method `WearEstimateChange`
Dsystem-current.txt1253 field @NonNull public final android.car.storagemonitoring.WearEstimate oldEstimate;