public static final class

Contacts.Organizations

extends Object
implements BaseColumns Contacts.OrganizationColumns
java.lang.Object
   ↳ android.provider.Contacts.Organizations

Class Overview

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

Summary

Constants
String CONTENT_DIRECTORY The directory twig for this sub-table
Uri CONTENT_URI The content:// style URL for this table
String DEFAULT_SORT_ORDER The default sort order for this table
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.Contacts.OrganizationColumns
Public Methods
final static CharSequence getDisplayLabel(Context context, int type, CharSequence label)
[Expand]
Inherited Methods
From class java.lang.Object

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)