Home
last modified time | relevance | path

Searched refs:notificationRecord (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java259 NotificationRecord notificationRecord = new NotificationRecord(getContext(), sbn, channel); in generateRecord() local
260 notificationRecord.setCriticality(criticality); in generateRecord()
261 return notificationRecord; in generateRecord()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java3264 MediaSessionRecordImpl notificationRecord =
3267 if (notificationRecord == null) {
3271 stopFgsIfNoSessionIsLinkedToNotification(notificationRecord);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5006 for (NotificationRecord notificationRecord : mNotificationList) {
5007 if (isNotificationRecent(notificationRecord.getUpdateTimeMs())) {
6684 NotificationRecord notificationRecord = mNotificationsByKey.get(triggeringKey);
6685 if (notificationRecord == null) {
6690 final StatusBarNotification adjustedSbn = notificationRecord.getSbn();
6705 final String channelId = notificationRecord.getChannel().getId();
6733 notificationRecord.getChannel());
6736 notificationRecord.getIsAppImportanceLocked());