Searched refs:mLastUpdatedTime (Results 1 – 4 of 4) sorted by relevance
107 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 EventIndex132 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 …]
335 private long mLastUpdatedTime = 0;341 if (currentTime - mLastUpdatedTime > UPDATE_INTERVAL) {342 mLastUpdatedTime = currentTime;
56 mLastUpdatedTime = std::max(lastPresentTime, now); in setLastPresentTime()65 .queueTime = mLastUpdatedTime, in setLastPresentTime()90 if (mLastUpdatedTime < getActiveLayerThreshold(now)) { in isFrequent()
162 nsecs_t getLastUpdatedTime() const { return mLastUpdatedTime; } in getLastUpdatedTime()293 nsecs_t mLastUpdatedTime = 0; variable