Searched refs:CLONE_REMOVE_ICON (Results 1 – 2 of 2) sorted by relevance
144 private static final int CLONE_REMOVE_ICON = 1 << 0; field in ShortcutInfo159 public static final int CLONE_REMOVE_FOR_CREATOR = CLONE_REMOVE_ICON | CLONE_REMOVE_RES_NAMES;162 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT170 public static final int CLONE_REMOVE_FOR_APP_PREDICTION = CLONE_REMOVE_ICON175 CLONE_REMOVE_ICON,549 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) { in ShortcutInfo()
16113 Landroid/content/pm/ShortcutInfo;->CLONE_REMOVE_ICON:I