Searched refs:PHONETIC_MIDDLE_NAME (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 117 .put(StructuredName.PHONETIC_MIDDLE_NAME, "\u30DF\u30C9\u30EB\u30CD\u30FC\u30E0") in testPhoneticNameCommon() 141 .put(StructuredName.PHONETIC_MIDDLE_NAME, "\u30DF\u30C9\u30EB\u30CD\u30FC\u30E0") in testPhoneticNameCommon() 169 .put(StructuredName.PHONETIC_MIDDLE_NAME, "\u30DF\u30C9\u30EB\u30CD\u30FC\u30E0") in testPhoneticNameForMobileV21_1() 180 .put(StructuredName.PHONETIC_MIDDLE_NAME, in testPhoneticNameForMobileV21_1()
|
D | VCardExporterTests.java | 242 .put(StructuredName.PHONETIC_MIDDLE_NAME, "AppropriatePhoneticMiddle"); in testStructuredNamePhoneticNameCommon() 306 .put(StructuredName.PHONETIC_MIDDLE_NAME, "DoNotEmitPhoneticMiddle1"); in testStructuredNameComplicatedCommon() 317 .put(StructuredName.PHONETIC_MIDDLE_NAME, "DoNotEmitPhoneticMiddle2") in testStructuredNameComplicatedCommon() 329 .put(StructuredName.PHONETIC_MIDDLE_NAME, "AppropriatePhoneticMiddle") in testStructuredNameComplicatedCommon() 340 .put(StructuredName.PHONETIC_MIDDLE_NAME, "DoNotEmitPhoneticMiddle3") in testStructuredNameComplicatedCommon()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 214 contentValues.getAsString(StructuredName.PHONETIC_MIDDLE_NAME); in containsNonEmptyName() 313 contentValues.getAsString(StructuredName.PHONETIC_MIDDLE_NAME); in appendNamePropertiesV40() 564 contentValues.getAsString(StructuredName.PHONETIC_MIDDLE_NAME); in appendPhoneticNameFields()
|
D | VCardEntry.java | 207 builder.withValue(StructuredName.PHONETIC_MIDDLE_NAME, mPhoneticMiddle); in constructInsertOperation()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 6064 public static final String PHONETIC_MIDDLE_NAME = DATA8; field in ContactsContract.CommonDataKinds.StructuredName
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24196 field public static final java.lang.String PHONETIC_MIDDLE_NAME = "data8";
|
/frameworks/base/core/api/ |
D | current.txt | 36409 field public static final String PHONETIC_MIDDLE_NAME = "data8";
|