Home
last modified time | relevance | path

Searched refs:addPinnedShortcut (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java513 launcher.addPinnedShortcut(appPackageName, appUserId, shortcutId, in directPinShortcut()
H A DShortcutLauncher.java194 public void addPinnedShortcut(@NonNull String packageName, @UserIdInt int packageUserId, in addPinnedShortcut() method in ShortcutLauncher