Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DShortcutUtil.java51 public static String[] getPersonKeysIfPinnedShortcut(ItemInfo info) { in getPersonKeysIfPinnedShortcut() method in ShortcutUtil
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java250 String[] personKeys = ShortcutUtil.getPersonKeysIfPinnedShortcut(info); in getNotificationsForItem()