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()96 if (wer.mTotalCarServiceUptime != mTotalCarServiceUptime) return false; in equals()115 return (mTotalCarServiceUptime == wearEstimateChange.uptimeAtChange); in isSameAs()121 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in hashCode()137 private long mTotalCarServiceUptime = -1; field in WearEstimateRecord.Builder160 mTotalCarServiceUptime = uptime; in atUptime()[all …]