/**@class android.provider.Contacts.Presence
 implements android.provider.BaseColumns

 implements android.provider.Contacts.PresenceColumns

 implements android.provider.Contacts.PeopleColumns

@extends java.lang.Object

 Contains presence information about contacts.
 @hide
 @deprecated see {@link android.provider.ContactsContract}
*/
var Presence = {

/** The content:// style URL for this table
 @deprecated see {@link android.provider.ContactsContract}
*/
CONTENT_URI : "null",
/** The ID of the person this presence item is assigned to.
 <P>Type: INTEGER (long)</P>
 @deprecated see {@link android.provider.ContactsContract}
*/
PERSON_ID : "person",
/**Gets the resource ID for the proper presence icon.
@param {Number} status the status to get the icon for
@return {Number} the resource ID for the proper presence icon
@deprecated see {@link android.provider.ContactsContract}
*/
getPresenceIconResourceId : function(  ) {},

/**Sets a presence icon to the proper graphic
@param {Object {ImageView}} icon the icon to to set
@param {Number} serverStatus that status
@deprecated see {@link android.provider.ContactsContract}
*/
setPresenceIcon : function(  ) {},


};