Searched refs:GIVEN_NAME (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 422 .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() 631 .put(StructuredName.GIVEN_NAME, "Forrest") in testComplicatedCase() 709 .put(StructuredName.GIVEN_NAME, "Omega") in testInvalidMultipleLineV21() 760 .put(StructuredName.GIVEN_NAME, "Roid") in testV30Simple() 868 .put(StructuredName.GIVEN_NAME, "\u30ED\u30A4\u30C9\u0031") in testV21Japanese2_Type_Generic_Utf8() 1065 .put(StructuredName.GIVEN_NAME, "Conference Call") in testTolerateInvalidCommentLikeLineV21() 1086 .put(StructuredName.GIVEN_NAME, "G") in testPagerV30() [all …]
|
D | VCardExporterTests.java | 55 .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 …]
|
D | VCardTestUtilsTests.java | 61 .put(StructuredName.GIVEN_NAME, "A;B\\") in testShouldFailAtContentValueVerification() 82 .put(StructuredName.GIVEN_NAME, ";") in testShouldFailAtLineVerification()
|
D | VCardJapanizationTests.java | 40 .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/ |
D | VCardBuilder.java | 208 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()
|
D | VCardEntry.java | 181 builder.withValue(StructuredName.GIVEN_NAME, mGiven); in constructInsertOperation()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 5831 public static final String GIVEN_NAME = DATA2; field in ContactsContract.CommonDataKinds.StructuredName
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24192 field public static final java.lang.String GIVEN_NAME = "data2";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 37777 field public static final String GIVEN_NAME = "data2";
|
/frameworks/base/api/ |
D | current.txt | 37921 field public static final String GIVEN_NAME = "data2";
|