Home
last modified time | relevance | path

Searched refs:ShortcutPackageItem (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackageItem.java34 abstract class ShortcutPackageItem { class
45 protected ShortcutPackageItem(@NonNull ShortcutUser shortcutUser, in ShortcutPackageItem() method in ShortcutPackageItem
DShortcutUser.java83 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()
DShortcutPackageInfo.java138 public void refreshSignature(ShortcutService s, ShortcutPackageItem pkg) { in refreshSignature()
DShortcutLauncher.java46 class ShortcutLauncher extends ShortcutPackageItem {
DShortcutPackage.java61 class ShortcutPackage extends ShortcutPackageItem {
DShortcutService.java3992 forEachLoadedUserLocked(u -> u.forAllPackageItems(ShortcutPackageItem::verifyStates)); in verifyStatesInner()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1829 protected void assertExistsAndShadow(ShortcutPackageItem spi) {
/frameworks/base/services/
Dprofile-classes4919 Lcom/android/server/pm/ShortcutPackageItem;