|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecta_vcard.android.provider.Contacts
public class Contacts
The Contacts provider stores all information about contacts.
Nested Class Summary | |
---|---|
static class |
Contacts.ContactMethods
A subdirectory of a single person that contains all of their ContactMethods. |
static interface |
Contacts.ContactMethodsColumns
Columns from the ContactMethods table that other tables join into themseleves. |
static interface |
Contacts.OrganizationColumns
Columns from the Organizations table that other columns join into themselves. |
static interface |
Contacts.PeopleColumns
Columns from the People table that other tables join into themselves. |
static class |
Contacts.Phones
A sub directory of a single person that contains all of their Phones. |
static interface |
Contacts.PhonesColumns
Columns from the Phones table that other columns join into themselves. |
Field Summary | |
---|---|
static java.lang.String |
AUTHORITY
|
static int |
KIND_EMAIL
Signifies an email address row that is stored in the ContactMethods table |
static int |
KIND_IM
Signifies an IM address row that is stored in the ContactMethods table |
static int |
KIND_ORGANIZATION
Signifies an Organization row that is stored in the Organizations table |
static int |
KIND_PHONE
Signifies an Phone row that is stored in the Phones table |
static int |
KIND_POSTAL
Signifies a postal address row that is stored in the ContactMethods table |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String AUTHORITY
public static final int KIND_EMAIL
public static final int KIND_POSTAL
public static final int KIND_IM
public static final int KIND_ORGANIZATION
public static final int KIND_PHONE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |