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.java182 public final ShortcutInfo shortcutForLauncher; field in ShortcutRequestPinProcessor.PinShortcutRequestInner
189 ShortcutInfo shortcutOriginal, ShortcutInfo shortcutForLauncher, in PinShortcutRequestInner() argument
194 this.shortcutForLauncher = shortcutForLauncher; in PinShortcutRequestInner()
202 return shortcutForLauncher; in getShortcutInfo()
316 final ShortcutInfo shortcutForLauncher; in requestPinShortcutLocked() local
336 shortcutForLauncher = existing.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in requestPinShortcutLocked()
340 shortcutForLauncher.clearFlags(ShortcutInfo.FLAG_PINNED); in requestPinShortcutLocked()
361 shortcutForLauncher = inShortcut.clone( in requestPinShortcutLocked()
365 Slog.d(TAG, "Sending to launcher=" + shortcutForLauncher.toInsecureString()); in requestPinShortcutLocked()
370 new PinShortcutRequestInner(this, inShortcut, shortcutForLauncher, in requestPinShortcutLocked()