Searched refs:getItemInfo (Results 1 – 1 of 1) sorted by relevance
151 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