android.provider
public
static
final
class
android.provider.Contacts.Organizations
A sub directory of a single person that contains all of their Phones.
Summary
Constants
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
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