Searched defs:aboutCardName (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java1190 final MutableString aboutCardName = new MutableString();
1200 aboutCardName);
1210 dataModel.customAboutCardName = aboutCardName.value;
1248 final MutableString aboutCardName) {
1480 aboutCardName.value = res.getString(R.string.about_card_title) +
1483 aboutCardName.value = res.getString(R.string.about_card_title);
1246 dataItemToEntry(DataItem dataItem, Context context, Contact contactData, final MutableString aboutCardName) argument

Completed in 2325 milliseconds