Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt324 icon = launcherApps.getShortcutIcon(shortcut) in <lambda>()
365 ic = launcherApps.getShortcutIcon(shortcut) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt97 `when`(launcherApps.getShortcutIcon(shortcut)).thenReturn(shortcutIc) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt65 messagingStyle.shortcutIcon = launcherApps.getShortcutIcon(shortcutInfo) in <lambda>()
/frameworks/base/core/java/android/content/pm/
DLauncherApps.java1783 public Icon getShortcutIcon(@NonNull ShortcutInfo shortcut) { in getShortcutIcon() method in LauncherApps
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java761 Bitmap shortcutIcon = style.getShortcutIcon().getBitmap(); in testBuild_ensureMessagingShortcutIconIsNotTooBig_resizesIcon()
/frameworks/base/core/java/android/app/
DNotification.java8760 public Icon getShortcutIcon() { in getShortcutIcon() method in Notification.Builder.MessagingStyle