Searched refs:getTextResId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 280 assertEquals(0, si.getTextResId()); in testShortcutInfoParcel() 319 assertEquals(11, si.getTextResId()); in testShortcutInfoParcel_resId() 475 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId() 498 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId() 522 assertEquals(11, si.getTextResId()); in testShortcutInfoClone_resId() 545 assertEquals(0, si.getTextResId()); in testShortcutInfoClone_resId() 660 assertEquals(0, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom() 667 assertEquals(1111, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom() 750 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId() 756 assertEquals(11, si.getTextResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId() [all …]
|
D | ShortcutManagerTest1.java | 4531 assertEquals(10001, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged() 4536 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged() 4559 assertEquals(10011, s1.getTextResId()); in testHandlePackageUpdate_resIdChanged() 4564 assertEquals(0, s2.getTextResId()); in testHandlePackageUpdate_resIdChanged() 6997 assertEquals(R.string.shortcut_text1, si.getTextResId()); in testManifestShortcuts_checkAllFields() 7016 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_checkAllFields() 7033 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields() 7048 assertEquals(0, si.getTextResId()); in testManifestShortcuts_checkAllFields() 7264 assertEquals(R.string.shortcut_text2, si.getTextResId()); in testManifestShortcuts_updateAndDisabled_pinned()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 1271 public int getTextResId() { in getTextResId() method in ShortcutInfo
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutPackage.java | 1393 ShortcutService.writeAttr(out, ATTR_TEXT_RES_ID, si.getTextResId()); in saveShortcut()
|