Home
last modified time | relevance | path

Searched refs:getBitmapPath (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java275 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoParcel()
330 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoParcel_resId()
376 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoClone()
396 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone()
416 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone()
436 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone()
486 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoClone_resId()
509 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId()
532 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId()
555 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId()
[all …]
DBaseShortcutManagerTest.java1717 return new File(si.getBitmapPath()).getName();
1726 return new File(si.getBitmapPath()).getAbsolutePath();
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutBitmapSaver.java138 return shortcut.getBitmapPath(); in getBitmapPathMayWaitLocked()
287 if (shortcut.getBitmapPath() == null) { in processPendingItems()
DShortcutPackage.java572 if (si.getBitmapPath() != null) { in getUsedBitmapFiles()
573 usedFiles.add(getFileName(si.getBitmapPath())); in getUsedBitmapFiles()
1188 if (si.getBitmapPath() != null) { in dump()
1189 final long len = new File(si.getBitmapPath()).length(); in dump()
1226 if (si.getBitmapPath() != null) { in dumpCheckin()
1228 totalBitmapSize += new File(si.getBitmapPath()).length(); in dumpCheckin()
1314 ShortcutService.writeAttr(out, ATTR_BITMAP_PATH, si.getBitmapPath()); in saveShortcut()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1562 public String getBitmapPath() { in getBitmapPath() method in ShortcutInfo