Searched refs:mOldWearEstimate (Results 1 – 1 of 1) sorted by relevance
37 private final WearEstimate mOldWearEstimate; field in WearEstimateRecord46 mOldWearEstimate = Objects.requireNonNull(oldWearEstimate); in WearEstimateRecord()53 mOldWearEstimate = new WearEstimate(json.getJSONObject("oldWearEstimate")); in WearEstimateRecord()62 jsonWriter.name("oldWearEstimate"); mOldWearEstimate.writeToJson(jsonWriter); in writeToJson()70 return mOldWearEstimate; in getOldWearEstimate()86 return new WearEstimateChange(mOldWearEstimate, in toWearEstimateChange()94 if (!wer.mOldWearEstimate.equals(mOldWearEstimate)) return false; in equals()113 if (!mOldWearEstimate.equals(wearEstimateChange.oldEstimate)) return false; in isSameAs()120 return Objects.hash(mOldWearEstimate, in hashCode()131 mOldWearEstimate, mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in toString()[all …]