Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java311 assertEquals(0, si.getTextResId()); in testShortcutInfoParcel()
362 assertEquals(11, si.getTextResId()); in testShortcutInfoParcel_resId()
563 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
587 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
612 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
636 assertEquals(0, si.getTextResId()); in testShortcutInfoClone_resId()
754 assertEquals(0, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom()
761 assertEquals(1111, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom()
851 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
857 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DShortcutManagerTest1.java5380 assertEquals(10001, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged()
5385 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged()
5408 assertEquals(10011, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged()
5413 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged()
7635 assertEquals(R.string.shortcut_text1, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7654 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7671 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7686 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7902 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_updateAndDisabled_pinned()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1609 public int getTextResId() { in getTextResId() method in ShortcutInfo
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1901 ShortcutService.writeAttr(out, ATTR_TEXT_RES_ID, si.getTextResId()); in saveShortcut()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13268 Landroid/content/pm/ShortcutInfo;->getTextResId()I