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.java285 assertEquals(0, si.getTextResId()); in testShortcutInfoParcel()
324 assertEquals(11, si.getTextResId()); in testShortcutInfoParcel_resId()
515 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
538 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
562 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId()
585 assertEquals(0, si.getTextResId()); in testShortcutInfoClone_resId()
700 assertEquals(0, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom()
707 assertEquals(1111, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom()
796 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
802 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DShortcutManagerTest1.java4542 assertEquals(10001, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged()
4547 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged()
4570 assertEquals(10011, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged()
4575 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged()
7028 assertEquals(R.string.shortcut_text1, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7047 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7064 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7079 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields()
7295 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_updateAndDisabled_pinned()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1408 public int getTextResId() { in getTextResId() method in ShortcutInfo
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1516 ShortcutService.writeAttr(out, ATTR_TEXT_RES_ID, si.getTextResId()); in saveShortcut()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16155 Landroid/content/pm/ShortcutInfo;->getTextResId()I