English
|
Site Directory
e.g. "intent" or "activity"
e.g. "intent" or "activity"
Android - An Open Handset Alliance Project
Home
Docs
FAQ
Blog
Group
Terms
Documentation
What is Android?
Getting Started
Installing the SDK
Hello Android
Anatomy of an App
Tutorial
Development Tools
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
Google APIs and Services
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
Sample Code
API Demos
Lunar Lander
Note Pad
FAQs
General
Common Tasks
Troubleshooting
Open Source Licensing
Application Framework
Goodies
android.provider
public interface
android.provider.BaseColumns
android.provider.BaseColumns
Known Indirect Subclasses
Browser.BookmarkColumns
,
Browser.SearchColumns
,
CallLog.Calls
,
Contacts.ContactMethods
,
Contacts.People
,
Contacts.People.ContactMethods
,
Contacts.People.Phones
,
Contacts.Phones
,
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.People
This table contains people.
Contacts.People.ContactMethods
A subdirectory of a single person that contains all of their ContactMethods.
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.
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"
Build m5-rc15i - 10 Jun 2008 13:54