Home
last modified time | relevance | path

Searched refs:getConversationShortcutInfo (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationChannelHelper.java50 || entry.getRanking().getConversationShortcutInfo() == null) { in createConversationChannelIfNeeded()
71 if (entry.getRanking().getConversationShortcutInfo().getLabel() != null) { in getName()
72 return entry.getRanking().getConversationShortcutInfo().getLabel().toString(); in getName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleTileKey.java53 && entry.getRanking().getConversationShortcutInfo() != null in PeopleTileKey()
54 ? entry.getRanking().getConversationShortcutInfo().getId() in PeopleTileKey()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java156 assertEquals(getShortcutInfo(i).getId(), ranking.getConversationShortcutInfo().getId()); in testRanking()
227 tweak.getConversationShortcutInfo(), in testRankingUpdate_equals()
488 assertEquals(comment, a.getConversationShortcutInfo().getId(), in detailedAssertEquals()
489 b.getConversationShortcutInfo().getId()); in detailedAssertEquals()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java90 mShortcutInfo = ranking.getConversationShortcutInfo(); in RankingBuilder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java126 && e.getRanking().getConversationShortcutInfo() != null in isValid()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java236 mShortcutInfo = entry.getRanking().getConversationShortcutInfo(); in bindNotification()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java581 mShortcutInfo = entry.getRanking().getConversationShortcutInfo(); in setEntry()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java2091 public @Nullable ShortcutInfo getConversationShortcutInfo() { in getConversationShortcutInfo() method in NotificationListenerService.Ranking
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40982 method @Nullable public android.content.pm.ShortcutInfo getConversationShortcutInfo();