|
Build 1.0_r1(from source) | |||||||||
| 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 String |
ISPRIMARY
Whether this is the primary phone number |
static String |
LABEL
The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. |
static String |
NUMBER
The phone number as the user entered it. |
static String |
NUMBER_KEY
The normalized phone number |
static 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 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 String LABEL
Type: TEXT
static final String NUMBER
Type: TEXT
static final String NUMBER_KEY
Type: TEXT
static final String ISPRIMARY
Type: INTEGER (if set, non-0 means true)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||