Searched refs:CLONE_REMOVE_INTENT (Results 1 – 1 of 1) sorted by relevance
135 private static final int CLONE_REMOVE_INTENT = 1 << 1; field in ShortcutInfo147 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT151 public static final int CLONE_REMOVE_FOR_LAUNCHER_APPROVAL = CLONE_REMOVE_INTENT157 CLONE_REMOVE_INTENT,512 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) { in ShortcutInfo()