AbstractThreadedSyncAdapter |
An abstract implementation of a SyncAdapter that spawns a thread to invoke a sync operation. |
AsyncQueryHandler |
A helper class to help make handling asynchronous ContentResolver queries easier. |
AsyncQueryHandler.WorkerArgs |
|
AsyncQueryHandler.WorkerHandler |
|
AsyncTaskLoader<D> |
Abstract Loader that provides an AsyncTask to do the work. |
BroadcastReceiver |
Base class for code that will receive intents sent by sendBroadcast(). |
BroadcastReceiver.PendingResult |
State for a result that is pending for a broadcast receiver. |
ClipboardManager |
Interface to the clipboard service, for placing and retrieving text in the global clipboard. |
ClipData |
Representation of a clipped data on the clipboard. |
ClipData.Item |
Description of a single item in a ClipData. |
ClipDescription |
Meta-data describing the contents of a ClipData . |
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. |
ContentProviderClient |
The public interface object used to interact with a specific ContentProvider . |
ContentProviderOperation |
Represents a single operation to be performed as part of a batch of operations. |
ContentProviderOperation.Builder |
Used to add parameters to a ContentProviderOperation . |
ContentProviderResult |
Contains the result of the application of a ContentProviderOperation . |
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 Uri objects that use the "content" (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. |
CursorLoader |
A loader that queries the ContentResolver and returns a Cursor . |
Entity |
A representation of a item using ContentValues. |
Entity.NamedContentValues |
|
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/live folder 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() . |
IntentSender |
A description of an Intent and target action to perform with it. |
Loader<D> |
A class that performs asynchronous loading of data. |
Loader.ForceLoadContentObserver |
An implementation of a ContentObserver that takes care of connecting it to the Loader to have the loader re-load its data when the observer is told it has changed. |
MutableContextWrapper |
Special version of ContextWrapper that allows the base context to be modified after it is initially set. |
PeriodicSync |
Value type that contains information about a periodic sync. |
RestrictionEntry |
Applications can expose restrictions for a restricted user on a multiuser device. |
RestrictionsManager |
Provides a mechanism for apps to query restrictions imposed by an entity that manages the user. |
SearchRecentSuggestionsProvider |
This superclass can be used to create a simple search suggestions provider for your application. |
SyncAdapterType |
Value type that represents a SyncAdapterType. |
SyncContext |
|
SyncInfo |
Information about the sync operation that is currently underway. |
SyncRequest |
Convenience class to construct sync requests. |
SyncRequest.Builder |
Builder class for a @link SyncRequest. |
SyncResult |
This class is used to communicate the results of a sync operation to the SyncManager. |
SyncStats |
Used to record various statistics about the result of a sync operation. |
UriMatcher |
Utility class to aid in matching URIs in content providers. |
UriPermission |
Description of a single Uri permission grant. |