Searched refs:getBitmapPath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 280 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoParcel() 335 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoParcel_resId() 386 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoClone() 409 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 430 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 452 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 476 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 526 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoClone_resId() 549 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId() 572 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId() [all …]
|
D | BaseShortcutManagerTest.java | 1803 return new File(si.getBitmapPath()).getName(); 1812 return new File(si.getBitmapPath()).getAbsolutePath();
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutBitmapSaver.java | 140 return shortcut.getBitmapPath(); in getBitmapPathMayWaitLocked() 297 if (shortcut.getBitmapPath() == null) { in processPendingItems()
|
D | ShortcutPackage.java | 760 if (si.getBitmapPath() != null) { in getUsedBitmapFiles() 761 usedFiles.add(getFileName(si.getBitmapPath())); in getUsedBitmapFiles() 1398 if (si.getBitmapPath() != null) { in dump() 1399 final long len = new File(si.getBitmapPath()).length(); in dump() 1436 if (si.getBitmapPath() != null) { in dumpCheckin() 1438 totalBitmapSize += new File(si.getBitmapPath()).length(); in dumpCheckin() 1555 ShortcutService.writeAttr(out, ATTR_BITMAP_PATH, si.getBitmapPath()); in saveShortcut()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 1909 public String getBitmapPath() { in getBitmapPath() method in ShortcutInfo
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 16135 Landroid/content/pm/ShortcutInfo;->getBitmapPath()Ljava/lang/String;
|