Home
last modified time | relevance | path

Searched refs:setPostedTimeMs (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java61 .setPostedTimeMs(expectedPostTime) in getHistoricalNotification()
H A DNotificationHistoryProtoHelperTest.java72 .setPostedTimeMs(expectedPostTime) in getHistoricalNotification()
H A DNotificationHistoryDatabaseTest.java84 .setPostedTimeMs(expectedPostTime) in getHistoricalNotification()
H A DNotificationHistoryManagerTest.java83 .setPostedTimeMs(expectedPostTime) in getHistoricalNotification()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationHistory.java184 public Builder setPostedTimeMs(long postedTimeMs) { in setPostedTimeMs() method in NotificationHistory.HistoricalNotification.Builder
543 notificationOut.setPostedTimeMs(p.readLong()); in readNotificationFromParcel()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java65 .setPostedTimeMs(expectedPostTime) in getHistoricalNotification()
93 .setPostedTimeMs(expectedPostTime) in testHistoricalNotificationBuilder()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java132 notification.setPostedTimeMs(parser.readLong(Notification.POSTED_TIME_MS)); in readNotification()
H A DNotificationManagerService.java3167 .setPostedTimeMs(System.currentTimeMillis())