Searched refs:getPostTime (Results 1 – 16 of 16) sorted by relevance
148 final boolean extendLife = currTime - entry.getSbn().getPostTime() < MIN_FGS_TIME_MS;161 MIN_FGS_TIME_MS - (currTime - entry.getSbn().getPostTime()));
60 mPostTime = source.getPostTime(); in SbnBuilder()
850 when(entry.getSbn().getPostTime()).thenReturn(postTime); in setPostTime()874 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry()
210 mCreationTimeMs = sbn.getPostTime(); in NotificationRecord()966 if (n.when != 0 && n.when <= getSbn().getPostTime()) { in calculateRankingTimeMs()974 return getSbn().getPostTime(); in calculateRankingTimeMs()
1145 writeEvent(r.getSbn().getPostTime(), EVENT_TYPE_POST, r); in SQLiteLog()1336 outCv.put(COL_WHEN_MS, r.getSbn().getPostTime()); in putNotificationDetails()
3811 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
366 public long getPostTime() { in getPostTime() method in StatusBarNotification
448 if (entry.getSbn().getPostTime() in groupNotifs()449 > existingSummary.getSbn().getPostTime()) { in groupNotifs()
377 mLastUpdated = entry.getSbn().getPostTime(); in setEntry()
615 sbn.getPostTime()); in rebuildNotificationWithRemoteInput()
802 eventHistory.addEvent(new Event(sbn.getPostTime(), Event.TYPE_NOTIFICATION_POSTED)); in onNotificationPosted()
200 when(mStatusBarNotification.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
27096 method public long getPostTime();
17800 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
43905 method public long getPostTime();