Contains classes for accessing and publishing data on the device. more...
ComponentCallbacks | The set of callback APIs that are common to all application components (Activity, Service, ContentProvider, and Application). |
ContentInsertHandler | Interface to insert data to ContentResolver |
DialogInterface | |
DialogInterface.OnCancelListener | Interface used to allow the creator of a dialog to run some code when the dialog is canceled. |
DialogInterface.OnClickListener | Interface used to allow the creator of a dialog to run some code when an item on the dialog is clicked.. |
DialogInterface.OnDismissListener | Interface used to allow the creator of a dialog to run some code when the dialog is dismissed. |
DialogInterface.OnKeyListener | Interface definition for a callback to be invoked when a key event is dispatched to this dialog. |
DialogInterface.OnMultiChoiceClickListener | Interface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked. |
IContentProvider | The ipc interface to talk to a content provider. |
ISyncAdapter | |
ISyncContext | Interface used by the SyncAdapter to indicate its progress. |
ServiceConnection | Interface for monitoring the state of an application service. |
SharedPreferences | Interface for accessing and modifying preference data returned by getSharedPreferences(String, int). |
SharedPreferences.Editor | Interface used for modifying values in a SharedPreferences object. |
SharedPreferences.OnSharedPreferenceChangeListener | Interface definition for a callback to be invoked when a shared preference is changed. |
SyncUIContext | Class with callback methods for SyncAdapters and ContentProviders that are called in response to the calls on SyncContext. |
AbstractTableMerger | |
AsyncQueryHandler | A helper class to help make handling asynchronous ContentResolver queries easier. |
AsyncQueryHandler.WorkerArgs | |
AsyncQueryHandler.WorkerHandler | |
BroadcastReceiver | Base class for code that will receive intents sent by sendBroadcast(). |
ComponentName | Identifier for a specific application component (Activity, Service, BroadcastReceiver, or ContentProvider) that is available. |
ContentProvider | Content providers are one of the primary building blocks of Android applications, providing content to applications. |
ContentQueryMap | Caches the contents of a cursor into a Map of String->ContentValues and optionally keeps the cache fresh by registering for updates on the content backing the cursor. |
ContentResolver | This class provides applications access to the content model. |
ContentUris | Utility methods useful for working with content Uris, those with a "content" scheme. |
ContentValues | This class is used to store a set of values that the ContentResolver can process. |
Context | Interface to global information about an application environment. |
ContextWrapper | Proxying implementation of Context that simply delegates all of its calls to another Context. |
DefaultDataHandler | insert default data from InputStream, should be in XML format:
if the provider syncs data to the server, the imported data will be synced to the server
Samples:
insert one row
|
Formatter | Utility class to aid in formatting common values that are not covered by the standard java.util.Formatter |
Intent | An intent is an abstract description of an operation to be performed. |
Intent.FilterComparison | Wrapper class holding an Intent and implementing comparisons on it for the purpose of filtering. |
Intent.ShortcutIconResource | Represents a shortcut icon resource. |
IntentFilter | Structured description of Intent values to be matched. |
IntentFilter.AuthorityEntry | This is an entry for a single authority in the Iterator returned by authoritiesIterator(). |
ISyncAdapter.Stub | Local-side IPC implementation stub class. |
ISyncContext.Stub | Local-side IPC implementation stub class. |
MutableContextWrapper | Special version of ContextWrapper that allows the base context to be modified after it is initially set. |
SearchRecentSuggestionsProvider | This superclass can be used to create a simple search suggestions provider for your application. |
SyncableContentProvider | A specialization of the ContentProvider that centralizes functionality used by ContentProviders that are syncable. |
SyncAdapter | |
SyncContext | |
SyncProvider | ContentProvider that tracks the sync data and overall sync history on the device. |
SyncResult | This class is used to store information about the result of a sync |
SyncStateContentProviderHelper | Extends the schema of a ContentProvider to include the _sync_state table and implements query/insert/update/delete to access that table using the authority "syncstate". |
SyncStats | |
SyncStorageEngine | ContentProvider that tracks the sync data and overall sync history on the device. |
TempProviderSyncAdapter | |
TempProviderSyncAdapter.SyncData | Used by getServerDiffs() to track the sync progress for a given sync adapter. |
TempProviderSyncResult | Used to hold data returned from a given phase of a TempProviderSync. |
UriMatcher | Utility class to aid in matching URIs in content providers. |
ActivityNotFoundException | This exception is thrown when a call to startActivity(Intent) or one of its variants fails because an Activity can not be found to execute the given Intent. |
IntentFilter.MalformedMimeTypeException | This exception is thrown when a given MIME type does not have a valid syntax. |
ReceiverCallNotAllowedException | This exception is thrown from registerReceiver(BroadcastReceiver, IntentFilter) and bindService(Intent, ServiceConnection, int) when these methods are being used from an BroadcastReceiver component. |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |