Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java155 private String mGroupLogTag; field in NotificationRecord
865 mGroupLogTag = null; in setOverrideGroupKey()
869 if (mGroupLogTag == null) { in getGroupLogTag()
870 mGroupLogTag = shortenTag(sbn.getGroup()); in getGroupLogTag()
872 return mGroupLogTag; in getGroupLogTag()