Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java151 installQueue.add(info.getItemInfo());
249 return info == null ? null : (WorkspaceItemInfo) info.getItemInfo().first; in fromShortcutIntent()
253 … return (WorkspaceItemInfo) (new PendingInstallShortcutInfo(info, context).getItemInfo().first); in fromActivityInfo()
479 public Pair<ItemInfo, Object> getItemInfo() { in getItemInfo() method in InstallShortcutReceiver.PendingInstallShortcutInfo