Searched refs:ShortcutPackageItem (Results 1 – 7 of 7) sorted by relevance
35 abstract class ShortcutPackageItem { class46 protected ShortcutPackageItem(@NonNull ShortcutUser shortcutUser, in ShortcutPackageItem() method in ShortcutPackageItem
82 public static PackageWithUser of(ShortcutPackageItem spi) { in of()248 public void forAllPackageItems(Consumer<? super ShortcutPackageItem> callback) { in forAllPackageItems()254 Consumer<ShortcutPackageItem> callback) { in forPackageItem()371 ShortcutPackageItem spi, boolean forBackup) throws IOException, XmlPullParserException { in saveShortcutPackageItem()
183 public void refreshSignature(ShortcutService s, ShortcutPackageItem pkg) { in refreshSignature()
47 class ShortcutLauncher extends ShortcutPackageItem {
62 class ShortcutPackage extends ShortcutPackageItem {
4387 forEachLoadedUserLocked(u -> u.forAllPackageItems(ShortcutPackageItem::verifyStates)); in verifyStatesInner()
1879 protected void assertExistsAndShadow(ShortcutPackageItem spi) {