Home
last modified time | relevance | path

Searched defs:setShortcutHostPackage (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutNonPersistentUser.java61 public void setShortcutHostPackage(@NonNull String type, @Nullable String packageName) { in setShortcutHostPackage() method in ShortcutNonPersistentUser
H A DShortcutService.java3039 public void setShortcutHostPackage(@NonNull String type, @Nullable String packageName, in setShortcutHostPackage() method in ShortcutService
3680 public void setShortcutHostPackage(@NonNull String type, @Nullable String packageName, in setShortcutHostPackage() method
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java88 public abstract void setShortcutHostPackage(@NonNull String type, @Nullable String packageName, in setShortcutHostPackage() method in ShortcutServiceInternal