Searched refs:getPostTime (Results 1 – 16 of 16) sorted by relevance
60 mPostTime = source.getPostTime(); in SbnBuilder()
281 + sbn.getPostTime()); in augmentTileFromNotification()286 .setLastInteractionTimestamp(sbn.getPostTime()) in augmentTileFromNotification()
265 when(mGenericSbn.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()270 when(mConvoSbn.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()682 assertEquals(mConvoSbn.getPostTime(), result.getLastEventTimestamp()); in testGetConversation()1146 when(mGenericSbn.getPostTime()).thenReturn(100L + i); in testUncacheOldestCachedShortcut()1211 assertEquals(mGenericSbn.getPostTime(), result.get(0).getLastEventTimestamp()); in testGetRecentConversations()1269 assertEquals(mGenericSbn.getPostTime(), in testGetLastInteraction()
935 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime()962 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry()
212 mCreationTimeMs = sbn.getPostTime(); in NotificationRecord()983 if (n.when != 0 && n.when <= getSbn().getPostTime()) { in calculateRankingTimeMs()991 return getSbn().getPostTime(); in calculateRankingTimeMs()
4247 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
364 public long getPostTime() { in getPostTime() method in StatusBarNotification
491 if (entry.getSbn().getPostTime() in groupNotifs()492 > existingSummary.getSbn().getPostTime()) { in groupNotifs()
1166 if (DEBUG) Log.d(TAG, "Last event from notification: " + sbn.getPostTime()); in onNotificationPosted()1168 .setLastEventTimestamp(sbn.getPostTime()) in onNotificationPosted()1179 eventHistory.addEvent(new Event(sbn.getPostTime(), Event.TYPE_NOTIFICATION_POSTED)); in onNotificationPosted()
453 mLastUpdated = entry.getStatusBarNotification().getPostTime(); in setEntry()
686 sbn.getPostTime()); in rebuildNotificationWithRemoteInputInserted()
892 this.postTime = entry.getSbn().getPostTime(); in PostRecord()
14286 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
38702 method public long getPostTime();
27096 method public long getPostTime();
14276 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J