Searched refs:ShortcutPackageItem (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageItem.java34 abstract class ShortcutPackageItem { class
45 protected ShortcutPackageItem(@NonNull ShortcutUser shortcutUser, method in class:ShortcutPackageItem
H A DShortcutUser.java81 public static PackageWithUser of(ShortcutPackageItem spi) {
246 public void forAllPackageItems(Consumer<? super ShortcutPackageItem> callback) {
252 Consumer<ShortcutPackageItem> callback) {
364 ShortcutPackageItem spi, boolean forBackup) throws IOException, XmlPullParserException {
H A DShortcutPackageInfo.java138 public void refreshSignature(ShortcutService s, ShortcutPackageItem pkg) {
H A DShortcutLauncher.java46 class ShortcutLauncher extends ShortcutPackageItem {
H A DShortcutPackage.java61 class ShortcutPackage extends ShortcutPackageItem {
H A DShortcutService.java4071 forEachLoadedUserLocked(u -> u.forAllPackageItems(ShortcutPackageItem::verifyStates));
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1829 protected void assertExistsAndShadow(ShortcutPackageItem spi) {

Completed in 179 milliseconds