Home
last modified time | relevance | path

Searched refs:getShortcutIdIfPinnedShortcut (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DShortcutUtil.java43 public static String getShortcutIdIfPinnedShortcut(ItemInfo info) { in getShortcutIdIfPinnedShortcut() method in ShortcutUtil
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java246 String shortcutId = ShortcutUtil.getShortcutIdIfPinnedShortcut(info); in getNotificationsForItem()