Home
last modified time | relevance | path

Searched refs:mLastUpdatedTime (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventIndex.java107 EventIndex older = lhs.mLastUpdatedTime < rhs.mLastUpdatedTime ? lhs : rhs; in combine()
108 EventIndex younger = lhs.mLastUpdatedTime >= rhs.mLastUpdatedTime ? lhs : rhs; in combine()
111 combined.updateEventBitmaps(younger.mLastUpdatedTime); in combine()
121 private long mLastUpdatedTime; field in EventIndex
132 this(from.mInjector, from.mEventBitmaps, from.mLastUpdatedTime); in EventIndex()
143 mLastUpdatedTime = lastUpdatedTime; in EventIndex()
158 TIME_SLOT_FACTORIES.get(slotType).apply(mLastUpdatedTime); in getMostRecentActiveTimeSlot()
237 sb.append(DateFormat.format("yyyy-MM-dd HH:mm:ss", mLastUpdatedTime)); in toString()
251 return mLastUpdatedTime == other.mLastUpdatedTime in equals()
257 return Objects.hash(mLastUpdatedTime, Arrays.hashCode(mEventBitmaps)); in hashCode()
[all …]