android.provider
Class Contacts.ContactMethods

java.lang.Object
  extended by android.provider.Contacts.ContactMethods
All Implemented Interfaces:
BaseColumns, Contacts.ContactMethodsColumns, Contacts.PeopleColumns
Enclosing class:
Contacts

Deprecated.

@Deprecated
public static final class Contacts.ContactMethods
extends Object
implements BaseColumns, Contacts.ContactMethodsColumns, Contacts.PeopleColumns


Field Summary
static String CONTENT_EMAIL_ITEM_TYPE
          Deprecated.  
static String CONTENT_EMAIL_TYPE
          Deprecated.  
static Uri CONTENT_EMAIL_URI
          Deprecated.  
static String CONTENT_IM_ITEM_TYPE
          Deprecated.  
static String CONTENT_POSTAL_ITEM_TYPE
          Deprecated.  
static String CONTENT_POSTAL_TYPE
          Deprecated.  
static String CONTENT_TYPE
          Deprecated.  
static Uri CONTENT_URI
          Deprecated.  
static String DEFAULT_SORT_ORDER
          Deprecated.  
static String PERSON_ID
          Deprecated.  
static String POSTAL_LOCATION_LATITUDE
          Deprecated.  
static String POSTAL_LOCATION_LONGITUDE
          Deprecated.  
static int PROTOCOL_AIM
          Deprecated.  
static int PROTOCOL_GOOGLE_TALK
          Deprecated.  
static int PROTOCOL_ICQ
          Deprecated.  
static int PROTOCOL_JABBER
          Deprecated.  
static int PROTOCOL_MSN
          Deprecated.  
static int PROTOCOL_QQ
          Deprecated.  
static int PROTOCOL_SKYPE
          Deprecated.  
static int PROTOCOL_YAHOO
          Deprecated.  
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.Contacts.ContactMethodsColumns
AUX_DATA, DATA, ISPRIMARY, KIND, LABEL, TYPE, TYPE_CUSTOM, TYPE_HOME, TYPE_OTHER, TYPE_WORK
 
Fields inherited from interface android.provider.Contacts.PeopleColumns
CUSTOM_RINGTONE, DISPLAY_NAME, LAST_TIME_CONTACTED, NAME, NOTES, PHONETIC_NAME, PHOTO_VERSION, SEND_TO_VOICEMAIL, STARRED, TIMES_CONTACTED
 
Method Summary
 void addPostalLocation(Context context, long postalId, double latitude, double longitude)
          Deprecated.  
static Object decodeImProtocol(String encodedString)
          Deprecated.  
static String encodeCustomImProtocol(String protocolString)
          Deprecated.  
static String encodePredefinedImProtocol(int protocol)
          Deprecated.  
static CharSequence getDisplayLabel(Context context, int kind, int type, CharSequence label)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSTAL_LOCATION_LATITUDE

public static final String POSTAL_LOCATION_LATITUDE
Deprecated. 
See Also:
Constant Field Values

POSTAL_LOCATION_LONGITUDE

public static final String POSTAL_LOCATION_LONGITUDE
Deprecated. 
See Also:
Constant Field Values

PROTOCOL_AIM

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

PROTOCOL_MSN

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

PROTOCOL_YAHOO

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

PROTOCOL_SKYPE

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

PROTOCOL_QQ

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

PROTOCOL_GOOGLE_TALK

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

PROTOCOL_ICQ

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

PROTOCOL_JABBER

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

CONTENT_URI

public static final Uri CONTENT_URI
Deprecated. 

CONTENT_EMAIL_URI

public static final Uri CONTENT_EMAIL_URI
Deprecated. 

CONTENT_TYPE

public static final String CONTENT_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_EMAIL_TYPE

public static final String CONTENT_EMAIL_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_POSTAL_TYPE

public static final String CONTENT_POSTAL_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_EMAIL_ITEM_TYPE

public static final String CONTENT_EMAIL_ITEM_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_POSTAL_ITEM_TYPE

public static final String CONTENT_POSTAL_ITEM_TYPE
Deprecated. 
See Also:
Constant Field Values

CONTENT_IM_ITEM_TYPE

public static final String CONTENT_IM_ITEM_TYPE
Deprecated. 
See Also:
Constant Field Values

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
Deprecated. 
See Also:
Constant Field Values

PERSON_ID

public static final String PERSON_ID
Deprecated. 
See Also:
Constant Field Values
Method Detail

encodePredefinedImProtocol

public static String encodePredefinedImProtocol(int protocol)
Deprecated. 

encodeCustomImProtocol

public static String encodeCustomImProtocol(String protocolString)
Deprecated. 

decodeImProtocol

public static Object decodeImProtocol(String encodedString)
Deprecated. 

getDisplayLabel

public static final CharSequence getDisplayLabel(Context context,
                                                 int kind,
                                                 int type,
                                                 CharSequence label)
Deprecated. 

addPostalLocation

public void addPostalLocation(Context context,
                              long postalId,
                              double latitude,
                              double longitude)
Deprecated. 


Copyright © 2008-2012. All Rights Reserved.