/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
H A D | DialerShortcut.java | 67 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 D | ShortcutInfoFactory.java | 72 .setShortLabel(shortcut.getShortLabel()) in buildShortcutInfos() 94 .setShortLabel(info.getShortLabel()) in withUpdatedIcon()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | WorkspaceItemInfo.java | 170 title = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo() 174 label = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/ |
H A D | DynamicShortcutsTests.java | 98 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 D | AppSearchShortcutInfoTest.java | 61 assertThat(shortcut.getShortLabel()).isEqualTo(id); in testBuildShortcutAndGetValue()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | PinShortcutRequestActivityInfo.java | 72 return mInfo.getShortLabel(); in getLabel()
|
H A D | AddItemActivity.java | 314 label = shortcutInfo.getShortLabel(); in onPlaceAutomaticallyClick()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | ShortcutCachingLogic.java | 58 return info.getShortLabel(); in getLabel()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
H A D | DeepShortcutView.java | 153 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest8.java | 1096 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 D | ShortcutManagerTest1.java | 6459 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 D | CreateShortcutPreferenceController.java | 273 si.getShortLabel())); in updateRestoredShortcuts()
|
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 554 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 D | ShortcutInfo.java | 1498 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfo 1526 label = getShortLabel(); in getLabel()
|
H A D | AppSearchShortcutInfo.java | 326 .setShortLabel(shortcutInfo.getShortLabel()) in instance()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ChooserActivityTest.java | 2603 assertEquals(si.getShortLabel(), ct.getTitle()); in assertCorrectShortcutToChooserTargetConversion()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4854 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 13042 method @Nullable public CharSequence getShortLabel();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4852 HSPLandroid/content/pm/ShortcutInfo;->getShortLabel()Ljava/lang/CharSequence;
|