Searched refs:mTimeUpdated (Results 1 – 2 of 2) sorted by relevance
882 return Objects.hash(mDeviceId, mAccountId, mOwnerPackageName, mTimeUpdated, in hashCode()899 && mTimeUpdated == toCompare.mTimeUpdated in equals()913 dest.writeLong(mTimeUpdated); in writeToParcel()980 return Objects.hash(mDeviceId, mAccountId, mOwnerPackageName, mTimeUpdated, in hashCode()996 && mTimeUpdated == toCompare.mTimeUpdated in equals()1006 dest.writeLong(mTimeUpdated); in writeToParcel()1073 protected final long mTimeUpdated; field in E2eeContactKeysManager.E2eeBaseKey1092 this.mTimeUpdated = timeUpdated; in E2eeBaseKey()1140 return mTimeUpdated; in getTimeUpdated()
387 private long mTimeUpdated; field in BrightnessSynchronizer.BrightnessUpdate397 mTimeUpdated = 0; in BrightnessUpdate()407 + ", mTimeUpdated=" + mTimeUpdated + "}"; in toString()452 mTimeUpdated = mClock.uptimeMillis(); in update()459 || (mTimeUpdated + WAIT_FOR_RESPONSE_MILLIS) < mClock.uptimeMillis()) { in update()