Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java335 shortcutForLauncher = existing.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in requestPinShortcutLocked()
DShortcutPackage.java725 findAll(shortcuts, ShortcutInfo::isDynamicVisible, ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in getSharingShortcutCount()
DShortcutService.java2576 : ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER; in getShortcuts()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java162 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT field in ShortcutInfo
181 CLONE_REMOVE_FOR_LAUNCHER,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java414 si = sorig.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in testShortcutInfoClone()
554 si = sorig.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in testShortcutInfoClone_resId()
625 si = sorig.clone(ShortcutInfo.CLONE_REMOVE_FOR_LAUNCHER); in testShortcutInfoClone_minimum()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17227 Landroid/content/pm/ShortcutInfo;->CLONE_REMOVE_FOR_LAUNCHER:I