Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java274 public long mEarliestRemovaltime; field in AlertingNotificationManager.AlertEntry
301 mEarliestRemovaltime = currentTime + mMinimumDisplayTime; in updateEntry()
328 return mEarliestRemovaltime < mClock.currentTimeMillis(); in wasShownLongEnough()
360 mEarliestRemovaltime - mClock.currentTimeMillis()); in removeAsSoonAsPossible()