a_vcard.android.provider
Class Contacts

java.lang.Object
  extended by a_vcard.android.provider.Contacts

public class Contacts
extends java.lang.Object

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

AUTHORITY

public static final java.lang.String AUTHORITY
See Also:
Constant Field Values

KIND_EMAIL

public static final int KIND_EMAIL
Signifies an email address row that is stored in the ContactMethods table

See Also:
Constant Field Values

KIND_POSTAL

public static final int KIND_POSTAL
Signifies a postal address row that is stored in the ContactMethods table

See Also:
Constant Field Values

KIND_IM

public static final int KIND_IM
Signifies an IM address row that is stored in the ContactMethods table

See Also:
Constant Field Values

KIND_ORGANIZATION

public static final int KIND_ORGANIZATION
Signifies an Organization row that is stored in the Organizations table

See Also:
Constant Field Values

KIND_PHONE

public static final int KIND_PHONE
Signifies an Phone row that is stored in the Phones table

See Also:
Constant Field Values