Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DSbnBuilder.java44 private long mPostTime; field in SbnBuilder
60 mPostTime = source.getPostTime(); in SbnBuilder()
88 mPostTime); in build()
178 mPostTime = postTime; in setPostTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java736 public long mPostTime; field in BaseHeadsUpManager.HeadsUpEntry
764 mPostTime = calculatePostTime(); in setEntry()
807 mPostTime = Math.max(mPostTime, now); in updateEntry()
892 if (mPostTime > headsUpEntry.mPostTime) { in compareTo()
894 } else if (mPostTime == headsUpEntry.mPostTime) { in compareTo()
1030 return mPostTime + duration; in calculateFinishTime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java245 return entry != null && mSystemClock.elapsedRealtime() < entry.mPostTime; in shouldSwallowClick()