Home
last modified time | relevance | path

Searched refs:PHONETIC_GIVEN_NAME (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java117 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046"); in testPhoneticNameCommon()
141 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046") in testPhoneticNameCommon()
169 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046"); in testPhoneticNameForMobileV21_1()
181 .put(StructuredName.PHONETIC_GIVEN_NAME, "\uFF80\uFF9B\uFF73") in testPhoneticNameForMobileV21_1()
192 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046"); in testPhoneticNameForMobileV21_2()
200 .put(StructuredName.PHONETIC_GIVEN_NAME, "\uFF80\uFF9B\uFF73") in testPhoneticNameForMobileV21_2()
DVCardImporterTests.java742 .put(StructuredName.PHONETIC_GIVEN_NAME, "android"); in testV30Simple()
778 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21Japanese1Common()
854 .put(StructuredName.PHONETIC_GIVEN_NAME, "\uFF9B\uFF72\uFF84\uFF9E\u0031"); in testV21Japanese2_Type_Generic_Utf8()
918 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21MultipleEntryCase()
940 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21MultipleEntryCase()
962 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21MultipleEntryCase()
1098 .put(StructuredName.PHONETIC_GIVEN_NAME, in testSortAsV40()
DVCardExporterTests.java240 .put(StructuredName.PHONETIC_GIVEN_NAME, "AppropriatePhoneticGiven") in testStructuredNamePhoneticNameCommon()
304 .put(StructuredName.PHONETIC_GIVEN_NAME, "DoNotEmitPhoneticGiven1") in testStructuredNameComplicatedCommon()
315 .put(StructuredName.PHONETIC_GIVEN_NAME, "DoNotEmitPhoneticGiven2") in testStructuredNameComplicatedCommon()
327 .put(StructuredName.PHONETIC_GIVEN_NAME, "AppropriatePhoneticGiven") in testStructuredNameComplicatedCommon()
338 .put(StructuredName.PHONETIC_GIVEN_NAME, "DoNotEmitPhoneticGiven3") in testStructuredNameComplicatedCommon()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java216 contentValues.getAsString(StructuredName.PHONETIC_GIVEN_NAME); in containsNonEmptyName()
315 contentValues.getAsString(StructuredName.PHONETIC_GIVEN_NAME); in appendNamePropertiesV40()
566 contentValues.getAsString(StructuredName.PHONETIC_GIVEN_NAME); in appendPhoneticNameFields()
DVCardEntry.java187 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven); in constructInsertOperation()
202 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mSortString); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java5627 public static final String PHONETIC_GIVEN_NAME = DATA7; field in ContactsContract.CommonDataKinds.StructuredName
/frameworks/base/api/
Dcurrent.txt25441 field public static final java.lang.String PHONETIC_GIVEN_NAME = "data7";
Dsystem-current.txt27397 field public static final java.lang.String PHONETIC_GIVEN_NAME = "data7";