FileDocCategorySizeDatePackage
Contacts.javaAPI DocAndroid 1.5 API63372Wed May 06 22:41:56 BST 2009android.provider

Contacts

public class Contacts extends Object
The Contacts provider stores all information about contacts.

Fields Summary
private static final String
TAG
public static final String
AUTHORITY
public static final android.net.Uri
CONTENT_URI
The content:// style URL for this provider
public static final int
KIND_EMAIL
Signifies an email address row that is stored in the ContactMethods table
public static final int
KIND_POSTAL
Signifies a postal address row that is stored in the ContactMethods table
public static final int
KIND_IM
Signifies an IM address row that is stored in the ContactMethods table
public static final int
KIND_ORGANIZATION
Signifies an Organization row that is stored in the Organizations table
public static final int
KIND_PHONE
Signifies an Phone row that is stored in the Phones table
Constructors Summary
private Contacts()
no public constructor since this is a utility class


                  
      
Methods Summary