Home
last modified time | relevance | path

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

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