Contacts.OrganizationColumns
public
static
interface
Contacts.OrganizationColumns
android.provider.Contacts.OrganizationColumns |
This interface was deprecated
in API level 5.
see ContactsContract
Columns from the Organizations table that other columns join into themselves.
Summary
Constants | |
---|---|
String |
COMPANY
This constant is deprecated.
see |
String |
ISPRIMARY
This constant is deprecated.
see |
String |
LABEL
This constant is deprecated.
see |
String |
PERSON_ID
This constant is deprecated.
see |
String |
TITLE
This constant is deprecated.
see |
String |
TYPE
This constant is deprecated.
see |
int |
TYPE_CUSTOM
This constant is deprecated.
see |
int |
TYPE_OTHER
This constant is deprecated.
see |
int |
TYPE_WORK
This constant is deprecated.
see |
Constants
COMPANY
public static final String COMPANY
This constant is deprecated.
see ContactsContract
The name of the company for this organization.
Type: TEXT
Constant Value: "company"
ISPRIMARY
public static final String ISPRIMARY
This constant is deprecated.
see ContactsContract
Whether this is the primary organization
Type: INTEGER (if set, non-0 means true)
Constant Value: "isprimary"
LABEL
public static final String LABEL
This constant is deprecated.
see ContactsContract
The user provided label, only used if TYPE is TYPE_CUSTOM.
Type: TEXT
Constant Value: "label"
PERSON_ID
public static final String PERSON_ID
This constant is deprecated.
see ContactsContract
The person this organization is tied to.
Type: TEXT
Constant Value: "person"
TITLE
public static final String TITLE
This constant is deprecated.
see ContactsContract
The title within this organization.
Type: TEXT
Constant Value: "title"
TYPE
public static final String TYPE
This constant is deprecated.
see ContactsContract
The type of the organizations.
Type: INTEGER (one of the constants below)
Constant Value: "type"
TYPE_CUSTOM
public static final int TYPE_CUSTOM
This constant is deprecated.
see ContactsContract
Constant Value: 0 (0x00000000)
TYPE_OTHER
public static final int TYPE_OTHER
This constant is deprecated.
see ContactsContract
Constant Value: 2 (0x00000002)
TYPE_WORK
public static final int TYPE_WORK
This constant is deprecated.
see ContactsContract
Constant Value: 1 (0x00000001)