Searched refs:getPostTime (Results 1 – 9 of 9) sorted by relevance
82 assertThat(mHeadsUpEntry.getPostTime()).isNotEqualTo(0); in headsUpEntry_shouldInitializePostTime()83 assertThat(currentTme).isAtMost(mHeadsUpEntry.getPostTime()); in headsUpEntry_shouldInitializePostTime()88 long currentPostTime = mHeadsUpEntry.getPostTime(); in updatePostTime_shouldUpdatePostTime()91 assertThat(currentPostTime).isAtMost(mHeadsUpEntry.getPostTime()); in updatePostTime_shouldUpdatePostTime()
122 return Long.compare(left.getPostTime(), right.getPostTime()); in getSortedMatchingNotifications()
258 long timeElapsed = mClock.millis() - alertEntry.getPostTime(); in triggerCallback()418 return Long.compare(a.getPostTime(), b.getPostTime()); in compare()
57 long getPostTime() { in getPostTime() method in AlertEntry
319 mClock.millis() - currentActiveHeadsUpNotification.getPostTime(); in scheduleRemoveHeadsUp()384 - getActiveHeadsUpEntry(alertEntry).getPostTime()) < mDuration; in canUpdate()
136 sbn.getPostTime()); in cloneStatusBarNotificationLight()
119 holder.setPostedTime(sbn.getPostTime()); in onBindViewHolder()
419 info.timestamp = sbn.getPostTime(); in createFromSbn()529 .append(String.valueOf(sbn.getPostTime())); in generateExtraText()
126 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()