Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java39 private final WearEstimate mOldWearEstimate; field in WearEstimateRecord
48 mOldWearEstimate = Objects.requireNonNull(oldWearEstimate); in WearEstimateRecord()
56 mOldWearEstimate = new WearEstimate(json.getJSONObject("oldWearEstimate")); in WearEstimateRecord()
66 jsonWriter.name("oldWearEstimate"); mOldWearEstimate.writeToJson(jsonWriter); in writeToJson()
74 return mOldWearEstimate; in getOldWearEstimate()
90 return new WearEstimateChange(mOldWearEstimate, in toWearEstimateChange()
98 if (!wer.mOldWearEstimate.equals(mOldWearEstimate)) return false; in equals()
116 if (!mOldWearEstimate.equals(wearEstimateChange.oldEstimate)) return false; in isSameAs()
123 return Objects.hash(mOldWearEstimate, in hashCode()
134 mOldWearEstimate, mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in toString()
[all …]