Searched refs:hasIconFile (Results 1 – 8 of 8) sorted by relevance
139 if (success && shortcut.hasIconFile()) { in getBitmapPathMayWaitLocked()
1901 if (si.hasAdaptiveBitmap() && !si.hasIconFile()) { in verifyStates()1906 if (si.hasIconFile() && si.hasIconResource()) { in verifyStates()
1402 if (shortcut.hasIconFile() || shortcut.hasIconResource()) { in saveIconAndFixUpShortcutLocked()2813 if (shortcutInfo == null || !shortcutInfo.hasIconFile()) { in getShortcutIconFd()
1799 public boolean hasIconFile() { in hasIconFile() method in ShortcutInfo2186 if (hasIconFile()) { in toStringInner()
1035 if (shortcut.hasIconFile()) { in getShortcutIconDrawable()
2141 assertFalse("ID " + s.getId() + " shouldn't have icon FD", s.hasIconFile());2150 assertTrue("ID " + s.getId() + " not have icon FD", s.hasIconFile());2159 s.hasIconFile() || s.hasIconResource() || s.getIcon() != null);
1192 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()1212 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
16164 Landroid/content/pm/ShortcutInfo;->hasIconFile()Z