Searched defs:CLONE_REMOVE_ICON (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java125 private static final int CLONE_REMOVE_ICON = 1 << 0; field in class:ShortcutInfo
137 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_INTENT
150 CLONE_REMOVE_ICON,
361 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) {

Completed in 39 milliseconds