Searched refs:getShortLabel (Results 1 – 8 of 8) sorted by relevance
67 String getShortLabel() { in getShortLabel() method in DialerShortcut83 return shortcutInfo.getShortLabel().toString(); in getDisplayNameFromShortcutInfo()150 if (!oldInfo.getShortLabel().equals(this.getShortLabel())) { in needsUpdate()
72 .setShortLabel(shortcut.getShortLabel()) in buildShortcutInfos()94 .setShortLabel(info.getShortLabel()) in withUpdatedIcon()
64 public CharSequence getShortLabel() { in getShortLabel() method in ShortcutInfoCompat65 return mShortcutInfo.getShortLabel(); in getShortLabel()
113 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()
97 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()
213 title = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()217 label = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
360 label = info.getShortLabel().toString(); in PendingInstallShortcutInfo()
69 return mInfo.getShortLabel(); in getLabel()