Searched refs:ShortcutPackageItem (Results 1 – 8 of 8) sorted by relevance
34 abstract class ShortcutPackageItem { class45 protected ShortcutPackageItem(@NonNull ShortcutUser shortcutUser, in ShortcutPackageItem() method in ShortcutPackageItem
83 public static PackageWithUser of(ShortcutPackageItem spi) { in of()248 public void forAllPackageItems(Consumer<? super ShortcutPackageItem> callback) { in forAllPackageItems()254 Consumer<ShortcutPackageItem> callback) { in forPackageItem()366 ShortcutPackageItem spi, boolean forBackup) throws IOException, XmlPullParserException { in saveShortcutPackageItem()
138 public void refreshSignature(ShortcutService s, ShortcutPackageItem pkg) { in refreshSignature()
46 class ShortcutLauncher extends ShortcutPackageItem {
61 class ShortcutPackage extends ShortcutPackageItem {
3992 forEachLoadedUserLocked(u -> u.forAllPackageItems(ShortcutPackageItem::verifyStates)); in verifyStatesInner()
1829 protected void assertExistsAndShadow(ShortcutPackageItem spi) {
4919 Lcom/android/server/pm/ShortcutPackageItem;