Searched refs:mTotalCarServiceUptime (Results 1 – 1 of 1) sorted by relevance
41 private final long mTotalCarServiceUptime; field in WearEstimateRecord50 mTotalCarServiceUptime = totalCarServiceUptime; in WearEstimateRecord()58 mTotalCarServiceUptime = json.getLong("totalCarServiceUptime"); in WearEstimateRecord()68 jsonWriter.name("totalCarServiceUptime").value(mTotalCarServiceUptime); in writeToJson()82 return mTotalCarServiceUptime; in getTotalCarServiceUptime()91 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp, isAcceptableDegradation); in toWearEstimateChange()100 if (wer.mTotalCarServiceUptime != mTotalCarServiceUptime) return false; in equals()118 return (mTotalCarServiceUptime == wearEstimateChange.uptimeAtChange); in isSameAs()124 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in hashCode()134 mOldWearEstimate, mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in toString()[all …]