Home
last modified time | relevance | path

Searched refs:getLongLabel (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDialerShortcut.java77 String getLongLabel() { in getLongLabel() method in DialerShortcut
153 if (!oldInfo.getLongLabel().equals(this.getLongLabel())) { in needsUpdate()
DShortcutInfoFactory.java73 .setLongLabel(shortcut.getLongLabel()) in buildShortcutInfos()
95 .setLongLabel(info.getLongLabel()) in withUpdatedIcon()
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java99 assertEquals("John Smith", shortcut.getLongLabel()); in test_createShortcutFromRow_hasCorrectResult()
120 assertEquals("123456789…", shortcut.getLongLabel()); in test_builderForContactShortcut_ellipsizesLongNamesForLabels()
258 && name.equals(other.getLongLabel()) in isShortcutForContact()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java105 CharSequence longLabel = mDetail.getLongLabel(); in applyShortcutInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceItemInfo.java167 CharSequence label = shortcutInfo.getLongLabel(); in updateFromDeepShortcutInfo()