/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 106 assertEquals(getOverrideGroupKey(key), ranking.getOverrideGroupKey()); in testRanking() 180 tweak.getOverrideGroupKey(), in testRankingUpdate_equals() 261 getOverrideGroupKey(key), in generateUpdate() 289 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in NotificationListenerServiceTest 431 assertEquals(comment, a.getOverrideGroupKey(), b.getOverrideGroupKey()); in detailedAssertEquals()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SbnBuilder.java | 59 mOverrideGroupKey = source.getOverrideGroupKey(); in SbnBuilder()
|
D | RankingBuilder.java | 72 mOverrideGroupKey = ranking.getOverrideGroupKey(); in RankingBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 500 final String newOverrideGroupKey = ranking.getOverrideGroupKey(); in applyRanking() 501 if (!Objects.equals(entry.getSbn().getOverrideGroupKey(), in applyRanking()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 405 public String getOverrideGroupKey() { in getOverrideGroupKey() method in StatusBarNotification
|
D | NotificationListenerService.java | 1876 public String getOverrideGroupKey() { in getOverrideGroupKey() method in NotificationListenerService.Ranking
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 416 if (previous.getSbn().getOverrideGroupKey() != null && !getSbn().isAppGroup()) { in copyRankingInformation() 417 getSbn().setOverrideGroupKey(previous.getSbn().getOverrideGroupKey()); in copyRankingInformation()
|
D | NotificationManagerService.java | 4247 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime()); 5645 if (r.getSbn().getOverrideGroupKey() == null) { 5658 if (r.getSbn().getOverrideGroupKey() != null) { 6308 r.getSbn().getOverrideGroupKey() != null)) { 9296 record.getSbn().getOverrideGroupKey(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 685 sbn.getOverrideGroupKey(), in rebuildNotificationWithRemoteInputInserted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 574 if (entry.getSbn().getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 347 assertEquals(newOverrideGroupKey, entry3.getSbn().getOverrideGroupKey()); in testRankingUpdateIsProperlyIssuedToEveryone()
|
/frameworks/base/core/api/ |
D | current.txt | 38666 method public String getOverrideGroupKey(); 38700 method public String getOverrideGroupKey();
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14283 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14273 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53033 Landroid/service/notification/NotificationListenerService$RankingMap;->getOverrideGroupKey(Ljava/la…
|