| ActivityInfo |
Information you can retrieve about a particular application
activity or receiver. |
| ActivityManager.RecentTaskInfo |
Information you can retrieve about tasks that the user has most recently
started or visited. |
| ActivityManager.RunningTaskInfo |
Information you can retrieve about a particular task that is currently
"running" in the system. |
| ActivityPendingResult |
This object provides a token for an existing activity, which can be used to
send results back to that activity, whether or not that activity is
currently running. |
| Address |
A class representing an Address, i.e, a set of Strings describing a location. |
| ApplicationInfo |
Information you can retrieve about a particular application. |
| Bitmap |
|
| Bundle |
A mapping from String values to various Parcelable types. |
| ComponentName |
Identifier for a specific application component
(Activity, Service,
IntentReceiver, or
ContentProvider) that is available. |
| ContentValues |
This class is used to store a set of values that the ContentResolver
can process. |
| Criteria |
A class indicating the application criteria for selecting a
location provider. |
| CursorWindow |
A buffer containing multiple cursor rows. |
| InstrumentationInfo |
Information you can retrieve about a particular piece of test
instrumentation. |
| Intent |
An intent is an abstract description of an operation to be performed. |
| IntentFilter |
Structured description of Intent values to be matched. |
| KeyEvent |
Contains constants for key events. |
| Location |
A class representing a geographic location sensed at a particular
time (a "fix"). |
| MergeResult |
The result of the merge() call. |
| MergeStats |
|
| Message |
Defines a Message that can be placed in a MessageQueue for
scheduled execution of a Runnable object. |
| MotionEvent |
Object used to report movement (mouse, pen, finger) events. |
| Notification |
A class that represents how a persistent notification is to be presented to
the user using the NotificationManager. |
| PackageInfo |
Overall information about the contents of a package. |
| ParcelFileDescriptor |
The FileDescriptor returned by readFileDescriptor(), allowing
you to close it when done with it. |
| PermissionInfo |
Information you can retrieve about a particular security permission
known to the system. |
| Presence |
A Presence is an abstract presentation of the user's presence
information. |
| ProviderInfo |
Holds information about a specific
content provider. |
| Rect |
Rect holds four integer coordinates for a rectangle. |
| Region |
|
| RemoteViews |
A class that describes a view hierarchy that can be displayed in
another process. |
| ResolveInfo |
Information that is returned from resolving an intent
against an IntentFilter. |
| Resources.Configuration |
This class describes all device configuration information that can
impact the resources the application retrieves. |
| ServiceInfo |
Information you can retrieve about a particular application
service. |
| SmsRawData |
A parcelable holder class of byte[] for ISms aidl implementation
|
| Surface |
|
| SyncAdapter.SyncData |
Used by getServerDiffs() to track the sync progress for a given
sync adapter. |
| TrivialSyncData |
An implementation of SyncData that contains nothing but is suitable for use
by implementations of SyncAdapter that don't need their own specialization
of SyncData. |
| Uri |
This class allows you to create, decode, parse, and examine immutable
URI reference objects that conform to
RFC 2396. |
| WindowManager.LayoutParams |
|