Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DDialerShortcut.java67 String getShortLabel() { in getShortLabel() method in DialerShortcut
83 return shortcutInfo.getShortLabel().toString(); in getDisplayNameFromShortcutInfo()
150 if (!oldInfo.getShortLabel().equals(this.getShortLabel())) { in needsUpdate()
H A DShortcutInfoFactory.java72 .setShortLabel(shortcut.getShortLabel()) in buildShortcutInfos()
94 .setShortLabel(info.getShortLabel()) in withUpdatedIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DWorkspaceItemInfo.java170 title = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
174 label = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DDynamicShortcutsTests.java98 assertEquals("John Smith", shortcut.getShortLabel()); in test_createShortcutFromRow_hasCorrectResult()
119 assertEquals("1234…", shortcut.getShortLabel()); in test_builderForContactShortcut_ellipsizesLongNamesForLabels()
259 && name.equals(other.getShortLabel()); in isShortcutForContact()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java61 assertThat(shortcut.getShortLabel()).isEqualTo(id); in testBuildShortcutAndGetValue()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java72 return mInfo.getShortLabel(); in getLabel()
H A DAddItemActivity.java314 label = shortcutInfo.getShortLabel(); in onPlaceAutomaticallyClick()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DShortcutCachingLogic.java58 return info.getShortLabel(); in getLabel()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java153 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java1096 assertEquals("Title-s1", si.getShortLabel()); in testRequestPinShortcut_dynamicExists_titleWontChange()
1162 MoreAsserts.assertContainsRegex("^string-", si.getShortLabel().toString()); in testRequestPinShortcut_manifestExists_titleWontChange()
1276 assertEquals("new", si.getShortLabel()); in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
1393 assertEquals("new", si.getShortLabel()); in testRequestPinShortcut_manifestExists_thenRemoved_okay()
H A DShortcutManagerTest1.java6459 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6464 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6469 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6474 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6482 , si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6528 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6552 assertEquals("original-title", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6562 assertEquals("new-title-2", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6591 assertEquals("new-title-3", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
6632 assertEquals("new-title-4", si.getShortLabel()); in testBackupAndRestore_disabledShortcutsAreIgnored()
/aosp12/packages/apps/Settings/src/com/android/settings/shortcut/
H A DCreateShortcutPreferenceController.java273 si.getShortLabel())); in updateRestoredShortcuts()
/aosp12/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()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1498 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfo
1526 label = getShortLabel(); in getLabel()
H A DAppSearchShortcutInfo.java326 .setShortLabel(shortcutInfo.getShortLabel()) in instance()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java2603 assertEquals(si.getShortLabel(), ct.getTitle()); in assertCorrectShortcutToChooserTargetConversion()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4854 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt13042 method @Nullable public CharSequence getShortLabel();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt4852 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;