public static interface ContactsContract.FullNameStyle
Modifier and Type | Field and Description |
---|---|
static int |
CHINESE |
static int |
CJK
Used if the name is written in Hanzi/Kanji/Hanja and we could not determine
which specific language it belongs to: Chinese, Japanese or Korean.
|
static int |
JAPANESE |
static int |
KOREAN |
static int |
UNDEFINED |
static int |
WESTERN |
static final int UNDEFINED
static final int WESTERN
static final int CJK
static final int CHINESE
static final int JAPANESE
static final int KOREAN