Searched refs:notificationRecord (Results 1 – 2 of 2) sorted by relevance
242 NotificationRecord notificationRecord = new NotificationRecord(getContext(), sbn, channel); in generateRecord() local243 notificationRecord.setCriticality(criticality); in generateRecord()244 return notificationRecord; in generateRecord()
6099 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());