Stay organized with collections
Save and categorize content based on your preferences.
public
static
interface
ContactsContract.PhoneticNameStyle
android.provider.ContactsContract.PhoneticNameStyle
|
Constants for various styles of capturing the pronunciation of a person's name.
Summary
Constants |
int |
JAPANESE
Hiragana and Katakana are two common styles of writing out the pronunciation
of a Japanese names.
|
int |
KOREAN
Hangul is the Korean phonetic alphabet.
|
int |
PINYIN
Pinyin is a phonetic method of entering Chinese characters.
|
int |
UNDEFINED
|
Constants
JAPANESE
public static final int JAPANESE
Hiragana and Katakana are two common styles of writing out the pronunciation
of a Japanese names.
Constant Value:
4
(0x00000004)
KOREAN
public static final int KOREAN
Hangul is the Korean phonetic alphabet.
Constant Value:
5
(0x00000005)
PINYIN
public static final int PINYIN
Pinyin is a phonetic method of entering Chinese characters. Typically not explicitly
shown in UIs, but used for searches and sorting.
Constant Value:
3
(0x00000003)
UNDEFINED
public static final int UNDEFINED
Constant Value:
0
(0x00000000)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ContactsContract.PhoneticNameStyle\n\nAdded in [API level 11](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nContactsContract.PhoneticNameStyle\n==================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/ContactsContract.PhoneticNameStyle \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nContactsContract.PhoneticNameStyle\n`\n\n\n`\n\n\n`\n\n|-----------------------------------------------------|\n| android.provider.ContactsContract.PhoneticNameStyle |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nConstants for various styles of capturing the pronunciation of a person's name.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [JAPANESE](/reference/android/provider/ContactsContract.PhoneticNameStyle#JAPANESE) Hiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names. |\n| `int` | [KOREAN](/reference/android/provider/ContactsContract.PhoneticNameStyle#KOREAN) Hangul is the Korean phonetic alphabet. |\n| `int` | [PINYIN](/reference/android/provider/ContactsContract.PhoneticNameStyle#PINYIN) Pinyin is a phonetic method of entering Chinese characters. |\n| `int` | [UNDEFINED](/reference/android/provider/ContactsContract.PhoneticNameStyle#UNDEFINED) |\n\nConstants\n---------\n\n### JAPANESE\n\nAdded in [API level 11](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int JAPANESE\n```\n\nHiragana and Katakana are two common styles of writing out the pronunciation\nof a Japanese names.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\n### KOREAN\n\nAdded in [API level 11](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int KOREAN\n```\n\nHangul is the Korean phonetic alphabet.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n5\n(0x00000005)\n\n\n### PINYIN\n\nAdded in [API level 11](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int PINYIN\n```\n\nPinyin is a phonetic method of entering Chinese characters. Typically not explicitly\nshown in UIs, but used for searches and sorting.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\n### UNDEFINED\n\nAdded in [API level 11](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int UNDEFINED\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]