Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java323 launcherPackage, existing.getUserId(), launcherUserId).hasPinned(existing); in requestPinShortcutLocked()
465 if (launcher.hasPinned(original)) { in directPinShortcut()
DShortcutLauncher.java177 public boolean hasPinned(ShortcutInfo shortcut) { in hasPinned() method in ShortcutLauncher