/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupTestHelper.java | 114 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 D | RemoteInputNotificationRebuilder.java | 137 sbn.getPostTime()); in rebuildWithRemoteInputInserted()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 60 mPostTime = source.getPostTime(); in SbnBuilder()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtils.java | 281 + sbn.getPostTime()); in augmentTileFromNotification() 286 .setLastInteractionTimestamp(sbn.getPostTime()) in augmentTileFromNotification()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 265 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 D | NotificationRecord.java | 227 mCreationTimeMs = sbn.getPostTime(); in NotificationRecord() 1078 if (n.when != 0 && n.when <= getSbn().getPostTime()) { in calculateRankingTimeMs() 1086 return getSbn().getPostTime(); in calculateRankingTimeMs()
|
H A D | NotificationRecordLogger.java | 548 p.r.getSbn().getPostTime(), p.r.getSbn().getNotification().when); in NotificationReported()
|
H A D | NotificationManagerService.java | 4486 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 401 public long getPostTime() { in getPostTime() method in StatusBarNotification
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 1198 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 D | DataManager.java | 1198 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 D | ShadeListBuilder.java | 607 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 D | Bubble.java | 570 mLastUpdated = entry.getStatusBarNotification().getPostTime(); in setEntry()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13901 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 13904 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 41024 method public long getPostTime();
|