Home
last modified time | relevance | path

Searched refs:getCopyText (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java969 public String getCopyText() { in getCopyText() method in ExpandingEntryCardView.EntryContextMenuInfo
DQuickContactActivity.java442 menu.setHeaderTitle(info.getCopyText());
486 ClipboardUtils.copyText(this, menuInfo.getCopyLabel(), menuInfo.getCopyText(), in onContextItemSelected()