English | Site Directory

Android - An Open Handset Alliance Project

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  COMPANY  The persons company name.  "company" 
String  CUSTOM_ICON  An icon associated with a person.  "person_icon" 
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  The persons photo.  "photo" 
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" 
String  TITLE  The persons title.  "title" 

Details

Constants

public static final String COMPANY

The persons company name.

Type: TEXT

Constant Value: "company"

public static final String CUSTOM_ICON

An icon associated with a person. Not always present. Not writable.

Type: TEXT (URI to the icon)

Constant Value: "person_icon"

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

The persons photo.

Type: TEXT (URI to the persons photo)

Constant Value: "photo"

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"

public static final String TITLE

The persons title.

Type: TEXT

Constant Value: "title"
Build m5-rc15i - 10 Jun 2008 13:54