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

/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1415 public boolean hasIconResource() { method in class:ShortcutInfo
1426 return hasIconResource() || hasStringResources();
1494 * Get the resource ID for the icon, valid only when {@link #hasIconResource()} } is true.
1747 if (hasIconResource()) {

Completed in 35 milliseconds