a_vcard.android.provider
Class Contacts.Phones

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

public static final class Contacts.Phones
extends java.lang.Object
implements BaseColumns, Contacts.PhonesColumns, Contacts.PeopleColumns

A sub directory of a single person that contains all of their Phones.


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.PhonesColumns
ISPRIMARY, LABEL, NUMBER, NUMBER_KEY, TYPE, TYPE_CUSTOM, TYPE_FAX_HOME, TYPE_FAX_WORK, TYPE_HOME, TYPE_MOBILE, TYPE_OTHER, TYPE_PAGER, 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