a_vcard.android.provider
Class Contacts.ContactMethods

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

public static final class Contacts.ContactMethods
extends java.lang.Object
implements BaseColumns, Contacts.ContactMethodsColumns, Contacts.PeopleColumns

A subdirectory of a single person that contains all of their ContactMethods.


Field Summary
static java.lang.String CONTENT_DIRECTORY
          The directory twig for this sub-table
static java.lang.String DEFAULT_SORT_ORDER
          The default sort order for this table
 
Fields inherited from interface a_vcard.android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface a_vcard.android.provider.Contacts.ContactMethodsColumns
AUX_DATA, DATA, ISPRIMARY, KIND, LABEL, MOBILE_EMAIL_TYPE_INDEX, MOBILE_EMAIL_TYPE_NAME, TYPE, TYPE_CUSTOM, TYPE_HOME, TYPE_OTHER, TYPE_WORK
 
Fields inherited from interface a_vcard.android.provider.Contacts.PeopleColumns
CUSTOM_RINGTONE, DISPLAY_NAME, LAST_TIME_CONTACTED, NAME, NOTES, PHONETIC_NAME, PHOTO_VERSION, SEND_TO_VOICEMAIL, SORT_STRING, STARRED, TIMES_CONTACTED
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_DIRECTORY

public static final java.lang.String CONTENT_DIRECTORY
The directory twig for this sub-table

See Also:
Constant Field Values

DEFAULT_SORT_ORDER

public static final java.lang.String DEFAULT_SORT_ORDER
The default sort order for this table

See Also:
Constant Field Values