Searched refs:overrideGroupKey (Results 1 – 6 of 6) sorted by relevance
53 private String overrideGroupKey; field in StatusBarNotification72 String overrideGroupKey, long postTime) { in StatusBarNotification() argument85 this.overrideGroupKey = overrideGroupKey; in StatusBarNotification()128 this.overrideGroupKey = in.readString(); in StatusBarNotification()130 this.overrideGroupKey = null; in StatusBarNotification()138 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()139 sbnKey = sbnKey + "|" + overrideGroupKey; in key()145 if (overrideGroupKey != null) { in groupKey()146 return user.getIdentifier() + "|" + pkg + "|" + "g:" + overrideGroupKey; in groupKey()164 if (overrideGroupKey != null || isAppGroup()) { in isGroup()[all …]
1777 CharSequence explanation, String overrideGroupKey, in populate() argument1791 mOverrideGroupKey = overrideGroupKey; in populate()
384 final String overrideGroupKey = getOverrideGroupKey(entry.key); in updateRankingAndSort() local385 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()386 entry.notification.setOverrideGroupKey(overrideGroupKey); in updateRankingAndSort()
982 public void setOverrideGroupKey(String overrideGroupKey) { in setOverrideGroupKey() argument983 sbn.setOverrideGroupKey(overrideGroupKey); in setOverrideGroupKey()
4243 private void addAutoGroupAdjustment(NotificationRecord r, String overrideGroupKey) {4245 signals.putString(Adjustment.KEY_GROUP_KEY, overrideGroupKey);
68344 Landroid/service/notification/StatusBarNotification;->overrideGroupKey:Ljava/lang/String;