|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Contacts
public class Contacts
The Contacts provider stores all information about contacts.
| Nested Class Summary | |
|---|---|
static class |
Contacts.ContactMethods
This table stores all non-phone contact methods and a reference to the person that the contact method belongs to. |
static interface |
Contacts.ContactMethodsColumns
Columns from the ContactMethods table that other tables join into themseleves. |
static class |
Contacts.Extensions
The extensions for a person |
static interface |
Contacts.ExtensionsColumns
|
static class |
Contacts.GroupMembership
|
static class |
Contacts.Groups
This table contains the groups for an account. |
static interface |
Contacts.GroupsColumns
Columns from the groups table. |
static class |
Contacts.Intents
Contains helper classes used to create or manage Intents
that involve contacts. |
static interface |
Contacts.OrganizationColumns
Columns from the Organizations table that other columns join into themselves. |
static class |
Contacts.Organizations
A sub directory of a single person that contains all of their Phones. |
static class |
Contacts.People
This table contains people. |
static interface |
Contacts.PeopleColumns
Columns from the People table that other tables join into themselves. |
static class |
Contacts.Phones
This table stores phone numbers and a reference to the person that the contact method belongs to. |
static interface |
Contacts.PhonesColumns
Columns from the Phones table that other columns join into themselves. |
static class |
Contacts.Photos
The photos over all of the people |
static interface |
Contacts.PhotosColumns
Columns from the Photos table that other columns join into themselves. |
static class |
Contacts.Presence
Contains presence information about contacts. |
static interface |
Contacts.PresenceColumns
The IM presence columns with some contacts specific columns mixed in. |
static class |
Contacts.Settings
The settings over all of the people |
static interface |
Contacts.SettingsColumns
Columns from the Settings table that other columns join into themselves. |
| Field Summary | |
|---|---|
static String |
AUTHORITY
|
static Uri |
CONTENT_URI
The content:// style URL for this provider |
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 String AUTHORITY
public static final Uri CONTENT_URI
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
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||