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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java48 public static final int FLAG_AUTOINTALL_ICON = 2; //0B10; field in class:ShortcutInfo
51 * The icon is being installed. If {@link #FLAG_RESTORED_ICON} or {@link #FLAG_AUTOINTALL_ICON}
188 return hasStatusFlag(FLAG_RESTORED_ICON | FLAG_AUTOINTALL_ICON);

Completed in 189 milliseconds