Searched refs:mUnixTimestamp (Results 1 – 1 of 1) sorted by relevance
40 private final Instant mUnixTimestamp; field in WearEstimateRecord49 mUnixTimestamp = Objects.requireNonNull(unixTimestamp); in WearEstimateRecord()56 mUnixTimestamp = Instant.ofEpochMilli(json.getLong("unixTimestamp")); in WearEstimateRecord()65 jsonWriter.name("unixTimestamp").value(mUnixTimestamp.toEpochMilli()); in writeToJson()82 return mUnixTimestamp; in getUnixTimestamp()87 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp, isAcceptableDegradation); in toWearEstimateChange()97 if (!wer.mUnixTimestamp.equals(mUnixTimestamp)) return false; in equals()121 mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in hashCode()131 mOldWearEstimate, mNewWearEstimate, mTotalCarServiceUptime, mUnixTimestamp); in toString()138 private Instant mUnixTimestamp = null; field in WearEstimateRecord.Builder[all …]