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/
DWorkspaceItemInfo.java165 title = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
169 label = shortcutInfo.getShortLabel(); in updateFromDeepShortcutInfo()
DInstallShortcutReceiver.java385 label = info.getShortLabel().toString(); in PendingInstallShortcutInfo()
/packages/apps/Contacts/tests/src/com/android/contacts/
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()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java71 return mInfo.getShortLabel(); in getLabel()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java110 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()
/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java273 si.getShortLabel())); in updateRestoredShortcuts()