Searched refs:mTotalCarServiceUptime (Results 1 – 1 of 1) sorted by relevance
39 private final long mTotalCarServiceUptime; field in WearEstimateRecord48 mTotalCarServiceUptime = totalCarServiceUptime; in WearEstimateRecord()55 mTotalCarServiceUptime = json.getLong("totalCarServiceUptime"); in WearEstimateRecord()64 jsonWriter.name("totalCarServiceUptime").value(mTotalCarServiceUptime); in writeToJson()78 return mTotalCarServiceUptime; in getTotalCarServiceUptime()87 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp, isAcceptableDegradation); in toWearEstimateChange()96 if (wer.mTotalCarServiceUptime != mTotalCarServiceUptime) return false; in equals()115 return (mTotalCarServiceUptime == wearEstimateChange.uptimeAtChange); in isSameAs()121 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in hashCode()131 mOldWearEstimate, mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in toString()[all …]