/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | CarNotificationListener.java | 191 alertEntry.getStatusBarNotification().getOverrideGroupKey(); in updateOverrideGroupKey() 192 String newOverrideGroupKey = getOverrideGroupKey(alertEntry.getKey()); in updateOverrideGroupKey() 204 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in CarNotificationListener 207 return mTemporaryRanking.getOverrideGroupKey(); in getOverrideGroupKey()
|
H A D | PreprocessingManager.java | 408 && summaryNotification.getStatusBarNotification().getOverrideGroupKey() in group()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A 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()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | CarNotificationListenerTest.java | 87 when(mStatusBarNotification.getOverrideGroupKey()).thenReturn(TEST_OVERRIDE_GROUP_KEY); in setup() 318 when(mStatusBarNotification.getOverrideGroupKey()) in onNotificationRankingUpdate_overrideGroupKeyUpdated_notifiesHandler()
|
H A D | PreprocessingManagerTest.java | 1032 getOverrideGroupKey(key), in generateRankingMap() 1063 private String getOverrideGroupKey(String key) { in getOverrideGroupKey() method in PreprocessingManagerTest
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilder.java | 136 sbn.getOverrideGroupKey(), in rebuildWithRemoteInputInserted()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 59 mOverrideGroupKey = source.getOverrideGroupKey(); in SbnBuilder()
|
H A D | RankingBuilder.java | 72 mOverrideGroupKey = ranking.getOverrideGroupKey(); in RankingBuilder()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollection.java | 507 final String newOverrideGroupKey = ranking.getOverrideGroupKey(); in applyRanking() 508 if (!Objects.equals(entry.getSbn().getOverrideGroupKey(), in applyRanking()
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 405 public String getOverrideGroupKey() { in getOverrideGroupKey() method in StatusBarNotification
|
H A D | NotificationListenerService.java | 1877 public String getOverrideGroupKey() { in getOverrideGroupKey() method in NotificationListenerService.Ranking
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 420 if (previous.getSbn().getOverrideGroupKey() != null && !getSbn().isAppGroup()) { in copyRankingInformation() 421 getSbn().setOverrideGroupKey(previous.getSbn().getOverrideGroupKey()); in copyRankingInformation()
|
H A D | NotificationManagerService.java | 4150 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime()); 5543 if (r.getSbn().getOverrideGroupKey() == null) { 5556 if (r.getSbn().getOverrideGroupKey() != null) { 6206 r.getSbn().getOverrideGroupKey() != null)) { 9328 record.getSbn().getOverrideGroupKey(),
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 575 if (entry.getSbn().getOverrideGroupKey() != null && !entry.isRowDismissed()) { in handleGroupSummaryRemoved()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 353 assertEquals(newOverrideGroupKey, entry3.getSbn().getOverrideGroupKey()); in testRankingUpdateIsProperlyIssuedToEveryone()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 38730 method public String getOverrideGroupKey(); 38764 method public String getOverrideGroupKey();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14283 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14273 HSPLandroid/service/notification/StatusBarNotification;->getOverrideGroupKey()Ljava/lang/String;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53033 Landroid/service/notification/NotificationListenerService$RankingMap;->getOverrideGroupKey(Ljava/la…
|