Android
android.provider
public static class

android.provider.Contacts.People.Extensions

java.lang.Object
android.provider.Contacts.People.Extensions BaseColumns Contacts.ExtensionsColumns

The extensions for a person

Summary

Constants

      Value  
String  CONTENT_DIRECTORY  The directory twig for this sub-table   "extensions" 
String  DEFAULT_SORT_ORDER  The default sort order for this table   "name ASC" 
String  PERSON_ID  The ID of the person this phone number is assigned to.  "person" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.Contacts.ExtensionsColumns
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table
Constant Value: "extensions"

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "name ASC"

public static final String PERSON_ID

The ID of the person this phone number is assigned to.

Type: INTEGER (long)

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