Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java278 assertEquals(0, si.getTitleResId()); in testShortcutInfoParcel()
317 assertEquals(10, si.getTitleResId()); in testShortcutInfoParcel_resId()
473 assertEquals(10, si.getTitleResId()); in testShortcutInfoClone_resId()
496 assertEquals(10, si.getTitleResId()); in testShortcutInfoClone_resId()
520 assertEquals(10, si.getTitleResId()); in testShortcutInfoClone_resId()
543 assertEquals(0, si.getTitleResId()); in testShortcutInfoClone_resId()
646 assertEquals(0, si.getTitleResId()); in testShortcutInfoCopyNonNullFieldsFrom()
653 assertEquals(123, si.getTitleResId()); in testShortcutInfoCopyNonNullFieldsFrom()
767 assertEquals(0, si.getTitleResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
775 assertEquals(123, si.getTitleResId()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DShortcutManagerTest1.java4530 assertEquals(10000, s1.getTitleResId()); in testHandlePackageUpdate_resIdChanged()
4535 assertEquals(20000, s2.getTitleResId()); in testHandlePackageUpdate_resIdChanged()
4558 assertEquals(10010, s1.getTitleResId()); in testHandlePackageUpdate_resIdChanged()
4563 assertEquals(20010, s2.getTitleResId()); in testHandlePackageUpdate_resIdChanged()
6995 assertEquals(R.string.shortcut_title1, si.getTitleResId()); in testManifestShortcuts_checkAllFields()
7014 assertEquals(R.string.shortcut_title2, si.getTitleResId()); in testManifestShortcuts_checkAllFields()
7030 assertEquals(R.string.shortcut_title1, si.getTitleResId()); in testManifestShortcuts_checkAllFields()
7045 assertEquals(R.string.shortcut_title2, si.getTitleResId()); in testManifestShortcuts_checkAllFields()
7263 assertEquals(R.string.shortcut_title2, si.getTitleResId()); in testManifestShortcuts_updateAndDisabled_pinned()
7291 assertEquals(R.string.shortcut_title1, si.getTitleResId()); in testManifestShortcuts_duplicateInSingleActivity()
[all …]
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1258 public int getTitleResId() { in getTitleResId() method in ShortcutInfo
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1390 ShortcutService.writeAttr(out, ATTR_TITLE_RES_ID, si.getTitleResId()); in saveShortcut()