Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
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()
DShortcutInfoFactory.java72 .setShortLabel(shortcut.getShortLabel()) in buildShortcutInfos()
94 .setShortLabel(info.getShortLabel()) in withUpdatedIcon()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutInfoCompat.java64 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfoCompat
65 return mShortcutInfo.getShortLabel(); in getShortLabel()
DDeepShortcutView.java113 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java97 assertEquals("John Smith", shortcut.getShortLabel()); in test_createShortcutFromRow_hasCorrectResult()
118 assertEquals("1234…", shortcut.getShortLabel()); in test_builderForContactShortcut_ellipsizesLongNamesForLabels()
258 && name.equals(other.getShortLabel()); in isShortcutForContact()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutInfo.java213 title = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
217 label = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
DInstallShortcutReceiver.java360 label = info.getShortLabel().toString(); in PendingInstallShortcutInfo()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java69 return mInfo.getShortLabel(); in getLabel()