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.java1901 if (si.hasAdaptiveBitmap() && !si.hasIconFile()) { in verifyStates()
1906 if (si.hasIconFile() && si.hasIconResource()) { in verifyStates()
DShortcutService.java1402 if (shortcut.hasIconFile() || shortcut.hasIconResource()) { in saveIconAndFixUpShortcutLocked()
2813 if (shortcutInfo == null || !shortcutInfo.hasIconFile()) { in getShortcutIconFd()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1799 public boolean hasIconFile() { in hasIconFile() method in ShortcutInfo
2186 if (hasIconFile()) { in toStringInner()
DLauncherApps.java1035 if (shortcut.hasIconFile()) { in getShortcutIconDrawable()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java2141 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);
DShortcutManagerTest1.java1192 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
1212 assertTrue(si.hasIconFile()); in testUpdateShortcuts_icons()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16164 Landroid/content/pm/ShortcutInfo;->hasIconFile()Z