Searched refs:hasIconFile (Results 1 – 8 of 8) sorted by relevance
139 if (success && shortcut.hasIconFile()) { in getBitmapPathMayWaitLocked()
271 if (icon == null && !si.hasIconFile()) { in ensureNoBitmapIconIfShortcutIsLongLived()2072 if (si.hasAdaptiveBitmap() && !(si.hasIconFile() || si.hasIconUri())) { in verifyStates()2077 if (si.hasIconFile() && si.hasIconResource()) { in verifyStates()2082 if (si.hasIconFile() && si.hasIconUri()) { in verifyStates()
1429 if (shortcut.hasIconFile() || shortcut.hasIconResource() || shortcut.hasIconUri()) { in saveIconAndFixUpShortcutLocked()3245 if (shortcutInfo == null || !shortcutInfo.hasIconFile()) { in getShortcutIconFd()
2207 assertFalse("ID " + s.getId() + " shouldn't have icon FD", s.hasIconFile());2217 assertTrue("ID " + s.getId() + " not have icon FD", s.hasIconFile());2227 assertFalse("ID " + s.getId() + " shouldn't have have icon FD", s.hasIconFile());2237 s.hasIconFile() || s.hasIconResource() || s.getIcon() != null);
1386 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()1404 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
1867 public boolean hasIconFile() { in hasIconFile() method in ShortcutInfo2269 if (hasIconFile()) { in toStringInner()
1288 if (shortcut.hasIconFile()) { in getShortcutIconDrawable()1344 if (shortcut.hasIconFile()) { in getShortcutIcon()
6013 HSPLandroid/content/pm/ShortcutInfo;->hasIconFile()Z