Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java499 .addTaggedData(MetricsEvent.FIELD_NOTIFICATION_GROUP_ID, getGroupLogTag()) in getLogMaker()
534 public String getGroupLogTag() { in getGroupLogTag() method in StatusBarNotification
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java395 && Objects.equals(r.getSbn().getGroupLogTag(), old.getSbn().getGroupLogTag()) in shouldLogReported()