D | ShortcutPackage.java | 101 class ShortcutPackage extends ShortcutPackageItem { class 202 private ShortcutPackage(ShortcutUser shortcutUser, in ShortcutPackage() method in ShortcutPackage 211 public ShortcutPackage(ShortcutUser shortcutUser, int packageUserId, String packageName) { in ShortcutPackage() method in ShortcutPackage 1995 public static ShortcutPackage loadFromFile(ShortcutService s, ShortcutUser shortcutUser, in loadFromFile() 2006 ShortcutPackage ret = null; in loadFromFile() 2035 public static ShortcutPackage loadFromXml(ShortcutService s, ShortcutUser shortcutUser, in loadFromXml() 2042 final ShortcutPackage ret = new ShortcutPackage(shortcutUser, in loadFromXml()
|