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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java62 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) {
64 spi != null ? spi : ShortcutPackageInfo.newEmpty());
60 ShortcutLauncher(@onNull ShortcutUser shortcutUser, @UserIdInt int ownerUserId, @NonNull String packageName, @UserIdInt int launcherUserId, ShortcutPackageInfo spi) argument
H A DShortcutUser.java65 public static PackageWithUser of(ShortcutPackageItem spi) { argument
66 return new PackageWithUser(spi.getPackageUserId(), spi.getPackageName());
189 forAllPackageItems(spi -> {
190 if ((spi.getPackageUserId() == packageUserId)
191 && spi.getPackageName().equals(packageName)) {
192 callback.accept(spi);
228 forPackageItem(packageName, packageUserId, spi -> {
229 spi.attemptToRestoreIfNeededAndSave(s);
261 ShortcutPackageItem spi, boolea
260 saveShortcutPackageItem(ShortcutService s, XmlSerializer out, ShortcutPackageItem spi, boolean forBackup) argument
[all...]
H A DShortcutPackage.java102 int packageUserId, String packageName, ShortcutPackageInfo spi) {
104 spi != null ? spi : ShortcutPackageInfo.newEmpty());
101 ShortcutPackage(ShortcutService s, ShortcutUser shortcutUser, int packageUserId, String packageName, ShortcutPackageInfo spi) argument

Completed in 72 milliseconds