Home
last modified time | relevance | path

Searched refs:hasIconFile (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutBitmapSaver.java139 if (success && shortcut.hasIconFile()) { in getBitmapPathMayWaitLocked()
DShortcutPackage.java1727 if (si.hasAdaptiveBitmap() && !si.hasIconFile()) { in verifyStates()
1732 if (si.hasIconFile() && si.hasIconResource()) { in verifyStates()
DShortcutService.java1394 if (shortcut.hasIconFile() || shortcut.hasIconResource()) { in saveIconAndFixUpShortcutLocked()
2749 if (shortcutInfo == null || !shortcutInfo.hasIconFile()) { in getShortcutIconFd()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1641 public boolean hasIconFile() { in hasIconFile() method in ShortcutInfo
2022 if (hasIconFile()) { in toStringInner()
DLauncherApps.java929 if (shortcut.hasIconFile()) { in getShortcutIconDrawable()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java2085 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);
DShortcutManagerTest1.java1181 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
1201 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()