Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
DNameConverterTests.java44 NameConverter.structuredNameToDisplayName(mContext, structuredName)); in testStructuredNameToDisplayName()
48 NameConverter.structuredNameToDisplayName(mContext, structuredName)); in testStructuredNameToDisplayName()
52 NameConverter.structuredNameToDisplayName(mContext, structuredName)); in testStructuredNameToDisplayName()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java167 String displayName = NameConverter.structuredNameToDisplayName(getContext(), in switchFromStructuredNameToFullName()
196 String displayName = NameConverter.structuredNameToDisplayName(getContext(), in rebuildFullName()
241 final String displayName = NameConverter.structuredNameToDisplayName( in getDisplayName()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DNameConverter.java61 public static String structuredNameToDisplayName(Context context, in structuredNameToDisplayName() method in NameConverter
78 public static String structuredNameToDisplayName(Context context, ContentValues values) { in structuredNameToDisplayName() method in NameConverter
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java1080 NameConverter.structuredNameToDisplayName(context, values)); in migrateStructuredName()