Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java38 private final WearEstimate mNewWearEstimate; field in WearEstimateRecord
47 mNewWearEstimate = Objects.requireNonNull(newWearEstimate); in WearEstimateRecord()
54 mNewWearEstimate = new WearEstimate(json.getJSONObject("newWearEstimate")); in WearEstimateRecord()
63 jsonWriter.name("newWearEstimate"); mNewWearEstimate.writeToJson(jsonWriter); in writeToJson()
74 return mNewWearEstimate; in getNewWearEstimate()
87 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp, isAcceptableDegradation); in toWearEstimateChange()
95 if (!wer.mNewWearEstimate.equals(mNewWearEstimate)) return false; in equals()
114 if (!mNewWearEstimate.equals(wearEstimateChange.newEstimate)) return false; in isSameAs()
121 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in hashCode()
131 mOldWearEstimate, mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in toString()
[all …]