Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutBitmapSaver.java139 if (success && shortcut.hasIconFile()) { in getBitmapPathMayWaitLocked()
DShortcutPackage.java271 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()
DShortcutService.java1429 if (shortcut.hasIconFile() || shortcut.hasIconResource() || shortcut.hasIconUri()) { in saveIconAndFixUpShortcutLocked()
3245 if (shortcutInfo == null || !shortcutInfo.hasIconFile()) { in getShortcutIconFd()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java2207 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);
DShortcutManagerTest1.java1386 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
1404 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1867 public boolean hasIconFile() { in hasIconFile() method in ShortcutInfo
2269 if (hasIconFile()) { in toStringInner()
DLauncherApps.java1288 if (shortcut.hasIconFile()) { in getShortcutIconDrawable()
1344 if (shortcut.hasIconFile()) { in getShortcutIcon()
/frameworks/base/config/
Dboot-image-profile.txt6013 HSPLandroid/content/pm/ShortcutInfo;->hasIconFile()Z