Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardTestUtilsTests.java62 .put(StructuredName.MIDDLE_NAME, "C\\;") in testShouldFailAtContentValueVerification()
83 .put(StructuredName.MIDDLE_NAME, ",") in testShouldFailAtLineVerification()
DVCardExporterTests.java67 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName") in testStructuredNameBasic()
105 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName1") in testStructuredNameUsePrimaryCommon()
114 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName") in testStructuredNameUsePrimaryCommon()
128 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName2") in testStructuredNameUsePrimaryCommon()
165 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName1") in testStructuredNameUseSuperPrimaryCommon()
174 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName2") in testStructuredNameUseSuperPrimaryCommon()
184 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName") in testStructuredNameUseSuperPrimaryCommon()
193 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName3") in testStructuredNameUseSuperPrimaryCommon()
235 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName") in testStructuredNamePhoneticNameCommon()
300 .put(StructuredName.MIDDLE_NAME, "DoNotEmitMiddleName1") in testStructuredNameComplicatedCommon()
[all …]
DVCardJapanizationTests.java41 .put(StructuredName.MIDDLE_NAME, "B") in testNameUtf8Common()
69 .put(StructuredName.MIDDLE_NAME, "B") in testNameShiftJis()
91 .put(StructuredName.MIDDLE_NAME, "B") in testNameDoCoMo()
DVCardImporterTests.java478 .put(StructuredName.MIDDLE_NAME, "C\\;") in testV21BackslashCase()
632 .put(StructuredName.MIDDLE_NAME, "Hoge") in testComplicatedCase()
1085 .put(StructuredName.MIDDLE_NAME, "M") in testPagerV30()
1105 .put(StructuredName.MIDDLE_NAME, "M") in testMultiBytePropV30()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java207 final String middleName = contentValues.getAsString(StructuredName.MIDDLE_NAME); in containsNonEmptyName()
293 final String middleName = contentValues.getAsString(StructuredName.MIDDLE_NAME); in appendNamePropertiesV40()
397 final String middleName = contentValues.getAsString(StructuredName.MIDDLE_NAME); in appendNameProperties()
DVCardEntry.java187 builder.withValue(StructuredName.MIDDLE_NAME, mMiddle); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java5849 public static final String MIDDLE_NAME = DATA5; field in ContactsContract.CommonDataKinds.StructuredName
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24193 field public static final java.lang.String MIDDLE_NAME = "data5";
/frameworks/base/non-updatable-api/
Dcurrent.txt37778 field public static final String MIDDLE_NAME = "data5";
/frameworks/base/api/
Dcurrent.txt37922 field public static final String MIDDLE_NAME = "data5";