|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Contacts.PhonesColumns
Columns from the Phones table that other columns join into themselves.
Field Summary | |
---|---|
static java.lang.String |
ISPRIMARY
Whether this is the primary phone number |
static java.lang.String |
LABEL
The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. |
static java.lang.String |
NUMBER
The phone number as the user entered it. |
static java.lang.String |
NUMBER_KEY
The normalized phone number |
static java.lang.String |
TYPE
The type of the the phone number. |
static int |
TYPE_CUSTOM
|
static int |
TYPE_FAX_HOME
|
static int |
TYPE_FAX_WORK
|
static int |
TYPE_HOME
|
static int |
TYPE_MOBILE
|
static int |
TYPE_OTHER
|
static int |
TYPE_PAGER
|
static int |
TYPE_WORK
|
Field Detail |
---|
static final java.lang.String TYPE
Type: INTEGER (one of the constants below)
static final int TYPE_CUSTOM
static final int TYPE_HOME
static final int TYPE_MOBILE
static final int TYPE_WORK
static final int TYPE_FAX_WORK
static final int TYPE_FAX_HOME
static final int TYPE_PAGER
static final int TYPE_OTHER
static final java.lang.String LABEL
Type: TEXT
static final java.lang.String NUMBER
Type: TEXT
static final java.lang.String NUMBER_KEY
Type: TEXT
static final java.lang.String ISPRIMARY
Type: INTEGER (if set, non-0 means true)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |