Searched refs:getBitmapPath (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest2.java | 305 assertEquals("abc", si.getBitmapPath()); in testShortcutInfoParcel() 452 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 474 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 497 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 522 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone() 598 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId() 622 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId() 646 assertEquals(null, si.getBitmapPath()); in testShortcutInfoClone_resId() 1203 assertNull(si.getBitmapPath()); 1283 assertNull(si.getBitmapPath()); [all …]
|
H A D | BaseShortcutManagerTest.java | 1979 return new File(si.getBitmapPath()).getName(); 1988 return new File(si.getBitmapPath()).getAbsolutePath();
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutBitmapSaver.java | 140 return shortcut.getBitmapPath(); in getBitmapPathMayWaitLocked() 299 if (shortcut.getBitmapPath() == null) { in processPendingItems()
|
H A D | ShortcutPackage.java | 1023 if (si.getBitmapPath() != null) { in getUsedBitmapFilesLocked() 1024 usedFiles.add(getFileName(si.getBitmapPath())); in getUsedBitmapFilesLocked() 1720 if (si.getBitmapPath() != null) { in dump() 1721 final long len = new File(si.getBitmapPath()).length(); in dump() 1777 if (si.getBitmapPath() != null) { in dumpCheckin() 1779 totalBitmapSize[0] += new File(si.getBitmapPath()).length(); in dumpCheckin() 1916 ShortcutService.writeAttr(out, ATTR_BITMAP_PATH, si.getBitmapPath()); in saveShortcut()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutInfo.java | 2162 public String getBitmapPath() { in getBitmapPath() method in ShortcutInfo
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 13248 Landroid/content/pm/ShortcutInfo;->getBitmapPath()Ljava/lang/String;
|