Home
last modified time | relevance | path

Searched refs:getShortLabel (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java63 assertThat(shortcut.getShortLabel()).isEqualTo(id); in testBuildShortcutAndGetValue()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest12.java262 assertEquals("custom", map.get("s3").getShortLabel()); in testUpdateShortcuts_UpdateShortcutsOnDisk()
283 assertEquals("Title-s3", map.get("s3").getShortLabel()); in testShortcutsExcludedFromLauncher_PersistedToDisk()
H A DShortcutManagerTest8.java1101 assertEquals("Title-s1", si.getShortLabel()); in testRequestPinShortcut_dynamicExists_titleWontChange()
1167 MoreAsserts.assertContainsRegex("^string-", si.getShortLabel().toString()); in testRequestPinShortcut_manifestExists_titleWontChange()
1281 assertEquals("new", si.getShortLabel()); in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
1398 assertEquals("new", si.getShortLabel()); in testRequestPinShortcut_manifestExists_thenRemoved_okay()
H A DShortcutManagerTest1.java6627 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6632 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6637 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6642 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6650 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6696 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6720 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6730 assertEquals("new-title-2", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6759 assertEquals("new-title-3", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6800 assertEquals("new-title-4", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java554 assertNotNull("ID " + s.getId(), s.getShortLabel()); in assertAllHaveTitle()
562 assertNull("ID " + s.getId(), s.getShortLabel()); in assertAllNotHaveTitle()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DAppSearchShortcutInfo.java338 .setShortLabel(shortcutInfo.getShortLabel()) in instance()
H A DShortcutInfo.java1619 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfo
1647 label = getShortLabel(); in getLabel()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java3174 assertEquals(si.getShortLabel(), ct.getTitle()); in assertCorrectShortcutToChooserTargetConversion()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4815 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4818 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13081 method @Nullable public CharSequence getShortLabel();