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.java288 assertEquals(0, si.getTextResId()); in testShortcutInfoParcel()
331 assertEquals(11, si.getTextResId()); in testShortcutInfoParcel_resId()
532 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
556 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
581 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
605 assertEquals(0, si.getTextResId()); in testShortcutInfoClone_resId()
723 assertEquals(0, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom()
730 assertEquals(1111, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom()
820 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
826 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DShortcutManagerTest1.java5155 assertEquals(10001, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged()
5160 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged()
5183 assertEquals(10011, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged()
5188 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged()
7656 assertEquals(R.string.shortcut_text1, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7675 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7692 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7707 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7923 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_updateAndDisabled_pinned()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1488 public int getTextResId() { in getTextResId() method in ShortcutInfo
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1804 ShortcutService.writeAttr(out, ATTR_TEXT_RES_ID, si.getTextResId()); in saveShortcut()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16146 Landroid/content/pm/ShortcutInfo;->getTextResId()I