Android
android.provider
public static interface

android.provider.Contacts.PeopleColumns

android.provider.Contacts.PeopleColumns

Columns from the People table that other tables join into themselves.

Known Indirect Subclasses

Summary

Constants

      Value  
String  CUSTOM_RINGTONE  A custom ringtone associated with a person.  "custom_ringtone" 
String  DISPLAY_NAME  The display name.  "display_name" 
String  LAST_TIME_CONTACTED  The last time a person was contacted.  "last_time_contacted" 
String  NAME  The persons name.  "name" 
String  NOTES  Notes about the person.  "notes" 
String  PHOTO_VERSION  The server version of the photo

Type: TEXT (the version number portion of the photo URI)

 
"photo_version" 
String  SEND_TO_VOICEMAIL  Whether the person should always be sent to voicemail.  "send_to_voicemail" 
String  STARRED  Is the contact starred?

Type: INTEGER (boolean)

 
"starred" 
String  TIMES_CONTACTED  The number of times a person has been contacted

Type: INTEGER

 
"times_contacted" 

Details

Constants

public static final String CUSTOM_RINGTONE

A custom ringtone associated with a person. Not always present.

Type: TEXT (URI to the ringtone)

Constant Value: "custom_ringtone"

public static final String DISPLAY_NAME

The display name. If name is not null name, else if number is not null number, else if email is not null email.

Type: TEXT

Constant Value: "display_name"

public static final String LAST_TIME_CONTACTED

The last time a person was contacted.

Type: INTEGER

Constant Value: "last_time_contacted"

public static final String NAME

The persons name.

Type: TEXT

Constant Value: "name"

public static final String NOTES

Notes about the person.

Type: TEXT

Constant Value: "notes"

public static final String PHOTO_VERSION

The server version of the photo

Type: TEXT (the version number portion of the photo URI)

Constant Value: "photo_version"

public static final String SEND_TO_VOICEMAIL

Whether the person should always be sent to voicemail. Not always present.

Type: INTEGER (0 for false, 1 for true)

Constant Value: "send_to_voicemail"

public static final String STARRED

Is the contact starred?

Type: INTEGER (boolean)

Constant Value: "starred"

public static final String TIMES_CONTACTED

The number of times a person has been contacted

Type: INTEGER

Constant Value: "times_contacted"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48