Home
last modified time | relevance | path

Searched refs:getIconResName (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java332 assertEquals("string/r456", si.getIconResName()); in testShortcutInfoParcel_resId()
378 assertEquals("string/r456", si.getIconResName()); in testShortcutInfoClone()
399 assertEquals(null, si.getIconResName()); in testShortcutInfoClone()
419 assertEquals(null, si.getIconResName()); in testShortcutInfoClone()
439 assertEquals(null, si.getIconResName()); in testShortcutInfoClone()
488 assertEquals("string/r456", si.getIconResName()); in testShortcutInfoClone_resId()
512 assertEquals(null, si.getIconResName()); in testShortcutInfoClone_resId()
535 assertEquals(null, si.getIconResName()); in testShortcutInfoClone_resId()
558 assertEquals(null, si.getIconResName()); in testShortcutInfoClone_resId()
638 assertEquals(null, si.getIconResName()); in testShortcutInfoCopyNonNullFieldsFrom()
[all …]
DShortcutManagerTest1.java1071 assertEquals("string/r" + R.drawable.black_32x32, s.getIconResName()); in testUpdateShortcuts()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1618 public String getIconResName() { in getIconResName() method in ShortcutInfo
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1313 ShortcutService.writeAttr(out, ATTR_ICON_RES_NAME, si.getIconResName()); in saveShortcut()