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

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

Completed in 22 milliseconds