Searched refs:hasIconFile (Results 1 – 7 of 7) sorted by relevance
139 if (success && shortcut.hasIconFile()) { in getBitmapPathMayWaitLocked()
1727 if (si.hasAdaptiveBitmap() && !si.hasIconFile()) { in verifyStates()1732 if (si.hasIconFile() && si.hasIconResource()) { in verifyStates()
1394 if (shortcut.hasIconFile() || shortcut.hasIconResource()) { in saveIconAndFixUpShortcutLocked()2749 if (shortcutInfo == null || !shortcutInfo.hasIconFile()) { in getShortcutIconFd()
1641 public boolean hasIconFile() { in hasIconFile() method in ShortcutInfo2022 if (hasIconFile()) { in toStringInner()
929 if (shortcut.hasIconFile()) { in getShortcutIconDrawable()
2085 assertFalse("ID " + s.getId() + " shouldn't have icon FD", s.hasIconFile());2094 assertTrue("ID " + s.getId() + " not have icon FD", s.hasIconFile());2103 s.hasIconFile() || s.hasIconResource() || s.getIcon() != null);
1181 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()1201 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()