Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1283 final String customAboutCardName = cp2DataCardModel.customAboutCardName; in populateContactAndAboutCard() local
1343 if (!TextUtils.isEmpty(customAboutCardName)) { in populateContactAndAboutCard()
1344 mAboutCard.setTitle(customAboutCardName); in populateContactAndAboutCard()
1523 dataModel.customAboutCardName = aboutCardName.value; in generateDataModelFromContact()
1543 public String customAboutCardName; field in QuickContactActivity.Cp2DataCardModel