Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java104 assertEquals(getOverrideGroupKey(key), ranking.getOverrideGroupKey()); in testRanking()
175 tweak.getOverrideGroupKey(), in testRankingUpdate_equals()
252 getOverrideGroupKey(key), in generateUpdate()
276 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in NotificationListenerServiceTest
395 assertEquals(comment, a.getOverrideGroupKey(), b.getOverrideGroupKey()); in detailedAssertEquals()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java330 public String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in NotificationData
333 return mTmpRanking.getOverrideGroupKey(); in getOverrideGroupKey()
381 final String overrideGroupKey = getOverrideGroupKey(entry.key); in updateRankingAndSort()
382 if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { in updateRankingAndSort()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java376 public String getOverrideGroupKey() { in getOverrideGroupKey() method in StatusBarNotification
DNotificationListenerService.java1667 public String getOverrideGroupKey() { in getOverrideGroupKey() method in NotificationListenerService.Ranking
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java353 if (entry.notification.getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java406 if (previous.sbn.getOverrideGroupKey() != null && !sbn.isAppGroup()) { in copyRankingInformation()
407 sbn.setOverrideGroupKey(previous.sbn.getOverrideGroupKey()); in copyRankingInformation()
DNotificationManagerService.java3103 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
4333 if (r.sbn.getOverrideGroupKey() == null) {
4346 if (r.sbn.getOverrideGroupKey() != null) {
4887 r.sbn.getOverrideGroupKey() != null)) {
7508 record.sbn.getOverrideGroupKey(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java568 sbn.getOverrideGroupKey(), in rebuildNotificationWithRemoteInput()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java665 overrides.getString(OVERRIDE_GROUP, outRanking.getOverrideGroupKey()), in getRanking()
/frameworks/base/config/
Dboot-image-profile.txt13258 HSPLandroid/service/notification/NotificationListenerService$RankingMap;->getOverrideGroupKey(Ljava…
13340 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
42430 HSPLandroid/service/notification/NotificationListenerService$Ranking;->getOverrideGroupKey()Ljava/l…
Dhiddenapi-greylist-max-o.txt63622 Landroid/service/notification/NotificationListenerService$RankingMap;->getOverrideGroupKey(Ljava/la…
/frameworks/base/non-updatable-api/
Dcurrent.txt41996 method public String getOverrideGroupKey();
42028 method public String getOverrideGroupKey();
/frameworks/base/api/
Dcurrent.txt42140 method public String getOverrideGroupKey();
42172 method public String getOverrideGroupKey();