Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java56 private String overrideGroupKey; field in StatusBarNotification
77 String overrideGroupKey, long postTime) { in StatusBarNotification() argument
90 this.overrideGroupKey = overrideGroupKey; in StatusBarNotification()
133 this.overrideGroupKey = in.readString(); in StatusBarNotification()
144 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
145 sbnKey = sbnKey + "|" + overrideGroupKey; in key()
151 if (overrideGroupKey != null) { in groupKey()
152 return user.getIdentifier() + "|" + pkg + "|" + "g:" + overrideGroupKey; in groupKey()
170 if (overrideGroupKey != null || isAppGroup()) { in isGroup()
201 if (this.overrideGroupKey != null) { in writeToParcel()
[all …]
DNotificationListenerService.java2029 CharSequence explanation, String overrideGroupKey, in populate() argument
2045 mOverrideGroupKey = overrideGroupKey; in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt189 val newOverrideGroupKey = newRanking.overrideGroupKey in <lambda>()
190 if (!Objects.equals(entry.sbn.overrideGroupKey, newOverrideGroupKey)) { in <lambda>()
194 entry.sbn.overrideGroupKey = newOverrideGroupKey in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSbnBuilder.java172 public SbnBuilder setOverrideGroupKey(String overrideGroupKey) { in setOverrideGroupKey() argument
173 mOverrideGroupKey = overrideGroupKey; in setOverrideGroupKey()
DRankingBuilder.java151 public RankingBuilder setOverrideGroupKey(String overrideGroupKey) { in setOverrideGroupKey() argument
152 mOverrideGroupKey = overrideGroupKey; in setOverrideGroupKey()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java179 public NotificationEntryBuilder setOverrideGroupKey(String overrideGroupKey) { in setOverrideGroupKey() argument
180 mSbnBuilder.setOverrideGroupKey(overrideGroupKey); in setOverrideGroupKey()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1027 public void setOverrideGroupKey(String overrideGroupKey) { in setOverrideGroupKey() argument
1028 getSbn().setOverrideGroupKey(overrideGroupKey); in setOverrideGroupKey()
DNotificationManagerService.java5665 private void addAutoGroupAdjustment(NotificationRecord r, String overrideGroupKey) {
5667 signals.putString(Adjustment.KEY_GROUP_KEY, overrideGroupKey);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53189 Landroid/service/notification/StatusBarNotification;->overrideGroupKey:Ljava/lang/String;