Searched refs:CLONE_REMOVE_ICON (Results 1 – 1 of 1) sorted by relevance
125 private static final int CLONE_REMOVE_ICON = 1 << 0; field in ShortcutInfo137 public static final int CLONE_REMOVE_FOR_CREATOR = CLONE_REMOVE_ICON | CLONE_REMOVE_RES_NAMES;140 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT150 CLONE_REMOVE_ICON,361 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) { in ShortcutInfo()