Home
last modified time | relevance | path

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

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