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