Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java242 NotificationRecord notificationRecord = new NotificationRecord(getContext(), sbn, channel); in generateRecord() local
243 notificationRecord.setCriticality(criticality); in generateRecord()
244 return notificationRecord; in generateRecord()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6099 NotificationRecord notificationRecord = mNotificationsByKey.get(triggeringKey);
6100 if (notificationRecord == null) {
6105 final StatusBarNotification adjustedSbn = notificationRecord.getSbn();
6120 final String channelId = notificationRecord.getChannel().getId();
6146 notificationRecord.getChannel());
6149 notificationRecord.getIsAppImportanceLocked());