public static interface ContactsContract.PhoneticNameStyle
Modifier and Type | Field and Description |
---|---|
static int |
JAPANESE
Hiragana and Katakana are two common styles of writing out the pronunciation
of a Japanese names.
|
static int |
KOREAN
Hangul is the Korean phonetic alphabet.
|
static int |
PINYIN
Pinyin is a phonetic method of entering Chinese characters.
|
static int |
UNDEFINED |
static final int UNDEFINED
static final int PINYIN
static final int JAPANESE
static final int KOREAN