Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimateChange.java56 public final @NonNull WearEstimate oldEstimate; field in WearEstimateChange
78 public WearEstimateChange(WearEstimate oldEstimate, in WearEstimateChange() argument
86 this.oldEstimate = requireNonNull(oldEstimate); in WearEstimateChange()
94 oldEstimate = in.readParcelable(WearEstimate.class.getClassLoader()); in WearEstimateChange()
111 dest.writeParcelable(oldEstimate, flags); in writeToParcel()
126 && wo.oldEstimate.equals(oldEstimate) in equals()
134 return Objects.hash(oldEstimate, in hashCode()
145 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/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java116 if (!mOldWearEstimate.equals(wearEstimateChange.oldEstimate)) return false; in isSameAs()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java333 assertThat(wearEstimateRecord1.getOldWearEstimate()).isEqualTo(unknownToOne.oldEstimate); in testWearHistoryToChanges()
340 assertThat(wearEstimateRecord2.getOldWearEstimate()).isEqualTo(oneToTwo.oldEstimate); in testWearHistoryToChanges()
347 assertThat(wearEstimateRecord3.getOldWearEstimate()).isEqualTo(twoToThree.oldEstimate); in testWearHistoryToChanges()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java443 assertEquals(expectedPreviousWear, actualCurrentWear.oldEstimate); in checkLastWearEvent()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt952 field TIRAMISU_0 WearEstimate oldEstimate;
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt619 Missing nullability on parameter `oldEstimate` in method `WearEstimateChange`
4238 UnflaggedApi: android.car.storagemonitoring.WearEstimateChange#oldEstimate:
4239 …ust be flagged with @FlaggedApi: field android.car.storagemonitoring.WearEstimateChange.oldEstimate
Dsystem-current.txt2409 field @NonNull public final android.car.storagemonitoring.WearEstimate oldEstimate;
Dtest-current.txt2490 field @NonNull public final android.car.storagemonitoring.WearEstimate oldEstimate;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2409 field @NonNull public final android.car.storagemonitoring.WearEstimate oldEstimate;