Searched refs:mPostTime (Results 1 – 4 of 4) sorted by relevance
273 public long mPostTime; field in AlertingNotificationManager.AlertEntry287 mPostTime = calculatePostTime(); in setEntry()303 mPostTime = Math.max(mPostTime, currentTime); in updateEntry()333 return (mPostTime < alertEntry.mPostTime) in compareTo()334 ? 1 : ((mPostTime == alertEntry.mPostTime) in compareTo()377 return mPostTime + mAutoDismissNotificationDecay; in calculateFinishTime()
44 private long mPostTime; field in SbnBuilder60 mPostTime = source.getPostTime(); in SbnBuilder()88 mPostTime); in build()178 mPostTime = postTime; in setPostTime()
193 return entry != null && mClock.currentTimeMillis() < entry.mPostTime; in shouldSwallowClick()527 return mPostTime + getDecayDuration() + (extended ? mExtensionTime : 0); in calculateFinishTime()
422 return mPostTime + getRecommendedHeadsUpTimeoutMs(mAutoDismissNotificationDecay); in calculateFinishTime()