Home
last modified time | relevance | path

Searched refs:getShortcutIcon (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt85 `when`(launcherApps.getShortcutIcon(shortcut)).thenReturn(shortcutIc)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt64 messagingStyle.shortcutIcon = launcherApps.getShortcutIcon(shortcutInfo)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt264 ic = launcherApps.getShortcutIcon(shortcut)
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1518 public Icon getShortcutIcon(@NonNull ShortcutInfo shortcut) { in getShortcutIcon() method in LauncherApps
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java678 Bitmap shortcutIcon = style.getShortcutIcon().getBitmap(); in testBuild_ensureMessagingShortcutIconIsNotTooBig_resizesIcon()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8051 public Icon getShortcutIcon() { in getShortcutIcon() method in Notification.Builder.MessagingStyle