Home
last modified time | relevance | path

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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java118 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046"); in testPhoneticNameCommon()
142 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046") in testPhoneticNameCommon()
170 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046"); in testPhoneticNameForMobileV21_1()
182 .put(StructuredName.PHONETIC_GIVEN_NAME, "\uFF80\uFF9B\uFF73") in testPhoneticNameForMobileV21_1()
193 .put(StructuredName.PHONETIC_GIVEN_NAME, "\u305F\u308D\u3046"); in testPhoneticNameForMobileV21_2()
201 .put(StructuredName.PHONETIC_GIVEN_NAME, "\uFF80\uFF9B\uFF73") in testPhoneticNameForMobileV21_2()
DVCardImporterTests.java790 .put(StructuredName.PHONETIC_GIVEN_NAME, "android"); in testV30Simple()
826 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21Japanese1Common()
902 .put(StructuredName.PHONETIC_GIVEN_NAME, "\uFF9B\uFF72\uFF84\uFF9E\u0031"); in testV21Japanese2_Type_Generic_Utf8()
999 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21MultipleEntryCase()
1021 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21MultipleEntryCase()
1043 .put(StructuredName.PHONETIC_GIVEN_NAME, in testV21MultipleEntryCase()
1179 .put(StructuredName.PHONETIC_GIVEN_NAME, in testSortAsV40()
DVCardExporterTests.java241 .put(StructuredName.PHONETIC_GIVEN_NAME, "AppropriatePhoneticGiven") in testStructuredNamePhoneticNameCommon()
305 .put(StructuredName.PHONETIC_GIVEN_NAME, "DoNotEmitPhoneticGiven1") in testStructuredNameComplicatedCommon()
316 .put(StructuredName.PHONETIC_GIVEN_NAME, "DoNotEmitPhoneticGiven2") in testStructuredNameComplicatedCommon()
328 .put(StructuredName.PHONETIC_GIVEN_NAME, "AppropriatePhoneticGiven") in testStructuredNameComplicatedCommon()
339 .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.java199 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mPhoneticGiven); in constructInsertOperation()
214 builder.withValue(StructuredName.PHONETIC_GIVEN_NAME, mSortString); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java6058 public static final String PHONETIC_GIVEN_NAME = DATA7; 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.txt24195 field public static final java.lang.String PHONETIC_GIVEN_NAME = "data7";
/frameworks/base/core/api/
Dcurrent.txt36408 field public static final String PHONETIC_GIVEN_NAME = "data7";