Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardTestUtilsTests.java61 .put(StructuredName.GIVEN_NAME, "A;B\\") in testShouldFailAtContentValueVerification()
82 .put(StructuredName.GIVEN_NAME, ";") in testShouldFailAtLineVerification()
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()
563 .put(StructuredName.GIVEN_NAME, "Givenname") in testV30adr_types_various()
659 .put(StructuredName.GIVEN_NAME, "Forrest") in testComplicatedCase()
737 .put(StructuredName.GIVEN_NAME, "Omega") in testInvalidMultipleLineV21()
788 .put(StructuredName.GIVEN_NAME, "Roid") in testV30Simple()
896 .put(StructuredName.GIVEN_NAME, "\u30ED\u30A4\u30C9\u0031") in testV21Japanese2_Type_Generic_Utf8()
1093 .put(StructuredName.GIVEN_NAME, "Conference Call") in testTolerateInvalidCommentLikeLineV21()
[all …]
DVCardExporterTests.java56 .put(StructuredName.GIVEN_NAME, "Roid"); in testSimpleV21()
67 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameBasic()
105 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUsePrimaryCommon()
114 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameUsePrimaryCommon()
128 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2") in testStructuredNameUsePrimaryCommon()
165 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUseSuperPrimaryCommon()
174 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName2") in testStructuredNameUseSuperPrimaryCommon()
184 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameUseSuperPrimaryCommon()
193 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName3") in testStructuredNameUseSuperPrimaryCommon()
235 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNamePhoneticNameCommon()
[all …]
DVCardJapanizationTests.java41 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameUtf8Common()
69 .put(StructuredName.GIVEN_NAME, "\u3091\u308A\u304B") in testNameShiftJis()
91 .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.java181 builder.withValue(StructuredName.GIVEN_NAME, mGiven); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java6029 public static final String GIVEN_NAME = DATA2; field in ContactsContract.CommonDataKinds.StructuredName
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24192 field public static final java.lang.String GIVEN_NAME = "data2";
/frameworks/base/core/api/
Dcurrent.txt36405 field public static final String GIVEN_NAME = "data2";