Searched refs:CLONE_REMOVE_ICON (Results 1 – 2 of 2) sorted by relevance
184 private static final int CLONE_REMOVE_ICON = 1 << 0; field in ShortcutInfo199 public static final int CLONE_REMOVE_FOR_CREATOR = CLONE_REMOVE_ICON | CLONE_REMOVE_RES_NAMES;202 public static final int CLONE_REMOVE_FOR_LAUNCHER = CLONE_REMOVE_ICON | CLONE_REMOVE_INTENT210 public static final int CLONE_REMOVE_FOR_APP_PREDICTION = CLONE_REMOVE_ICON215 CLONE_REMOVE_ICON,596 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) { in ShortcutInfo()
16104 Landroid/content/pm/ShortcutInfo;->CLONE_REMOVE_ICON:I