Searched refs:getPostTime (Results 1 – 8 of 8) 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()
51 long getPostTime() { in getPostTime() method in AlertEntry
181 System.currentTimeMillis() - currentActiveHeadsUpNotification.getPostTime(); in maybeRemoveHeadsUp()251 currentActiveHeadsUpNotification.getPostTime() < mDuration; in canUpdate()
136 sbn.getPostTime()); in cloneStatusBarNotificationLight()
419 info.timestamp = sbn.getPostTime(); in createFromSbn()529 .append(String.valueOf(sbn.getPostTime())); in generateExtraText()
119 holder.setPostedTime(sbn.getPostTime()); in onBindViewHolder()
117 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()