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.java135 private static final int CLONE_REMOVE_INTENT = 1 << 1; field in ShortcutInfo
147 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT
151 public static final int CLONE_REMOVE_FOR_LAUNCHER_APPROVAL = CLONE_REMOVE_INTENT
157 CLONE_REMOVE_INTENT,
512 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) { in ShortcutInfo()