Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/pim/vcard/
DVCardTestUtilsTests.java61 .put(StructuredName.GIVEN_NAME, "A;B\\") in testShouldFailAtContentValueVerification()
82 .put(StructuredName.GIVEN_NAME, ";") in testShouldFailAtLineVerification()
DVCardExporterTests.java52 .put(StructuredName.GIVEN_NAME, "Roid"); in testSimpleV21()
63 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameBasic()
101 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUsePrimaryCommon()
110 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameUsePrimaryCommon()
124 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2") in testStructuredNameUsePrimaryCommon()
161 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUseSuperPrimaryCommon()
170 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2") in testStructuredNameUseSuperPrimaryCommon()
180 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameUseSuperPrimaryCommon()
189 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName3") in testStructuredNameUseSuperPrimaryCommon()
231 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNamePhoneticNameCommon()
[all …]
DVCardImporterTests.java421 .put(StructuredName.GIVEN_NAME, "Roid") in testV21SimpleCase1_Type_Generic()
430 .put(StructuredName.GIVEN_NAME, "Roid") in testV21SimpleCase1_Type_Japanese()
449 .put(StructuredName.GIVEN_NAME, "Roid") in testV21SimpleCase3()
476 .put(StructuredName.GIVEN_NAME, "A;B\\") in testV21BackslashCase()
613 .put(StructuredName.GIVEN_NAME, "Forrest") in testV21ComplicatedCase()
688 .put(StructuredName.GIVEN_NAME, "Omega") in testInvalidMultipleLineV21()
718 .put(StructuredName.GIVEN_NAME, "Roid") in testV30Simple()
828 .put(StructuredName.GIVEN_NAME, "\u30ED\u30A4\u30C9\u0031") in testV21Japanese2_Type_Generic_Utf8()
992 .put(StructuredName.GIVEN_NAME, "Conference Call") in testTolerateInvalidCommentLikeLineV21()
1013 .put(StructuredName.GIVEN_NAME, "G") in testPagerV30()
[all …]
DVCardJapanizationTests.java38 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameUtf8Common()
66 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameShiftJis()
88 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameDoCoMo()
/frameworks/base/core/java/android/pim/vcard/
DVCardBuilder.java241 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME); in containsNonEmptyName()
325 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME); in appendNamePropertiesV40()
428 final String givenName = contentValues.getAsString(StructuredName.GIVEN_NAME); in appendNameProperties()
DVCardEntry.java1147 builder.withValue(StructuredName.GIVEN_NAME, mGivenName); in pushIntoContentResolver()
/frameworks/base/core/java/android/provider/
DContactsContract.java3427 public static final String GIVEN_NAME = DATA2; field in ContactsContract.CommonDataKinds.StructuredName