HomeSort by relevance Sort by last modified time
    Searched refs:structuredNameToDisplayName (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/util/
NameConverterTests.java 42 NameConverter.structuredNameToDisplayName(mContext, structuredName));
46 NameConverter.structuredNameToDisplayName(mContext, structuredName));
50 NameConverter.structuredNameToDisplayName(mContext, structuredName));
  /packages/apps/Contacts/src/com/android/contacts/util/
NameConverter.java 59 public static String structuredNameToDisplayName(Context context,
76 public static String structuredNameToDisplayName(Context context, ContentValues values) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 149 String displayName = NameConverter.structuredNameToDisplayName(getContext(),
177 String displayName = NameConverter.structuredNameToDisplayName(getContext(),
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java     [all...]

Completed in 4119 milliseconds