Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java180 public final ShortcutInfo shortcutForLauncher; field in ShortcutRequestPinProcessor.PinShortcutRequestInner
187 ShortcutInfo shortcutOriginal, ShortcutInfo shortcutForLauncher, in PinShortcutRequestInner() argument
192 this.shortcutForLauncher = shortcutForLauncher; in PinShortcutRequestInner()
200 return shortcutForLauncher; in getShortcutInfo()
311 final ShortcutInfo shortcutForLauncher; in requestPinShortcutLocked() local
333 shortcutForLauncher = existing.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in requestPinShortcutLocked()
337 shortcutForLauncher.clearFlags(ShortcutInfo.FLAG_PINNED); in requestPinShortcutLocked()
358 shortcutForLauncher = inShortcut.clone( in requestPinShortcutLocked()
362 Slog.d(TAG, "Sending to launcher=" + shortcutForLauncher.toInsecureString()); in requestPinShortcutLocked()
367 new PinShortcutRequestInner(this, inShortcut, shortcutForLauncher, in requestPinShortcutLocked()