Searched refs:GIVEN_NAME (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/pim/vcard/ |
D | VCardTestUtilsTests.java | 61 .put(StructuredName.GIVEN_NAME, "A;B\\") in testShouldFailAtContentValueVerification() 82 .put(StructuredName.GIVEN_NAME, ";") in testShouldFailAtLineVerification()
|
D | VCardExporterTests.java | 52 .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 …]
|
D | VCardImporterTests.java | 421 .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 …]
|
D | VCardJapanizationTests.java | 38 .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/ |
D | VCardBuilder.java | 241 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()
|
D | VCardEntry.java | 1147 builder.withValue(StructuredName.GIVEN_NAME, mGivenName); in pushIntoContentResolver()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 3427 public static final String GIVEN_NAME = DATA2; field in ContactsContract.CommonDataKinds.StructuredName
|