Searched refs:CLONE_REMOVE_INTENT (Results 1 – 1 of 1) sorted by relevance
147 private static final int CLONE_REMOVE_INTENT = 1 << 1; field in ShortcutInfo162 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT166 public static final int CLONE_REMOVE_FOR_LAUNCHER_APPROVAL = CLONE_REMOVE_INTENT176 CLONE_REMOVE_INTENT,564 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) { in ShortcutInfo()