Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardExporterTests.java54 .put(StructuredName.FAMILY_NAME, "Ando") in testSimpleV21()
65 .put(StructuredName.FAMILY_NAME, "AppropriateFamilyName") in testStructuredNameBasic()
103 .put(StructuredName.FAMILY_NAME, "DoNotEmitFamilyName1") in testStructuredNameUsePrimaryCommon()
112 .put(StructuredName.FAMILY_NAME, "AppropriateFamilyName") in testStructuredNameUsePrimaryCommon()
126 .put(StructuredName.FAMILY_NAME, "DoNotEmitFamilyName2") in testStructuredNameUsePrimaryCommon()
163 .put(StructuredName.FAMILY_NAME, "DoNotEmitFamilyName1") in testStructuredNameUseSuperPrimaryCommon()
172 .put(StructuredName.FAMILY_NAME, "DoNotEmitFamilyName2") in testStructuredNameUseSuperPrimaryCommon()
182 .put(StructuredName.FAMILY_NAME, "AppropriateFamilyName") in testStructuredNameUseSuperPrimaryCommon()
191 .put(StructuredName.FAMILY_NAME, "DoNotEmitFamilyName3") in testStructuredNameUseSuperPrimaryCommon()
233 .put(StructuredName.FAMILY_NAME, "AppropriateFamilyName") in testStructuredNamePhoneticNameCommon()
[all …]
DVCardImporterTests.java421 .put(StructuredName.FAMILY_NAME, "Ando") in testV21SimpleCase1_Type_Generic()
430 .put(StructuredName.FAMILY_NAME, "Ando") in testV21SimpleCase1_Type_Japanese()
449 .put(StructuredName.FAMILY_NAME, "Ando") in testV21SimpleCase3()
613 .put(StructuredName.FAMILY_NAME, "Gump") in testV21ComplicatedCase()
739 .put(StructuredName.FAMILY_NAME, "And") in testV30Simple()
774 .put(StructuredName.FAMILY_NAME, "\u5B89\u85E4\u30ED\u30A4\u30C9") in testV21Japanese1Common()
847 .put(StructuredName.FAMILY_NAME, "\u5B89\u85E4") in testV21Japanese2_Type_Generic_Utf8()
916 .put(StructuredName.FAMILY_NAME, "\u5B89\u85E4\u30ED\u30A4\u30C9\u0033") in testV21MultipleEntryCase()
938 .put(StructuredName.FAMILY_NAME, "\u5B89\u85E4\u30ED\u30A4\u30C9\u0034") in testV21MultipleEntryCase()
960 .put(StructuredName.FAMILY_NAME, "\u5B89\u85E4\u30ED\u30A4\u30C9\u0035") in testV21MultipleEntryCase()
[all …]
DVCardTestUtilsTests.java81 .put(StructuredName.FAMILY_NAME, "\\") in testShouldFailAtLineVerification()
DVCardJapanizationTests.java39 .put(StructuredName.FAMILY_NAME, "\u3075\u308B\u3069") in testNameUtf8Common()
67 .put(StructuredName.FAMILY_NAME, "\u3075\u308B\u3069") in testNameShiftJis()
89 .put(StructuredName.FAMILY_NAME, "\u3075\u308B\u3069") in testNameDoCoMo()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java206 final String familyName = contentValues.getAsString(StructuredName.FAMILY_NAME); in containsNonEmptyName()
292 String familyName = contentValues.getAsString(StructuredName.FAMILY_NAME); in appendNamePropertiesV40()
396 final String familyName = contentValues.getAsString(StructuredName.FAMILY_NAME); in appendNameProperties()
DVCardEntry.java172 builder.withValue(StructuredName.FAMILY_NAME, mFamily); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java5604 public static final String FAMILY_NAME = DATA3; field in ContactsContract.CommonDataKinds.StructuredName
/frameworks/base/api/
Dcurrent.txt25436 field public static final java.lang.String FAMILY_NAME = "data3";
Dsystem-current.txt27392 field public static final java.lang.String FAMILY_NAME = "data3";