Home
last modified time | relevance | path

Searched refs:getPostTime (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSbnBuilder.java60 mPostTime = source.getPostTime(); in SbnBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java281 + sbn.getPostTime()); in augmentTileFromNotification()
286 .setLastInteractionTimestamp(sbn.getPostTime()) in augmentTileFromNotification()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java265 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java935 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime()
962 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java212 mCreationTimeMs = sbn.getPostTime(); in NotificationRecord()
983 if (n.when != 0 && n.when <= getSbn().getPostTime()) { in calculateRankingTimeMs()
991 return getSbn().getPostTime(); in calculateRankingTimeMs()
DNotificationManagerService.java4247 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java364 public long getPostTime() { in getPostTime() method in StatusBarNotification
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java491 if (entry.getSbn().getPostTime() in groupNotifs()
492 > existingSummary.getSbn().getPostTime()) { in groupNotifs()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1166 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java453 mLastUpdated = entry.getStatusBarNotification().getPostTime(); in setEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java686 sbn.getPostTime()); in rebuildNotificationWithRemoteInputInserted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java892 this.postTime = entry.getSbn().getPostTime(); in PostRecord()
/frameworks/base/boot/
Dboot-image-profile.txt14286 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
/frameworks/base/core/api/
Dcurrent.txt38702 method public long getPostTime();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27096 method public long getPostTime();
/frameworks/base/config/
Dboot-image-profile.txt14276 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J