Android
android.provider
public static final class

android.provider.Contacts.Organizations

java.lang.Object
android.provider.Contacts.Organizations BaseColumns Contacts.OrganizationColumns

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

Summary

Constants

      Value  
String  CONTENT_DIRECTORY  The directory twig for this sub-table   "organizations" 
Uri  CONTENT_URI  The content:// style URL for this table      
String  DEFAULT_SORT_ORDER  The default sort order for this table   "company, title, isprimary ASC" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.Contacts.OrganizationColumns

Public Methods

    final  static    CharSequence  getDisplayLabel(Context context, int type, CharSequence label)
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_DIRECTORY

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

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "company, title, isprimary ASC"

Public Methods

public static final CharSequence getDisplayLabel(Context context, int type, CharSequence label)

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