Searched defs:ShortcutPackage (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java61 class ShortcutPackage extends ShortcutPackageItem { class in inherits:ShortcutPackageItem
125 private ShortcutPackage(ShortcutUser shortcutUser, method in class:ShortcutPackage
133 public ShortcutPackage(ShortcutUser shortcutUser, int packageUserId, String packageName) { method in class:ShortcutPackage
1336 public static ShortcutPackage loadFromXml(ShortcutService s, ShortcutUser shortcutUser,
1343 final ShortcutPackage ret = new ShortcutPackage(shortcutUser,

Completed in 53 milliseconds