Android
Documentation
What is Android?
Getting Started
Installing the SDK
Upgrading the SDK
Developing/Debugging
Hello Android
Anatomy of an App
Notepad Tutorial
Development Tools
Application Model
Application Life Cycle
Developing Applications
Implementing a UI
Building Blocks
Data Storage and Retrieval
Security Model
Resources and i18n
Developer Toolbox
Design Philosophy
Building Custom Components
Optional APIs
Reference Information
Package Index
Class Index
Class Hierarchy
List of Views
List of Intents
List of Permissions
List of Resource Types
Android IDL
Glossary
Index
FAQs
General
Common Tasks
Troubleshooting
Open Source Licensing
Application Framework
Security
Goodies
android.provider
public interface
android.provider.BaseColumns
android.provider.BaseColumns
Known Indirect Subclasses
Browser.BookmarkColumns
,
Browser.SearchColumns
,
CallLog.Calls
,
Contacts.ContactMethods
,
Contacts.Extensions
,
Contacts.GroupMembership
,
Contacts.Groups
,
Contacts.Organizations
,
Contacts.People
,
Contacts.People.ContactMethods
,
Contacts.People.Extensions
,
Contacts.People.Phones
,
Contacts.Phones
,
Contacts.Photos
,
Contacts.Settings
,
MediaStore.Audio.Albums
,
MediaStore.Audio.Artists
,
MediaStore.Audio.AudioColumns
,
MediaStore.Audio.Genres
,
MediaStore.Audio.Genres.Members
,
MediaStore.Audio.Media
,
MediaStore.Audio.Playlists
,
MediaStore.Audio.Playlists.Members
,
MediaStore.Images.ImageColumns
,
MediaStore.Images.Media
,
MediaStore.Images.Thumbnails
,
MediaStore.MediaColumns
,
MediaStore.Video.Media
,
MediaStore.Video.VideoColumns
,
Settings.NameValueTable
,
Settings.System
Browser.BookmarkColumns
Browser.SearchColumns
CallLog.Calls
Contains the recent calls.
Contacts.ContactMethods
This table stores all non-phone contact methods and a reference to the person that the contact method belongs to.
Contacts.Extensions
The extensions for a person
Contacts.GroupMembership
Contacts.Groups
This table contains the groups for an account.
Contacts.Organizations
A sub directory of a single person that contains all of their Phones.
Contacts.People
This table contains people.
Contacts.People.ContactMethods
A subdirectory of a single person that contains all of their ContactMethods.
Contacts.People.Extensions
The extensions for a person
Contacts.People.Phones
A sub directory of a single person that contains all of their Phones.
Contacts.Phones
This table stores phone numbers and a reference to the person that the contact method belongs to.
Contacts.Photos
The photos over all of the people
Contacts.Settings
The settings over all of the people
MediaStore.Audio.Albums
Contains artists for audio files
MediaStore.Audio.Artists
Contains artists for audio files
MediaStore.Audio.AudioColumns
Columns for audio file that show up in multiple tables.
MediaStore.Audio.Genres
Contains all genres for audio files
MediaStore.Audio.Genres.Members
Sub-directory of each genre containing all members.
MediaStore.Audio.Media
MediaStore.Audio.Playlists
Contains playlists for audio files
MediaStore.Audio.Playlists.Members
Sub-directory of each playlist containing all members.
MediaStore.Images.ImageColumns
MediaStore.Images.Media
MediaStore.Images.Thumbnails
MediaStore.MediaColumns
Common fields for most MediaProvider tables
MediaStore.Video.Media
MediaStore.Video.VideoColumns
Settings.NameValueTable
Common base for tables of name/value settings.
Settings.System
System settings, containing miscellaneous system preferences.
Summary
Constants
Value
String
_COUNT
The count of rows in a directory.
"_count"
String
_ID
The unique ID for a row.
"_id"
Details
Constants
public static final
String
_COUNT
The count of rows in a directory.
Type: INTEGER
Constant Value:
"_count"
public static final
String
_ID
The unique ID for a row.
Type: INTEGER (long)
Constant Value:
"_id"
Copyright 2007
Google Inc.
Build 0.9_r1-98467 - 14 Aug 2008 18:56