Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupTestHelper.java114 final long oldPostTime = oldSbn.getPostTime(); in incrementPost()
119 assertThat(oldSbn.getPostTime()).isEqualTo(oldPostTime); in incrementPost()
120 assertThat(entry.getSbn().getPostTime()).isEqualTo(newPostTime); in incrementPost()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java137 sbn.getPostTime()); in rebuildWithRemoteInputInserted()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DSbnBuilder.java60 mPostTime = source.getPostTime(); in SbnBuilder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java281 + sbn.getPostTime()); in augmentTileFromNotification()
286 .setLastInteractionTimestamp(sbn.getPostTime()) in augmentTileFromNotification()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java265 when(mGenericSbn.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()
270 when(mConvoSbn.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()
687 assertEquals(mConvoSbn.getPostTime(), result.getLastEventTimestamp()); in testGetConversation()
1208 when(mGenericSbn.getPostTime()).thenReturn(100L + i); in testUncacheOldestCachedShortcut()
1343 assertEquals(mGenericSbn.getPostTime(), result.get(0).getLastEventTimestamp()); in testGetRecentConversations()
1401 assertEquals(mGenericSbn.getPostTime(), in testGetLastInteraction()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java227 mCreationTimeMs = sbn.getPostTime(); in NotificationRecord()
1078 if (n.when != 0 && n.when <= getSbn().getPostTime()) { in calculateRankingTimeMs()
1086 return getSbn().getPostTime(); in calculateRankingTimeMs()
H A DNotificationRecordLogger.java548 p.r.getSbn().getPostTime(), p.r.getSbn().getNotification().when); in NotificationReported()
H A DNotificationManagerService.java4486 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java401 public long getPostTime() { in getPostTime() method in StatusBarNotification
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1198 when(entry.getStatusBarNotification().getPostTime()).thenReturn(postTime); in setPostTime()
1228 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java1198 if (DEBUG) Log.d(TAG, "Last event from notification: " + sbn.getPostTime()); in onNotificationPosted()
1200 .setLastEventTimestamp(sbn.getPostTime()) in onNotificationPosted()
1211 eventHistory.addEvent(new Event(sbn.getPostTime(), Event.TYPE_NOTIFICATION_POSTED)); in onNotificationPosted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java607 if (entry.getSbn().getPostTime() in groupNotifs()
608 > existingSummary.getSbn().getPostTime()) { in groupNotifs()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java570 mLastUpdated = entry.getStatusBarNotification().getPostTime(); in setEntry()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13901 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt13904 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41024 method public long getPostTime();