Searched refs:getPostTime (Results 1 – 8 of 8) sorted by relevance
77 assertThat(mHeadsUpEntry.getPostTime()).isNotEqualTo(0); in headsUpEntry_shouldInitializePostTime()78 assertThat(currentTme).isAtMost(mHeadsUpEntry.getPostTime()); in headsUpEntry_shouldInitializePostTime()83 long currentPostTime = mHeadsUpEntry.getPostTime(); in updatePostTime_shouldUpdatePostTime()86 assertThat(currentPostTime).isAtMost(mHeadsUpEntry.getPostTime()); in updatePostTime_shouldUpdatePostTime()
122 return Long.compare(left.getPostTime(), right.getPostTime()); in getSortedMatchingNotifications()
80 protected long getPostTime() { in getPostTime() method in HeadsUpEntry
202 System.currentTimeMillis() - currentActiveHeadsUpNotification.getPostTime(); in maybeRemoveHeadsUp()246 currentActiveHeadsUpNotification.getPostTime() < mDuration; in canUpdate()
297 info.timestamp = sbn.getPostTime(); in loadNotifications()343 .append(String.valueOf(sbn.getPostTime())); in generateExtraText()
141 sbn.getPostTime()); in cloneStatusBarNotificationLight()
117 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()