/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 106 assertEquals(getOverrideGroupKey(key), ranking.getOverrideGroupKey()); in testRanking() 179 tweak.getOverrideGroupKey(), in testRankingUpdate_equals() 259 getOverrideGroupKey(key), in generateUpdate() 286 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in NotificationListenerServiceTest 424 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 | 71 mOverrideGroupKey = ranking.getOverrideGroupKey(); in RankingBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollection.java | 496 final String newOverrideGroupKey = ranking.getOverrideGroupKey(); in applyRanking() 497 if (!Objects.equals(entry.getSbn().getOverrideGroupKey(), in applyRanking()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 407 public String getOverrideGroupKey() { in getOverrideGroupKey() method in StatusBarNotification
|
D | NotificationListenerService.java | 1728 public String getOverrideGroupKey() { in getOverrideGroupKey() method in NotificationListenerService.Ranking
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 415 if (previous.getSbn().getOverrideGroupKey() != null && !getSbn().isAppGroup()) { in copyRankingInformation() 416 getSbn().setOverrideGroupKey(previous.getSbn().getOverrideGroupKey()); in copyRankingInformation()
|
D | NotificationManagerService.java | 3811 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime()); 5119 if (r.getSbn().getOverrideGroupKey() == null) { 5132 if (r.getSbn().getOverrideGroupKey() != null) { 5753 r.getSbn().getOverrideGroupKey() != null)) { 8524 record.getSbn().getOverrideGroupKey(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 614 sbn.getOverrideGroupKey(), in rebuildNotificationWithRemoteInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 527 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/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/config/ |
D | boot-image-profile.txt | 17710 HSPLandroid/service/notification/NotificationListenerService$Ranking;->getOverrideGroupKey()Ljava/l… 17797 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 43871 method public String getOverrideGroupKey(); 43903 method public String getOverrideGroupKey();
|