Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java324 launcherPackage, existing.getUserId(), launcherUserId).hasPinned(existing); in requestPinShortcutLocked()
469 if (launcher.hasPinned(original)) { in directPinShortcut()
H A DShortcutLauncher.java185 public boolean hasPinned(ShortcutInfo shortcut) { in hasPinned() method in ShortcutLauncher