Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java360 return !(Objects.equals(r.getSbn().getChannelIdLogTag(), in shouldLogReported()
361 old.getSbn().getChannelIdLogTag()) in shouldLogReported()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java461 .addTaggedData(MetricsEvent.FIELD_NOTIFICATION_CHANNEL_ID, getChannelIdLogTag()) in getLogMaker()
507 public String getChannelIdLogTag() { in getChannelIdLogTag() method in StatusBarNotification