Searched refs:notificationRecord (Results 1 – 3 of 3) sorted by relevance
259 NotificationRecord notificationRecord = new NotificationRecord(getContext(), sbn, channel); in generateRecord() local260 notificationRecord.setCriticality(criticality); in generateRecord()261 return notificationRecord; in generateRecord()
3264 MediaSessionRecordImpl notificationRecord =3267 if (notificationRecord == null) {3271 stopFgsIfNoSessionIsLinkedToNotification(notificationRecord);
5006 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());