android.provider
Class Contacts

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

Deprecated.

@Deprecated
public class Contacts
extends Object


Nested Class Summary
static class Contacts.ContactMethods
          Deprecated. 
static interface Contacts.ContactMethodsColumns
          Deprecated. 
static class Contacts.Extensions
          Deprecated. 
static interface Contacts.ExtensionsColumns
          Deprecated. 
static class Contacts.GroupMembership
          Deprecated. 
static class Contacts.Groups
          Deprecated. 
static interface Contacts.GroupsColumns
          Deprecated. 
static class Contacts.Intents
          Deprecated. 
static interface Contacts.OrganizationColumns
          Deprecated. 
static class Contacts.Organizations
          Deprecated. 
static class Contacts.People
          Deprecated. 
static interface Contacts.PeopleColumns
          Deprecated. 
static class Contacts.Phones
          Deprecated. 
static interface Contacts.PhonesColumns
          Deprecated. 
static class Contacts.Photos
          Deprecated. 
static interface Contacts.PhotosColumns
          Deprecated. 
static interface Contacts.PresenceColumns
          Deprecated. 
static class Contacts.Settings
          Deprecated. 
static interface Contacts.SettingsColumns
          Deprecated. 
 
Field Summary
static String AUTHORITY
          Deprecated.  
static Uri CONTENT_URI
          Deprecated.  
static int KIND_EMAIL
          Deprecated.  
static int KIND_IM
          Deprecated.  
static int KIND_ORGANIZATION
          Deprecated.  
static int KIND_PHONE
          Deprecated.  
static int KIND_POSTAL
          Deprecated.  
 
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 String AUTHORITY
Deprecated. 
See Also:
Constant Field Values

CONTENT_URI

public static final Uri CONTENT_URI
Deprecated. 

KIND_EMAIL

public static final int KIND_EMAIL
Deprecated. 
See Also:
Constant Field Values

KIND_POSTAL

public static final int KIND_POSTAL
Deprecated. 
See Also:
Constant Field Values

KIND_IM

public static final int KIND_IM
Deprecated. 
See Also:
Constant Field Values

KIND_ORGANIZATION

public static final int KIND_ORGANIZATION
Deprecated. 
See Also:
Constant Field Values

KIND_PHONE

public static final int KIND_PHONE
Deprecated. 
See Also:
Constant Field Values


Copyright © 2008-2010. All Rights Reserved.