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

/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java74 public static final int FLAG_HAS_ICON_RES = 1 << 2; field in class:ShortcutInfo
99 FLAG_HAS_ICON_RES,
1416 return hasFlags(FLAG_HAS_ICON_RES);

Completed in 24 milliseconds