Searched refs:oldEstimate (Results 1 – 10 of 10) sorted by relevance
56 public final @NonNull WearEstimate oldEstimate; field in WearEstimateChange78 public WearEstimateChange(WearEstimate oldEstimate, in WearEstimateChange() argument86 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()
87 final int oldLevel = Math.max(wearEstimateChange.oldEstimate.typeA,88 wearEstimateChange.oldEstimate.typeB);
116 if (!mOldWearEstimate.equals(wearEstimateChange.oldEstimate)) return false; in isSameAs()
333 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()
443 assertEquals(expectedPreviousWear, actualCurrentWear.oldEstimate); in checkLastWearEvent()
952 field TIRAMISU_0 WearEstimate oldEstimate;
619 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
2409 field @NonNull public final android.car.storagemonitoring.WearEstimate oldEstimate;
2490 field @NonNull public final android.car.storagemonitoring.WearEstimate oldEstimate;