/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenerServiceTest.java | 139 assertEquals(getOverrideGroupKey(key), ranking.getOverrideGroupKey()); in testRanking() 213 tweak.getOverrideGroupKey(), in testRankingUpdate_equals() 296 getOverrideGroupKey(key), in generateUpdate() 326 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in NotificationListenerServiceTest 476 assertEquals(comment, a.getOverrideGroupKey(), b.getOverrideGroupKey()); in detailedAssertEquals()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilder.java | 136 sbn.getOverrideGroupKey(), in rebuildWithRemoteInputInserted()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 59 mOverrideGroupKey = source.getOverrideGroupKey(); in SbnBuilder()
|
H A D | RankingBuilder.java | 76 mOverrideGroupKey = ranking.getOverrideGroupKey(); in RankingBuilder()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | GroupHelper.java | 184 if (!notificationGone && sbn.getOverrideGroupKey() != null) { in maybeUngroup()
|
H A D | NotificationRecord.java | 433 if (previous.getSbn().getOverrideGroupKey() != null && !getSbn().isAppGroup()) { in copyRankingInformation() 434 getSbn().setOverrideGroupKey(previous.getSbn().getOverrideGroupKey()); in copyRankingInformation()
|
H A D | NotificationManagerService.java | 4486 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime()); 6043 if (r.getSbn().getOverrideGroupKey() == null) { 6057 if (r.getSbn().getOverrideGroupKey() != null) { 6861 r.getSbn().getOverrideGroupKey() != null, byForegroundService)) { 10278 record.getSbn().getOverrideGroupKey(),
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 442 public String getOverrideGroupKey() { in getOverrideGroupKey() method in StatusBarNotification
|
H A D | NotificationListenerService.java | 1956 public String getOverrideGroupKey() { in getOverrideGroupKey() method in NotificationListenerService.Ranking
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollection.java | 637 final String newOverrideGroupKey = ranking.getOverrideGroupKey(); in applyRanking() 638 if (!Objects.equals(entry.getSbn().getOverrideGroupKey(), in applyRanking()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 527 assertEquals(newOverrideGroupKey, entry3.getSbn().getOverrideGroupKey()); in testRankingUpdateIsProperlyIssuedToEveryone()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 40988 method public String getOverrideGroupKey(); 41022 method public String getOverrideGroupKey();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13898 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 13901 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49710 Landroid/service/notification/NotificationListenerService$RankingMap;->getOverrideGroupKey(Ljava/la…
|