Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java422 .put(StructuredName.GIVEN_NAME, "Roid") in testV21SimpleCase1_Type_Generic()
431 .put(StructuredName.GIVEN_NAME, "Roid") in testV21SimpleCase1_Type_Japanese()
450 .put(StructuredName.GIVEN_NAME, "Roid") in testV21SimpleCase3()
477 .put(StructuredName.GIVEN_NAME, "A;B\\") in testV21BackslashCase()
614 .put(StructuredName.GIVEN_NAME, "Forrest") in testV21ComplicatedCase()
689 .put(StructuredName.GIVEN_NAME, "Omega") in testInvalidMultipleLineV21()
740 .put(StructuredName.GIVEN_NAME, "Roid") in testV30Simple()
848 .put(StructuredName.GIVEN_NAME, "\u30ED\u30A4\u30C9\u0031") in testV21Japanese2_Type_Generic_Utf8()
1012 .put(StructuredName.GIVEN_NAME, "Conference Call") in testTolerateInvalidCommentLikeLineV21()
1033 .put(StructuredName.GIVEN_NAME, "G") in testPagerV30()
[all …]
DVCardTestUtilsTests.java61 .put(StructuredName.GIVEN_NAME, "A;B\\") in testShouldFailAtContentValueVerification()
82 .put(StructuredName.GIVEN_NAME, ";") in testShouldFailAtLineVerification()
DVCardExporterTests.java55 .put(StructuredName.GIVEN_NAME, "Roid"); in testSimpleV21()
66 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameBasic()
104 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUsePrimaryCommon()
113 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameUsePrimaryCommon()
127 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2") in testStructuredNameUsePrimaryCommon()
164 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUseSuperPrimaryCommon()
173 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2") in testStructuredNameUseSuperPrimaryCommon()
183 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameUseSuperPrimaryCommon()
192 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName3") in testStructuredNameUseSuperPrimaryCommon()
234 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNamePhoneticNameCommon()
[all …]
DVCardJapanizationTests.java40 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameUtf8Common()
68 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameShiftJis()
90 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameDoCoMo()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java208 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME); in containsNonEmptyName()
294 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME); in appendNamePropertiesV40()
398 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME); in appendNameProperties()
DVCardEntry.java169 builder.withValue(StructuredName.GIVEN_NAME, mGiven); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java5598 public static final String GIVEN_NAME = DATA2; field in ContactsContract.CommonDataKinds.StructuredName
/frameworks/base/api/
Dcurrent.txt25438 field public static final java.lang.String GIVEN_NAME = "data2";
Dsystem-current.txt27394 field public static final java.lang.String GIVEN_NAME = "data2";