Home
last modified time | relevance | path

Searched refs:getLongLabel (Results 1 – 6 of 6) 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/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutInfoCompat.java68 public CharSequence getLongLabel() { in getLongLabel() method in ShortcutInfoCompat
69 return mShortcutInfo.getLongLabel(); in getLongLabel()
DDeepShortcutView.java108 CharSequence longLabel = mDetail.getLongLabel(); in applyShortcutInfo()
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java98 assertEquals("John Smith", shortcut.getLongLabel()); in test_createShortcutFromRow_hasCorrectResult()
119 assertEquals("123456789…", shortcut.getLongLabel()); in test_builderForContactShortcut_ellipsizesLongNamesForLabels()
257 && name.equals(other.getLongLabel()) in isShortcutForContact()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutInfo.java215 CharSequence label = shortcutInfo.getLongLabel(); in updateFromDeepShortcutInfo()