/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 104 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/ |
D | NotificationData.java | 330 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/ |
D | StatusBarNotification.java | 376 public String getOverrideGroupKey() { in getOverrideGroupKey() method in StatusBarNotification
|
D | NotificationListenerService.java | 1667 public String getOverrideGroupKey() { in getOverrideGroupKey() method in NotificationListenerService.Ranking
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 353 if (entry.notification.getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 406 if (previous.sbn.getOverrideGroupKey() != null && !sbn.isAppGroup()) { in copyRankingInformation() 407 sbn.setOverrideGroupKey(previous.sbn.getOverrideGroupKey()); in copyRankingInformation()
|
D | NotificationManagerService.java | 3103 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/ |
D | NotificationRemoteInputManager.java | 568 sbn.getOverrideGroupKey(), in rebuildNotificationWithRemoteInput()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 665 overrides.getString(OVERRIDE_GROUP, outRanking.getOverrideGroupKey()), in getRanking()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13258 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…
|
D | hiddenapi-greylist-max-o.txt | 63622 Landroid/service/notification/NotificationListenerService$RankingMap;->getOverrideGroupKey(Ljava/la…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 41996 method public String getOverrideGroupKey(); 42028 method public String getOverrideGroupKey();
|
/frameworks/base/api/ |
D | current.txt | 42140 method public String getOverrideGroupKey(); 42172 method public String getOverrideGroupKey();
|