Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java147 private static final int CLONE_REMOVE_INTENT = 1 << 1; field in ShortcutInfo
162 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT
166 public static final int CLONE_REMOVE_FOR_LAUNCHER_APPROVAL = CLONE_REMOVE_INTENT
176 CLONE_REMOVE_INTENT,
564 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) { in ShortcutInfo()