Android APIs (Class Index - Android SDK)(一)

这些是Android API(API level: 19)类

类名描述
A
AbortableHttpRequestInterface representing an HTTP request that can be aborted by shuttng down the underlying HTTP connection.
AbsListViewBase class that can be used to implement virtualized lists of items.
AbsListView.LayoutParamsAbsListView extends LayoutParams to provide a place to hold the view type.
AbsListView.MultiChoiceModeListenerA MultiChoiceModeListener receives events for CHOICE_MODE_MULTIPLE_MODAL.
AbsListView.OnScrollListenerInterface definition for a callback to be invoked when the list or grid has been scrolled.
AbsListView.RecyclerListenerA RecyclerListener is used to receive a notification whenever a View is placed inside the RecycleBin’s scrap heap.
AbsListView.SelectionBoundsAdjusterThe top-level view of a list item can implement this interface to allow itself to modify the bounds of the selection shown for that item.
AbsoluteLayoutThis class was deprecated in API level 3. Use FrameLayout, RelativeLayout or a custom layout instead.
AbsoluteLayout.LayoutParamsPer-child layout information associated with AbsoluteLayout.
AbsoluteSizeSpan
AbsSavedStateA Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.
AbsSeekBar
AbsSpinnerAn abstract base class for spinner widgets.
AbstractAccountAuthenticatorAbstract base class for creating AccountAuthenticators.
AbstractAuthenticationHandler
AbstractClientConnAdapterAbstract adapter from operated to managed client connections.
AbstractCollectionClass AbstractCollection is an abstract implementation of the Collection interface.
AbstractConnPoolAn abstract connection pool.
AbstractCookieAttributeHandler
AbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
AbstractCursorThis is an abstract cursor class that handles a lot of the common code that all cursors need to deal with and is provided for convenience reasons.
AbstractCursor.SelfContentObserverCursors use this class to track changes others make to their URI.
AbstractExecutorServiceProvides default implementations of ExecutorService execution methods.
AbstractHttpClientConvenience base class for HTTP client implementations.
AbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer
AbstractHttpEntityAbstract base class for entities.
AbstractHttpMessageBasic implementation of an HTTP message that can be modified.
AbstractHttpParamsAbstract base class for parameter collections.
AbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer
AbstractInputMethodServiceAbstractInputMethodService provides a abstract base class for input methods.
AbstractInputMethodService.AbstractInputMethodImplBase class for derived classes to implement their InputMethod interface.
AbstractInputMethodService.AbstractInputMethodSessionImplBase class for derived classes to implement their InputMethodSession interface.
AbstractInterruptibleChannelAbstractInterruptibleChannel is the root class for interruptible channels.
AbstractListAbstractList is an abstract implementation of the List interface, optimized for a backing store which supports random access.
AbstractMap<K, V>A base class for Map implementations.
AbstractMap.SimpleEntry<K, V>A key-value mapping with mutable values.
AbstractMap.SimpleImmutableEntry<K, V>An immutable key-value mapping.
AbstractMessageParserMessage parser base class.
AbstractMessageWriter
AbstractMethodErrorThrown by the VM when an abstract method is called.
AbstractOwnableSynchronizerA synchronizer that may be exclusively owned by a thread.
AbstractPooledConnAdapterAbstract adapter from pool entries to managed client connections.
AbstractPoolEntryA pool entry for use by connection manager implementations.
AbstractPreferencesThis abstract class is a partial implementation of the abstract class Preferences, which can be used to simplify Preferences provider’s implementation.
AbstractQueueThis class provides skeletal implementations of some Queue operations.
AbstractQueuedLongSynchronizerA version of AbstractQueuedSynchronizer in which synchronization state is maintained as a long.
AbstractQueuedLongSynchronizer.ConditionObjectCondition implementation for a AbstractQueuedLongSynchronizer serving as the basis of a Lock implementation.
AbstractQueuedSynchronizerProvides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.
AbstractQueuedSynchronizer.ConditionObjectCondition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation.
AbstractSelectableChannelAbstractSelectableChannel is the base implementation class for selectable channels.
AbstractSelectionKeyAbstractSelectionKey is the base implementation class for selection keys.
AbstractSelectorAbstractSelector is the base implementation class for selectors.
AbstractSequentialListAbstractSequentialList is an abstract implementation of the List interface.
AbstractSessionInputBufferAbstract base class for session input buffers that stream data from a InputStream.
AbstractSessionOutputBufferAbstract base class for session output buffers that stream data to an OutputStream.
AbstractSetAn AbstractSet is an abstract implementation of the Set interface.
AbstractThreadedSyncAdapterAn abstract implementation of a SyncAdapter that spawns a thread to invoke a sync operation.
AbstractVerifierAbstract base class for all standard X509HostnameVerifier implementations.
AbstractWindowedCursorA base class for Cursors that store their data in CursorWindows.
AccelerateDecelerateInterpolatorAn interpolator where the rate of change starts and ends slowly but accelerates through the middle.
AccelerateInterpolatorAn interpolator where the rate of change starts out slowly and and then accelerates.
AccessControlContextLegacy security code; do not use.
AccessControlExceptionAccessControlException is thrown if the access control infrastructure denies protected access due to missing permissions.
AccessControllerLegacy security code; do not use.
AccessibilityDelegateCompatHelper for accessing View.AccessibilityDelegate introduced after API level 4 in a backwards compatible fashion.
AccessibilityEventThis class represents accessibility events that are sent by the system when something notable happens in the user interface.
AccessibilityEventCompatHelper for accessing features in AccessibilityEvent introduced after API level 4 in a backwards compatible fashion.
AccessibilityEventSourceThis interface is implemented by classes source of AccessibilityEvents.
AccessibilityManagerSystem level service that serves as an event dispatch for AccessibilityEvents, and provides facilities for querying the accessibility state of the system.
AccessibilityManager.AccessibilityStateChangeListenerListener for the system accessibility state.
AccessibilityManager.TouchExplorationStateChangeListenerListener for the system touch exploration state.
AccessibilityManagerCompatHelper for accessing features in AccessibilityManager introduced after API level 4 in a backwards compatible fashion.
AccessibilityManagerCompat.AccessibilityStateChangeListenerCompatListener for the accessibility state.
AccessibilityNodeInfoThis class represents a node of the window content as well as actions that can be requested from its source.
AccessibilityNodeInfo.CollectionInfoClass with information if a node is a collection.
AccessibilityNodeInfo.CollectionItemInfoClass with information if a node is a collection item.
AccessibilityNodeInfo.RangeInfoClass with information if a node is a range.
AccessibilityNodeInfoCompatHelper for accessing AccessibilityNodeInfo introduced after API level 4 in a backwards compatible fashion.
AccessibilityNodeProviderThis class is the contract a client should implement to enable support of a virtual view hierarchy rooted at a given view for accessibility purposes.
AccessibilityNodeProviderCompatHelper for accessing AccessibilityNodeProvider introduced after API level 4 in a backwards compatible fashion.
AccessibilityRecordRepresents a record in an AccessibilityEvent and contains information about state change of its source View.
AccessibilityRecordCompatHelper for accessing AccessibilityRecord introduced after API level 4 in a backwards compatible fashion.
AccessibilityServiceAn accessibility service runs in the background and receives callbacks by the system when AccessibilityEvents are fired.
AccessibilityServiceInfoThis class describes an AccessibilityService.
AccessibilityServiceInfoCompatHelper for accessing features in AccessibilityService introduced after API level 4 in a backwards compatible fashion.
AccessibleObjectAccessibleObject is the superclass of all member reflection classes (Field, Constructor, Method).
AccountValue type that represents an Account in the AccountManager.
AccountAuthenticatorActivityBase class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator.
AccountAuthenticatorResponseObject used to communicate responses back to the AccountManager
AccountManagerThis class provides access to a centralized registry of the user’s online accounts.
AccountManagerCallback
AccountManagerFutureA AccountManagerFuture represents the result of an asynchronous AccountManager call.
AccountsException
AclThe Access Control List (ACL) interface definition.
AclEntryThe Access Control List Entry interface definition.
AclNotFoundExceptionThe exception, that is thrown when a reference to a non-existent Access Control List (ACL) is made.
AcousticEchoCancelerAcoustic Echo Canceler (AEC).
ActionBarA window feature at the top of the activity that may display the activity title, navigation modes, and other interactive items.
ActionBarA window feature at the top of the activity that may display the activity title, navigation modes, and other interactive items.
ActionBar.LayoutParamsPer-child layout information associated with action bar custom views.
ActionBar.LayoutParamsPer-child layout information associated with action bar custom views.
ActionBar.OnMenuVisibilityListenerListener for receiving events when action bar menus are shown or hidden.
ActionBar.OnMenuVisibilityListenerListener for receiving events when ActionBar items are shown or hidden.
ActionBar.OnNavigationListenerListener interface for ActionBar navigation events.
ActionBar.OnNavigationListenerListener for receiving ActionBar navigation events.
ActionBar.TabA tab in the action bar.
ActionBar.TabA tab in the action bar that manages the hiding and showing of Fragments.
ActionBar.TabListenerCallback interface invoked when a tab is focused, unfocused, added, or removed.
ActionBar.TabListenerCallback interface invoked when an ActionBar.Tab is focused, unfocused, added, or removed.
ActionBarActivityBase class for activities that use the support library action bar features.
ActionBarDrawerToggleThis class provides a handy way to tie together the functionality of DrawerLayout and the framework ActionBar to implement the recommended design for navigation drawers.
ActionBarDrawerToggle.Delegate
ActionBarDrawerToggle.DelegateProviderAllows an implementing Activity to return an ActionBarDrawerToggle.Delegate to use with ActionBarDrawerToggle.
ActionBarImplJB
ActionModeRepresents a contextual mode of the user interface.
ActionModeRepresents a contextual mode of the user interface.
ActionMode.CallbackCallback interface for action modes.
ActionMode.CallbackCallback interface for action modes.
ActionProviderThis class is a mediator for accomplishing a given task, for example sharing a file.
ActionProviderAn ActionProvider defines rich menu interaction in a single component.
ActionProvider.VisibilityListenerListens to changes in visibility as reported by refreshVisibility().
ActionProvider.VisibilityListenerListens to changes in visibility as reported by refreshVisibility().
ActivityAn activity is a single, focused thing that the user can do.
ActivityCompatHelper for accessing features in Activity introduced after API level 4 in a backwards compatible fashion.
ActivityGroupThis class was deprecated in API level 13. Use the new Fragment and FragmentManager APIs instead; these are also available on older platforms through the Android compatibility package.
ActivityInfoInformation you can retrieve about a particular application activity or receiver.
ActivityInfoCompatHelper for accessing features in ActivityInfo introduced after API level 4 in a backwards compatible fashion.
ActivityInstrumentationTestCaseThis class was deprecated in API level 3. new tests should be written using ActivityInstrumentationTestCase2, which provides more options for configuring the Activity under test
ActivityInstrumentationTestCase2This class provides functional testing of a single activity.
ActivityManagerInteract with the overall activities running in the system.
ActivityManager.MemoryInfoInformation you can retrieve about the available memory through getMemoryInfo(ActivityManager.MemoryInfo).
ActivityManager.ProcessErrorStateInfoInformation you can retrieve about any processes that are in an error condition.
ActivityManager.RecentTaskInfoInformation you can retrieve about tasks that the user has most recently started or visited.
ActivityManager.RunningAppProcessInfoInformation you can retrieve about a running process.
ActivityManager.RunningServiceInfoInformation you can retrieve about a particular Service that is currently running in the system.
ActivityManager.RunningTaskInfoInformation you can retrieve about a particular task that is currently “running” in the system.
ActivityNotFoundExceptionThis 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.
ActivityOptionsHelper class for building an options Bundle that can be used with Context.startActivity(Intent, Bundle) and related methods.
ActivityOptionsCompatHelper for accessing features in ActivityOptions introduced in API level 16 in a backwards compatible fashion.
ActivityTestCaseThis is common code used to support Activity test cases.
ActivityUnitTestCaseThis class provides isolated testing of a single activity.
AdapterAn Adapter object acts as a bridge between an AdapterView and the underlying data for that view.
AdapterViewAn AdapterView is a view whose children are determined by an Adapter.
AdapterView.AdapterContextMenuInfoExtra menu information provided to the onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this AdapterView.
AdapterView.OnItemClickListenerInterface definition for a callback to be invoked when an item in this AdapterView has been clicked.
AdapterView.OnItemLongClickListenerInterface definition for a callback to be invoked when an item in this view has been clicked and held.
AdapterView.OnItemSelectedListenerInterface definition for a callback to be invoked when an item in this view has been selected.
AdapterViewAnimatorBase class for a AdapterView that will perform animations when switching between its views.
AdapterViewFlipperSimple ViewAnimator that will animate between two or more views that have been added to it.
AddressA class representing an Address, i.e, a set of Strings describing a location.
Adler32The Adler-32 class is used to compute the Adler32 checksum from a set of data.
AdvanceableThis interface can be implemented by any collection-type view which has a notion of progressing through its set of children.
AEADBadTagExceptionThrown by a Cipher that is using an Authenticated Encryption with Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag failed verification.
AlarmClockThe AlarmClock provider contains an Intent action and extras that can be used to start an Activity to set a new alarm or timer in an alarm clock application.
AlarmManagerThis class provides access to the system alarm services.
AlertDialogA subclass of Dialog that can display one, two or three buttons.
AlertDialog.Builder
AlgorithmParameterGeneratorAlgorithmParameterGenerator is an engine class which is capable of generating parameters for the algorithm it was initialized with.
AlgorithmParameterGeneratorSpiAlgorithmParameterGeneratorSpi is the Service Provider Interface (SPI) definition for AlgorithmParameterGenerator.
AlgorithmParametersAlgorithmParameters is an engine class which provides algorithm parameters.
AlgorithmParameterSpecThe marker interface for algorithm parameter specifications.
AlgorithmParametersSpiAlgorithmParametersSpi is the Service Provider Interface (SPI) definition for AlgorithmParameters.
AliasActivityStub activity that launches another activity (and then finishes itself) based on information in its component’s manifest meta-data.
AlignmentSpan
AlignmentSpan.Standard
AllClientPNamesCollected parameter names for the HttpClient module.
AllocationThis class provides the primary method through which data is passed to and from RenderScript kernels.
AllocationThis class provides the primary method through which data is passed to and from RenderScript kernels.
Allocation.MipmapControlControls mipmap behavior when using the bitmap creation and update functions.
Allocation.MipmapControlControls mipmap behavior when using the bitmap creation and update functions.
Allocation.OnBufferAvailableListenerInterface to handle notification when new buffers are available via USAGE_IO_INPUT.
AllocationAdapterOnly intended for use by generated reflected code.
AllowAllHostnameVerifierThe ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
AllPermissionLegacy security code; do not use.
AlphaAnimationAn animation that controls the alpha level of an object.
AlphabetIndexerA helper class for adapters that implement the SectionIndexer interface.
AlreadyConnectedExceptionAn AlreadyConnectedException is thrown when an attempt is made to connect a SocketChannel that is already connected.
AlteredCharSequenceAn AlteredCharSequence is a CharSequence that is largely mirrored from another CharSequence, except that a specified range of characters are mirrored from a different char array instead.
AnalogClockThis widget display an analogic clock with two hands for hours and minutes.
AndroidCharacterAndroidCharacter exposes some character properties that are not easily accessed from java.lang.Character.
AndroidExceptionBase class for all checked exceptions thrown by the Android frameworks.
AndroidHttpClientImplementation of the Apache DefaultHttpClient that is configured with reasonable default settings and registered schemes for Android.
AndroidRuntimeExceptionBase class for all unchecked exceptions thrown by the Android frameworks.
AndroidTestCaseExtend this if you need to access Resources or other things that depend on Activity Context.
AndroidTestRunner
AnimatableInterface that drawables suporting animations should implement.
AnimationAbstraction for an Animation that can be applied to Views, Surfaces, or other objects.
Animation.AnimationListenerAn animation listener receives notifications from an animation.
Animation.DescriptionUtility class to parse a string description of a size.
AnimationDrawableAn object used to create frame-by-frame animations, defined by a series of Drawable objects, which can be used as a View object’s background.
AnimationSetRepresents a group of Animations that should be played together.
AnimationUtilsDefines common utilities for working with animations.
AnimatorThis is the superclass for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners added to them.
Animator.AnimatorListenerAn animation listener receives notifications from an animation.
Animator.AnimatorPauseListenerA pause listener receives notifications from an animation when the animation is paused or resumed.
AnimatorInflaterThis class is used to instantiate animator XML files into Animator objects.
AnimatorListenerAdapterThis adapter class provides empty implementations of the methods from Animator.AnimatorListener.
AnimatorSetThis class plays a set of Animator objects in the specified order.
AnimatorSet.BuilderThe Builder object is a utility class to facilitate adding animations to a AnimatorSet along with the relationships between the various animations.
AnnotatedElementThis interface provides reflective access to annotation information.
AnnotationAnnotations are simple key-value pairs that are preserved across TextView save/restore cycles and can be used to keep application-specific data that needs to be maintained for regions of text.
AnnotationDefines the interface implemented by all annotations.
AnnotationWrapper for a text attribute value which represents an annotation.
AnnotationFormatErrorIndicates that an annotation in the binary representation of a class is syntactically incorrect and the annotation parser is unable to process it.
AnnotationTypeMismatchExceptionIndicates that an annotation type has changed since it was compiled or serialized.
AnticipateInterpolatorAn interpolator where the change starts backward then flings forward.
AnticipateOvershootInterpolatorAn interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value.
AppendableDeclares methods to append characters or character sequences.
ApplicationBase class for those who need to maintain global application state.
Application.ActivityLifecycleCallbacks
Application.OnProvideAssistDataListenerCallback interface for use with registerOnProvideAssistDataListener(Application.OnProvideAssistDataListener) and unregisterOnProvideAssistDataListener(Application.OnProvideAssistDataListener).
ApplicationErrorReportDescribes an application error.
ApplicationErrorReport.AnrInfoDescribes an application not responding error.
ApplicationErrorReport.BatteryInfoDescribes a battery usage report.
ApplicationErrorReport.CrashInfoDescribes an application crash.
ApplicationErrorReport.RunningServiceInfoDescribes a running service report.
ApplicationInfoInformation you can retrieve about a particular application.
ApplicationInfo.DisplayNameComparator
ApplicationTestCaseThis test case provides a framework in which you can test Application classes in a controlled environment.
AppOpsManagerAPI for interacting with “application operation” tracking.
AppOpsManager.OnOpChangedListenerCallback for notification of changes to operation state.
AppWidgetHostAppWidgetHost provides the interaction with the AppWidget service for apps, like the home screen, that want to embed AppWidgets in their UI.
AppWidgetHostViewProvides the glue to show AppWidget views.
AppWidgetManagerUpdates AppWidget state; gets information about installed AppWidget providers and other AppWidget related state.
AppWidgetProviderA convenience class to aid in implementing an AppWidget provider.
AppWidgetProviderInfoDescribes the meta data for an installed AppWidget provider.
ArcShapeCreates an arc shape.
ArgbEvaluatorThis evaluator can be used to perform type interpolation between integer values that represent ARGB colors.
ArithmeticExceptionThrown when the an invalid arithmetic operation is attempted.
ArrayProvides static methods to create and access arrays dynamically.
ArrayA Java representation of the SQL ARRAY type.
ArrayAdapterA concrete BaseAdapter that is backed by an array of arbitrary objects.
ArrayBlockingQueueA bounded blocking queue backed by an array.
ArrayDequeResizable-array implementation of the Deque interface.
ArrayIndexOutOfBoundsExceptionThrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.
ArrayListArrayList is an implementation of List, backed by an array.
ArrayMap<K, V>ArrayMap is a generic key->value mapping data structure that is designed to be more memory efficient than a traditional HashMap, this implementation is a version of the platform’s ArrayMap that can be used on older versions of the platform.
ArrayMap<K, V>ArrayMap is a generic key->value mapping data structure that is designed to be more memory efficient than a traditional HashMap.
ArraysArrays contains static methods which operate on arrays.
ArrayStoreExceptionThrown when a program attempts to store an element of an incompatible type in an array.
ArrowKeyMovementMethodA movement method that provides cursor movement and selection.
AssertA set of assert methods.
AssertionErrorThrown when an assertion has failed.
AssertionFailedErrorThis class was deprecated in API level 16. use junit.framework.AssertionFailedError
AssertionFailedErrorThrown when an assertion failed.
AssetFileDescriptorFile descriptor of an entry in the AssetManager.
AssetFileDescriptor.AutoCloseInputStreamAn InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed.
AssetFileDescriptor.AutoCloseOutputStreamAn OutputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed.
AssetManagerProvides access to an application’s raw asset files; see Resources for the way most applications will want to retrieve their resource data.
AssetManager.AssetInputStream
AsynchronousCloseExceptionAn AsynchronousCloseException is thrown when the underlying channel for an I/O operation is closed by another thread.
AsyncPlayerPlays a series of audio URIs, but does all the hard work on another thread so that any slowness with preparing or loading doesn’t block the calling thread.
AsyncQueryHandlerA helper class to help make handling asynchronous ContentResolver queries easier.
AsyncQueryHandler.WorkerArgs
AsyncQueryHandler.WorkerHandler
AsyncTask<Params, Progress, Result>AsyncTask enables proper and easy use of the UI thread.
AsyncTask.StatusIndicates the current status of the task.
AsyncTaskLoaderAbstract Loader that provides an AsyncTask to do the work.
AsyncTaskLoaderStatic library support version of the framework’s AsyncTaskLoader.
AtomicBooleanA boolean value that may be updated atomically.
AtomicFileStatic library support version of the framework’s AtomicFile, a helper class for performing atomic operations on a file by creating a backup file until a write has successfully completed.
AtomicFileHelper class for performing atomic operations on a file by creating a backup file until a write has successfully completed.
AtomicIntegerAn int value that may be updated atomically.
AtomicIntegerArrayAn int array in which elements may be updated atomically.
AtomicIntegerFieldUpdaterA reflection-based utility that enables atomic updates to designated volatile int fields of designated classes.
AtomicLongA long value that may be updated atomically.
AtomicLongArrayA long array in which elements may be updated atomically.
AtomicLongFieldUpdaterA reflection-based utility that enables atomic updates to designated volatile long fields of designated classes.
AtomicMarkableReferenceAn AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AtomicReferenceAn object reference that may be updated atomically.
AtomicReferenceArrayAn array of object references in which elements may be updated atomically.
AtomicReferenceFieldUpdater<T, V>A reflection-based utility that enables atomic updates to designated volatile reference fields of designated classes.
AtomicStampedReferenceAn AtomicStampedReference maintains an object reference along with an integer “stamp”, that can be updated atomically.
AttrThe Attr interface represents an attribute in an Element object.
AttributedCharacterIteratorExtends the CharacterIterator interface, adding support for iterating over attributes and not only characters.
AttributedCharacterIterator.AttributeDefines keys for text attributes.
AttributedStringHolds a string with attributes describing the characters of this string.
AttributeListThis interface was deprecated in API level 1. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImplThis class was deprecated in API level 1. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
AttributesThe Attributes class is used to store values for manifest entries.
AttributesInterface for a list of XML attributes.
Attributes.NameThe name part of the name/value pairs constituting an attribute as defined by the specification of the JAR manifest.
Attributes2SAX2 extension to augment the per-attribute information provided though Attributes.
Attributes2ImplSAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
AttributeSetA collection of attributes, as found associated with a tag in an XML document.
AttributesImplDefault implementation of the Attributes interface.
AudioCodecThis class defines a collection of audio codecs to be used with AudioStreams.
AudioEffectAudioEffect is the base class for controlling audio effects provided by the android audio framework.
AudioEffect.DescriptorThe effect descriptor contains information on a particular effect implemented in the audio framework:
type: UUID identifying the effect type.
AudioEffect.OnControlStatusChangeListenerThe OnControlStatusChangeListener interface defines a method called by the AudioEffect when a the control of the effect engine is gained or lost by the application
AudioEffect.OnEnableStatusChangeListenerThe OnEnableStatusChangeListener interface defines a method called by the AudioEffect when a the enabled state of the effect engine was changed by the controlling application.
AudioFormatThe AudioFormat class is used to access a number of audio format and channel configuration constants.
AudioGroupAn AudioGroup is an audio hub for the speaker, the microphone, and AudioStreams.
AudioManagerAudioManager provides access to volume and ringer mode control.
AudioManager.OnAudioFocusChangeListenerInterface definition for a callback to be invoked when the audio focus of the system is updated.
AudioRecordThe AudioRecord class manages the audio resources for Java applications to record audio from the audio input hardware of the platform.
AudioRecord.OnRecordPositionUpdateListenerInterface definition for a callback to be invoked when an AudioRecord has reached a notification marker set by setNotificationMarkerPosition(int) or for periodic updates on the progress of the record head, as set by setPositionNotificationPeriod(int).
AudioStreamAn AudioStream is a RtpStream which carrys audio payloads over Real-time Transport Protocol (RTP).
AudioTimestampStructure that groups a position in frame units relative to an assumed audio stream, together with the estimated time when that frame was presented or is committed to be presented.
AudioTrackThe AudioTrack class manages and plays a single audio resource for Java applications.
AudioTrack.OnPlaybackPositionUpdateListenerInterface definition for a callback to be invoked when the playback head position of an AudioTrack has reached a notification marker or has increased by a certain period.
AUTHConstants and static helpers related to the HTTP authentication.
AuthenticationExceptionSignals a failure in authentication process
AuthenticationHandler
AuthenticatorAn implementation of this class is able to obtain authentication information for a connection in several ways.
Authenticator.RequestorTypeEnumeration class for the origin of the authentication request.
AuthenticatorDescriptionA Parcelable value type that contains information about an account authenticator.
AuthenticatorException
AuthParamBean
AuthParamsThis class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP authentication specific parameters.
AuthPermissionLegacy security code; do not use.
AuthPNamesParameter names for HttpAuth.
AuthPolicy
AuthProviderLegacy security code; do not use.
AuthSchemeThis interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeBaseAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.
AuthSchemeFactory
AuthSchemeRegistryAuthentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
AuthScopeThe class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthStateThis class provides detailed information about the state of the authentication process.
AutoCloseableDefines an interface for classes that can (or need to) be closed once they are not used any longer.
AutoCompleteTextViewAn editable text view that shows completion suggestions automatically while the user is typing.
AutoCompleteTextView.OnDismissListenerListener to respond to the AutoCompleteTextView’s completion list being dismissed.
AutoCompleteTextView.ValidatorThis interface is used to make sure that the text entered in this TextView complies to a certain format.
AutomaticGainControlAutomatic Gain Control (AGC).
AutoScrollHelperAutoScrollHelper is a utility class for adding automatic edge-triggered scrolling to Views.
AutoTextThis class accesses a dictionary of corrections to frequent misspellings.
AutoTransitionUtility class for creating a default transition that automatically fades, moves, and resizes views during a scene change.
AvoidXfermodeAvoidXfermode xfermode will draw the src everywhere except on top of the opColor or, depending on the Mode, draw only on top of the opColor.
AvoidXfermode.Mode
B
BackgroundColorSpan
BackingStoreExceptionAn exception to indicate that an error was encountered while accessing the backing store.
BackupAgentProvides the central interface between an application and Android’s data backup infrastructure.
BackupAgentHelperA convenient BackupAgent wrapper class that automatically manages heterogeneous data sets within the backup data, each identified by a unique key prefix.
BackupDataInputProvides the structured interface through which a BackupAgent reads information from the backup data set, via its onRestore() method.
BackupDataInputStreamProvides an InputStream-like interface for accessing an entity’s data during a restore operation.
BackupDataOutputProvides the structured interface through which a BackupAgent commits information to the backup data set, via its onBackup() method.
BackupHelperDefines the calling interface that BackupAgentHelper uses when dispatching backup and restore operations to the installed helpers.
BackupManagerThe interface through which an application interacts with the Android backup service to request backup and restore operations.
BadPaddingExceptionThe exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.
BadParcelableExceptionThe object you are calling has died, because its hosting process no longer exists.
Base64Utilities for encoding and decoding the Base64 representation of binary data.
Base64DataExceptionThis exception is thrown by Base64InputStream or Base64OutputStream when an error is detected in the data being decoded.
Base64InputStreamAn InputStream that does Base64 decoding on the data read through it.
Base64OutputStreamAn OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.
BaseAdapterCommon base class of common implementation for an Adapter that can be used in both ListView (by implementing the specialized ListAdapter interface} and Spinner (by implementing the specialized SpinnerAdapter interface.
BaseColumns
BaseDexClassLoaderBase class for common functionality between various dex-based ClassLoader implementations.
BaseExpandableListAdapterBase class for a ExpandableListAdapter used to provide data and Views from some data to an expandable list view.
BaseInputConnectionBase class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable.
BaseKeyListenerAbstract base class for key listeners.
BaseMovementMethodBase classes for movement methods.
BaseObjBaseObj is the base class for all RenderScript objects owned by a RS context.
BaseObjBaseObj is the base class for all RenderScript objects owned by a RS context.
BaseTestRunnerBase class for all test runners.
BasicClientCookieHTTP “magic-cookie” represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
BasicClientCookie2HTTP “magic-cookie” represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session as specified by RFC2965.
BasicCommentHandler
BasicCookieStoreDefault implementation of CookieStore
BasicCredentialsProviderDefault implementation of CredentialsProvider
BasicDomainHandler
BasicEofSensorWatcherBasic implementation of EofSensorWatcher.
BasicExpiresHandler
BasicHeaderRepresents an HTTP header field.
BasicHeaderElementOne element of an HTTP header’s value.
BasicHeaderElementIteratorBasic implementation of a HeaderElementIterator.
BasicHeaderIteratorBasic implementation of a HeaderIterator.
BasicHeaderValueFormatterBasic implementation for formatting header value elements.
BasicHeaderValueParserBasic implementation for parsing header values into elements.
BasicHttpContextDefault implementation of the HttpContext.
BasicHttpEntityA generic streamed entity being received on a connection.
BasicHttpEntityEnclosingRequestBasic implementation of a request with an entity that can be modified.
BasicHttpParamsThis class represents a collection of HTTP protocol parameters.
BasicHttpProcessorKeeps lists of interceptors for processing requests and responses.
BasicHttpRequestBasic implementation of an HTTP request that can be modified.
BasicHttpResponseBasic implementation of an HTTP response that can be modified.
BasicLineFormatterInterface for formatting elements of the HEAD section of an HTTP message.
BasicLineParserBasic parser for lines in the head section of an HTTP message.
BasicListHeaderIteratorImplementation of a HeaderIterator based on a List.
BasicManagedEntityAn entity that releases a connection.
BasicMaxAgeHandler
BasicNameValuePairA simple class encapsulating an attribute/value pair.
BasicPathHandler
BasicPermissionLegacy security code; do not use.
BasicPooledConnAdapterA connection wrapper and callback handler.
BasicPoolEntryBasic implementation of a connection pool entry.
BasicPoolEntryRefA weak reference to a BasicPoolEntry.
BasicRequestLineThe first line of an HttpRequest.
BasicResponseHandlerA ResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicRouteDirectorBasic implementation of an HttpRouteDirector.
BasicSchemeBasic authentication scheme as defined in RFC 2617.
BasicSchemeFactory
BasicSecureHandler
BasicStatusLineRepresents a status line as returned from a HTTP server.
BasicTokenIteratorBasic implementation of a TokenIterator.
BasicUserPrincipalBasic user principal used for HTTP authentication
BassBoostBass boost is an audio effect to boost or amplify low frequencies of the sound.
BassBoost.OnParameterChangeListenerThe OnParameterChangeListener interface defines a method called by the BassBoost when a parameter value has changed.
BassBoost.SettingsThe Settings class regroups all bass boost parameters.
BatchUpdateExceptionThis exception is thrown if a problem occurs during a batch update operation.
BatteryManagerThe BatteryManager class contains strings and constants used for values in the ACTION_BATTERY_CHANGED Intent.
BestMatchSpec‘Meta’ cookie specification that selects a cookie policy depending on the format of the cookie(s)
BestMatchSpecFactory
BidiImplements the Unicode Bidirectional Algorithm.
BidiFormatterUtility class for formatting text for display in a potentially opposite-directionality context without garbling.
BidiFormatterUtility class for formatting text for display in a potentially opposite-directionality context without garbling.
BidiFormatter.BuilderA class for building a BidiFormatter with non-default options.
BidiFormatter.BuilderA class for building a BidiFormatter with non-default options.
BigDecimalAn immutable arbitrary-precision signed decimal.
BigIntegerAn immutable arbitrary-precision signed integer.
BinderBase class for a remotable object, the core part of a lightweight remote procedure call mechanism defined by IBinder.
BindExceptionA BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.
Bitmap
Bitmap.CompressFormatSpecifies the known formats a bitmap can be compressed into
Bitmap.ConfigPossible bitmap configurations.
BitmapDrawableA Drawable that wraps a bitmap and can be tiled, stretched, or aligned.
BitmapFactoryCreates Bitmap objects from various sources, including files, streams, and byte-arrays.
BitmapFactory.Options
BitmapRegionDecoderBitmapRegionDecoder can be used to decode a rectangle region from an image.
BitmapShaderShader used to draw a bitmap as a texture.
BitSetThe BitSet class implements a bit array.
BlobA Java interface representing the SQL BLOB type.
BlockingDequeA Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
BlockingQueueA Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
BluetoothA2dpThis class provides the public APIs to control the Bluetooth A2DP profile.
BluetoothAdapterRepresents the local device Bluetooth adapter.
BluetoothAdapter.LeScanCallbackCallback interface used to deliver LE scan results.
BluetoothAssignedNumbersBluetooth Assigned Numbers.
BluetoothClassRepresents a Bluetooth class, which describes general characteristics and capabilities of a device.
BluetoothClass.DeviceDefines all device class constants.
BluetoothClass.Device.MajorDefines all major device class constants.
BluetoothClass.ServiceDefines all service class constants.
BluetoothDeviceRepresents a remote Bluetooth device.
BluetoothGattPublic API for the Bluetooth GATT Profile.
BluetoothGattCallbackThis abstract class is used to implement BluetoothGatt callbacks.
BluetoothGattCharacteristicRepresents a Bluetooth GATT Characteristic
A GATT characteristic is a basic data element used to construct a GATT service, BluetoothGattService.
BluetoothGattDescriptorRepresents a Bluetooth GATT Descriptor
GATT Descriptors contain additional information and attributes of a GATT characteristic, BluetoothGattCharacteristic.
BluetoothGattServerPublic API for the Bluetooth GATT Profile server role.
BluetoothGattServerCallbackThis abstract class is used to implement BluetoothGattServer callbacks.
BluetoothGattServiceRepresents a Bluetooth GATT Service
Gatt Service contains a collection of BluetoothGattCharacteristic, as well as referenced services.
BluetoothHeadsetPublic API for controlling the Bluetooth Headset Service.
BluetoothHealthPublic API for Bluetooth Health Profile.
BluetoothHealthAppConfigurationThe Bluetooth Health Application Configuration that is used in conjunction with the BluetoothHealth class.
BluetoothHealthCallbackThis abstract class is used to implement BluetoothHealth callbacks.
BluetoothManagerHigh level manager used to obtain an instance of an BluetoothAdapter and to conduct overall Bluetooth Management.
BluetoothProfilePublic APIs for the Bluetooth Profiles.
BluetoothProfile.ServiceListenerAn interface for notifying BluetoothProfile IPC clients when they have been connected or disconnected to the service.
BluetoothServerSocketA listening Bluetooth socket.
BluetoothSocketA connected or connecting Bluetooth socket.
BlurMaskFilterThis takes a mask, and blurs its edge by the specified radius.
BlurMaskFilter.Blur
BooleanThe wrapper for the primitive type boolean.
BoringLayoutA BoringLayout is a very simple Layout implementation for text that fits on a single line and is all left-to-right characters.
BoringLayout.Metrics
BounceInterpolatorAn interpolator where the change bounces at the end.
BreakIteratorLocates boundaries in text.
BroadcastReceiverBase class for code that will receive intents sent by sendBroadcast().
BroadcastReceiver.PendingResultState for a result that is pending for a broadcast receiver.
BrokenBarrierExceptionException thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
Browser
Browser.BookmarkColumnsColumn definitions for the mixed bookmark and history items available at BOOKMARKS_URI.
Browser.SearchColumnsColumn definitions for the search history table, available at SEARCHES_URI.
BrowserCompatHostnameVerifierThe HostnameVerifier that works the same way as Curl and Firefox.
BrowserCompatSpecCookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatSpecFactory
BufferA buffer is a list of elements of a specific primitive type.
BufferedHeaderThis class represents a raw HTTP header whose content is parsed ‘on demand’ only when the header value needs to be consumed.
BufferedHttpEntityA wrapping entity that buffers it content if necessary.
BufferedInputStreamWraps an existing InputStream and buffers the input.
BufferedOutputStreamWraps an existing OutputStream and buffers the output.
BufferedReaderWraps an existing Reader and buffers the input.
BufferedWriterWraps an existing Writer and buffers the output.
BufferOverflowExceptionA BufferOverflowException is thrown when elements are written to a buffer but there is not enough remaining space in the buffer.
BufferUnderflowExceptionA BufferUnderflowException is thrown when elements are read from a buffer but there are not enough remaining elements in the buffer.
BuildInformation about the current build, extracted from system properties.
Build.VERSIONVarious version strings.
Build.VERSION_CODESEnumeration of the currently known SDK version codes.
BulletSpan
BundleA mapping from String values to various Parcelable types.
ButtonRepresents a push-button widget.
ByteThe wrapper for the primitive type byte.
Byte2Class for exposing the native RenderScript byte2 type back to the Android system.
Byte2Class for exposing the native RenderScript byte2 type back to the Android system.
Byte3Class for exposing the native RenderScript byte3 type back to the Android system.
Byte3Class for exposing the native RenderScript byte3 type back to the Android system.
Byte4Class for exposing the native RenderScript byte4 type back to the Android system.
Byte4Class for exposing the native RenderScript byte4 type back to the Android system.
ByteArrayBufferA resizable byte array.
ByteArrayEntityAn entity whose content is retrieved from a byte array.
ByteArrayInputStreamA specialized InputStream for reading the contents of a byte array.
ByteArrayOutputStreamA specialized OutputStream for class for writing content to an (internal) byte array.
ByteBufferA buffer for bytes.
ByteChannelA ByteChannel is both readable and writable.
ByteOrderDefines byte order constants.
C
CacheRequestCacheRequest is a kind of channel for storing resource data in the ResponseCache.
CacheResponseA response cache entry.
CalendarCalendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
CalendarContractThe contract between the calendar provider and applications.
CalendarContract.AttendeesFields and helpers for interacting with Attendees.
CalendarContract.AttendeesColumnsColumns from the Attendees table that other tables join into themselves.
CalendarContract.CalendarAlertsFields and helpers for accessing calendar alerts information.
CalendarContract.CalendarAlertsColumns
CalendarContract.CalendarCacheCalendarCache stores some settings for calendar including the current time zone for the instances.
CalendarContract.CalendarCacheColumns
CalendarContract.CalendarColumnsColumns specific to the Calendars Uri that other Uris can query.
CalendarContract.CalendarEntityClass that represents a Calendar Entity.
CalendarContract.CalendarsConstants and helpers for the Calendars table, which contains details for individual calendars.
CalendarContract.CalendarSyncColumnsGeneric columns for use by sync adapters.
CalendarContract.ColorsFields for accessing colors available for a given account.
CalendarContract.ColorsColumns
CalendarContract.EventDaysFields and helpers for querying for a list of days that contain events.
CalendarContract.EventDaysColumns
CalendarContract.EventsConstants and helpers for the Events table, which contains details for individual events.
CalendarContract.EventsColumnsColumns from the Events table that other tables join into themselves.
CalendarContract.EventsEntityClass that represents an Event Entity.
CalendarContract.ExtendedPropertiesFields for accessing the Extended Properties.
CalendarContract.ExtendedPropertiesColumns
CalendarContract.InstancesFields and helpers for interacting with Instances.
CalendarContract.RemindersFields and helpers for accessing reminders for an event.
CalendarContract.RemindersColumns
CalendarContract.SyncColumnsColumns for Sync information used by Calendars and Events tables.
CalendarContract.SyncStateA table provided for sync adapters to use for storing private sync state data.
CalendarViewThis class is a calendar widget for displaying and selecting dates.
CalendarView.OnDateChangeListenerThe callback used to indicate the user changes the date.
CallableA task that returns a result and may throw an exception.
CallableStatementAn interface used to call Stored Procedures.
CallbackDefines an empty base interface for all Callbacks used during authentication.
CallbackHandlerNeeds to be implemented by classes that want to handle authentication Callbacks.
CallLogThe CallLog provider contains information about placed and received calls.
CallLog.CallsContains the recent calls.
CamcorderProfileRetrieves the predefined camcorder profile settings for camcorder applications.
CameraA camera instance can be used to compute 3D transformations and generate a matrix that can be applied, for instance, on a Canvas.
CameraThe Camera class is used to set image capture settings, start/stop preview, snap pictures, and retrieve frames for encoding for video.
Camera.AreaThe Area class is used for choosing specific metering and focus areas for the camera to use when calculating auto-exposure, auto-white balance, and auto-focus.
Camera.AutoFocusCallbackCallback interface used to notify on completion of camera auto focus.
Camera.AutoFocusMoveCallbackCallback interface used to notify on auto focus start and stop.
Camera.CameraInfoInformation about a camera
Camera.ErrorCallbackCallback interface for camera error notification.
Camera.FaceInformation about a face identified through camera face detection.
Camera.FaceDetectionListenerCallback interface for face detected in the preview frame.
Camera.OnZoomChangeListenerCallback interface for zoom changes during a smooth zoom operation.
Camera.ParametersCamera service settings.
Camera.PictureCallbackCallback interface used to supply image data from a photo capture.
Camera.PreviewCallbackCallback interface used to deliver copies of preview frames as they are displayed.
Camera.ShutterCallbackCallback interface used to signal the moment of actual image capture.
Camera.SizeImage size (width and height dimensions).
CameraProfileThe CameraProfile class is used to retrieve the pre-defined still image capture (jpeg) quality levels (0-100) used for low, medium, and high quality settings in the Camera application.
CancellationExceptionException indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationSignalProvides the ability to cancel an operation in progress.
CancellationSignal.OnCancelListenerListens for cancellation.
CancelledKeyExceptionA CancelledKeyException is thrown when an invalid selection key is used.
CanvasThe Canvas class holds the “draw” calls.
Canvas.EdgeType
Canvas.VertexMode
CaptioningManagerContains methods for accessing and monitoring preferred video captioning state and visual properties.
CaptioningManager.CaptioningChangeListenerListener for changes in captioning properties, including enabled state and user style preferences.
CaptioningManager.CaptionStyleSpecifies visual properties for video captions, including foreground and background colors, edge properties, and typeface.
CardEmulationThis class can be used to query the state of NFC card emulation services.
CDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CdmaCellLocationRepresents the cell location on a CDMA phone.
CellIdentityCdmaCellIdentity is to represent a unique CDMA cell
CellIdentityGsmCellIdentity to represent a unique GSM cell
CellIdentityLteCellIdentity is to represent a unique LTE cell
CellIdentityWcdmaCellIdentity to represent a unique UMTS cell
CellInfoImmutable cell information from a point in time.
CellInfoCdmaImmutable cell information from a point in time.
CellInfoGsmImmutable cell information from a point in time.
CellInfoLteImmutable cell information from a point in time.
CellInfoWcdmaImmutable cell information from a point in time.
CellLocationAbstract class that represents the location of the device.
CellSignalStrengthAbstract base class for cell phone signal strength related information.
CellSignalStrengthCdmaLTE signal strength related information.
CellSignalStrengthGsmGSM signal strength related information.
CellSignalStrengthLteLTE signal strength related information.
CellSignalStrengthWcdmaWcdma signal strength related information.
CertificateThis interface was deprecated in API level 1. Use Certificate instead.
CertificateAbstract class to represent identity certificates.
CertificateAbstract class to represent identity certificates.
Certificate.CertificateRepThe alternate Serializable class to be used for serialization and deserialization of Certificate objects.
CertificateEncodingExceptionThe exception that is thrown when an error occurs while a Certificate is being encoded.
CertificateEncodingExceptionThe exception that is thrown when an error occurs while a Certificate is being encoded.
CertificateExceptionThe base class for all Certificate related exceptions.
CertificateExceptionThe base class for all Certificate related exceptions.
CertificateExpiredExceptionThe exception that is thrown when a Certificate has expired.
CertificateExpiredExceptionThe exception that is thrown when a Certificate has expired.
CertificateFactoryThis class implements the functionality of a certificate factory algorithm, relying on parsing a stream of bytes.
CertificateFactorySpiThis class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateNotYetValidExceptionThe exception that is thrown when a Certificate is not yet valid or will not yet be valid on a specified date.
CertificateNotYetValidExceptionThe exception that is thrown when a Certificate is not yet valid.
CertificateParsingExceptionThe exception that is thrown when a Certificate can not be parsed.
CertificateParsingExceptionThe exception that is thrown when a Certificate can not be parsed.
CertPathAn immutable certificate path that can be validated.
CertPath.CertPathRepThe alternate Serializable class to be used for serialization and deserialization on CertPath objects.
CertPathBuilderThis class implements the functionality of a builder for an unverified Certification Paths from a specified certificate to a trust anchor.
CertPathBuilderExceptionThe exception that is thrown when a CertPathBuilder method fails.
CertPathBuilderResultThe interface for results generated by build(CertPathParameters).
CertPathBuilderSpiThe Service Provider Interface (SPI) for the CertPathBuilder class to be implemented by security providers.
CertPathParametersThe interface specification for certification path algorithm parameters.
CertPathTrustManagerParametersCertification path parameters to provide to certification path based TrustManager.
CertPathValidatorThis class provides the functionality for validating certification paths (certificate chains) establishing a trust chain from a certificate to a trust anchor.
CertPathValidatorExceptionThe exception that is thrown when a certification path (or certificate chain) cannot be validated.
CertPathValidatorResultThe interface specification for certification path validation results.
CertPathValidatorSpiThe Service Provider Interface (SPI) for the CertPathValidator class to be implemented by security providers.
CertSelectorThe interface specification to determine whether a Certificate meets some criteria.
CertStoreThis class provides the functionality to retrieve Certificates and CRLs from a read-only repository.
CertStoreExceptionThe exception that is thrown when an access to a CertStore fails.
CertStoreParametersThe marker interface specifying the parameters used to initialize a CertStore instance.
CertStoreSpiThe Service Provider Interface (SPI) definition for the CertStore class to be implemented by security providers.
ChangeBoundsThis transition captures the layout bounds of target views before and after the scene change and animates those changes during the transition.
ChannelA channel is a conduit to I/O services covering such items as files, sockets, hardware devices, I/O ports or some software component.
ChannelsThis class provides several utilities to get I/O streams from channels.
CharacterThe wrapper for the primitive type char.
Character.Subset
Character.UnicodeBlockRepresents a block of Unicode characters.
CharacterCodingExceptionA CharacterCodingException is thrown when an encoding or decoding error occurs.
CharacterDataThe CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterIteratorAn interface for the bidirectional iteration over a group of characters.
CharacterPickerDialogDialog for choosing accented characters related to a base character.
CharacterStyleThe classes that affect character-level text formatting extend this class.
CharArrayBufferThis is used for copyStringToBuffer(int, CharArrayBuffer)
CharArrayBufferA resizable char array.
CharArrayReaderA specialized Reader for reading the contents of a char array.
CharArrayWriterA specialized Writer for class for writing content to an (internal) char array.
CharBufferA buffer of chars.
CharConversionExceptionThe top level class for character conversion exceptions.
CharSequenceThis interface represents an ordered set of characters and defines the methods to probe them.
CharsetA charset is a named mapping between Unicode characters and byte sequences.
CharsetDecoderA converter that can convert a byte sequence from a charset into a 16-bit Unicode character sequence.
CharsetEncoderTransforms a sequence of 16-bit Java characters to a byte sequence in some encoding.
CharsetProviderThe service provider class for character sets.
CheckableDefines an extension for views that make them checkable.
CheckBoxA checkbox is a specific type of two-states button that can be either checked or unchecked.
CheckBoxPreferenceA Preference that provides checkbox widget functionality.
CheckedInputStreamThe CheckedInputStream class is used to maintain a checksum at the same time as the data, on which the checksum is computed, is read from a stream.
CheckedOutputStreamThe CheckedOutputStream class is used to maintain a running checksum of all data written to a stream.
CheckedTextViewAn extension to TextView that supports the Checkable interface.
ChecksumThe interface common to checksum classes such as Adler32 and CRC32.
ChoiceFormatReturns a fixed string based on a numeric value.
ChoreographerCoordinates the timing of animations, input and drawing.
Choreographer.FrameCallbackImplement this interface to receive a callback when a new display frame is being rendered.
ChronometerClass that implements a simple timer.
Chronometer.OnChronometerTickListenerA callback that notifies when the chronometer has incremented on its own.
ChunkedInputStreamImplements chunked transfer coding.
ChunkedOutputStreamImplements chunked transfer coding.
CipherThis class provides access to implementations of cryptographic ciphers for encryption and decryption.
CipherInputStreamThis class wraps an InputStream and a cipher so that read() methods return data that are read from the underlying InputStream and processed by the cipher.
CipherOutputStreamThis class wraps an output stream and a cipher so that write methods send the data through the cipher before writing them to the underlying output stream.
CipherSpiThis class defines the Service Provider Interface (SPI) for cryptographic ciphers.
CircularRedirectExceptionSignals a circular redirect
ClassThe in-memory representation of a Java class.
ClassCastExceptionThrown when a program attempts to cast a an object to a type with which it is not compatible.
ClassCircularityErrorThrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses.
ClassFormatErrorThrown by a class loader when a class file has an illegal format or if the data that it contains can not be interpreted as a class.
ClassLoaderLoads classes and resources from a repository.
ClassNotFoundExceptionThrown when a class loader is unable to find a class.
ClickableSpanIf an object of this type is attached to the text of a TextView with a movement method of LinkMovementMethod, the affected spans of text can be selected.
ClientConnectionManagerManagement interface for client connections.
ClientConnectionManagerFactoryA factory for creating new ClientConnectionManager instances.
ClientConnectionOperatorInterface for opening connections.
ClientConnectionRequestEncapsulates a request for a ManagedClientConnection.
ClientContextContext attribute names for client.
ClientContextConfigurer
ClientCookieClientCookie extends the standard Cookie interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server.
ClientInfoStatusAn enumeration to describe the reason why a property cannot be set by calling Connection.setClientInfo.
ClientParamBean
ClientParamsStackRepresents a stack of parameter collections.
ClientPNamesParameter names for the HttpClient module.
ClientProtocolExceptionSignals an error in the HTTP protocol.
ClipboardManagerInterface to the clipboard service, for placing and retrieving text in the global clipboard.
ClipboardManagerThis class was deprecated in API level 11. Old text-only interface to the clipboard. See ClipboardManager for the modern API.
ClipboardManager.OnPrimaryClipChangedListenerDefines a listener callback that is invoked when the primary clip on the clipboard changes.
ClipDataRepresentation of a clipped data on the clipboard.
ClipData.ItemDescription of a single item in a ClippedData.
ClipDescriptionMeta-data describing the contents of a ClipData.
ClipDrawableA Drawable that clips another Drawable based on this Drawable’s current level value.
ClobA Java interface mapping for the SQL CLOB type.
CloneableThis (empty) interface must be implemented by all classes that wish to support cloning.
CloneNotSupportedExceptionThrown when a program attempts to clone an object which does not support the Cloneable interface.
CloneUtilsA collection of utilities to workaround limitations of Java clone framework.
CloseableAn AutoCloseable whose close method may throw an IOException.
ClosedByInterruptExceptionA ClosedByInterruptException is thrown when a thread is interrupted in a blocking I/O operation.
ClosedChannelExceptionA ClosedChannelException is thrown when a channel is closed for the type of operation attempted.
ClosedSelectorExceptionA ClosedSelectorException is thrown when a selector is closed and an I/O operation is attempted.
CoderMalfunctionErrorA CoderMalfunctionError is thrown when the encoder/decoder is malfunctioning.
CoderResultUsed to indicate the result of encoding/decoding.
CodeSignerCodeSigner represents a signer of code.
CodeSourceLegacy security code; do not use.
CodingErrorActionUsed to indicate what kind of actions to take in case of encoding/decoding errors.
CollapsibleActionViewWhen a View implements this interface it will receive callbacks when expanded or collapsed as an action view alongside the optional, app-specified callbacks to MenuItemCompat.OnActionExpandListener.
CollapsibleActionViewWhen a View implements this interface it will receive callbacks when expanded or collapsed as an action view alongside the optional, app-specified callbacks to MenuItem.OnActionExpandListener.
CollationElementIteratorCreated by a RuleBasedCollator to iterate through a string.
CollationKeyRepresents a string under the rules of a specific Collator object.
CollatorPerforms locale-sensitive string comparison.
CollectionCollection is the root of the collection hierarchy.
CollectionCertStoreParametersThe parameters to initialize a Collection type CertStore instance.
CollectionsCollections contains static methods which operate on Collection classes.
ColorThe Color class defines methods for creating and converting color ints.
ColorDrawableA specialized Drawable that fills the Canvas with a specified color.
ColorFilter
ColorMatrix5x4 matrix for transforming the color+alpha components of a Bitmap.
ColorMatrixColorFilter
ColorStateListLets you map View state sets to colors.
CommentThis interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ’ '.
CommonDataSourceInterface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource.
ComparableThis interface should be implemented by all classes that wish to define a natural order of their instances.
ComparatorA Comparator is used to compare two objects to determine their ordering with respect to each other.
ComparisonFailureThis class was deprecated in API level 16. use junit.framework.ComparisonFailure
ComparisonFailureThrown when an assert equals for Strings failed.
CompilerDoes nothing on Android.
CompletionInfoInformation about a single text completion that an editor has reported to an input method.
CompletionServiceA service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
ComponentCallbacksThe set of callback APIs that are common to all application components (Activity, Service, ContentProvider, and Application).
ComponentCallbacks2Extended ComponentCallbacks interface with a new callback for finer-grained memory management.
ComponentInfoBase class containing information common to all application components (ActivityInfo, ServiceInfo).
ComponentNameIdentifier for a specific application component (Activity, Service, BroadcastReceiver, or ContentProvider) that is available.
ComposePathEffect
ComposeShaderA subclass of shader that returns the composition of two other shaders, combined by an Xfermode subclass.
CompoundButtonA button with two states, checked and unchecked.
CompoundButton.OnCheckedChangeListenerInterface definition for a callback to be invoked when the checked state of a compound button changed.
ConcurrentHashMap<K, V>A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
ConcurrentLinkedQueueAn unbounded thread-safe queue based on linked nodes.
ConcurrentMap<K, V>A Map providing additional atomic putIfAbsent, remove, and replace methods.
ConcurrentModificationExceptionAn ConcurrentModificationException is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.
ConcurrentNavigableMap<K, V>A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap<K, V>A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListSetA scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConditionCondition factors out the Object monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
ConditionVariableClass that implements the condition variable locking paradigm.
ConfigThis class was deprecated in API level 14. This class is not useful, it just returns the same value for all constants, and has always done this. Do not use it.
ConfigurationThis class describes all device configuration information that can impact the resources the application retrieves.
ConfigurationInfoInformation you can retrieve about hardware configuration preferences declared by an application.
ConnConnectionParamBeanAllows for setting parameters relating to connections on HttpParams.
ConnConnectionPNamesParameter names for connections in HttpConn.
ConnectExceptionA ConnectException is thrown if a connection cannot be established to a remote host on a specific port.
ConnectionA connection represents a link from a Java application to a database.
ConnectionClosedExceptionIndicates that a connection has been closed.
ConnectionEventSent when specific events happen on a PooledConnection object.
ConnectionEventListenerAn interface used to receive events generated by a PooledConnection.
ConnectionKeepAliveStrategyInterface for deciding how long a connection can remain idle before being reused.
ConnectionPendingExceptionA ConnectionPendingException is thrown when an attempt is made to connect a SocketChannel that has a non-blocking connection already underway.
ConnectionPoolDataSourceAn interface for the creation of ConnectionPoolDataSource objects.
ConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.
ConnectionReleaseTriggerInterface for releasing a connection.
ConnectionReuseStrategyInterface for deciding whether a connection should be kept alive.
ConnectivityManagerClass that answers queries about the state of network connectivity.
ConnectivityManagerCompatHelper for accessing features in ConnectivityManager introduced after API level 16 in a backwards compatible fashion.
ConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
ConnManagerParamBeanAllows for setting parameters relating to connection managers on HttpParams.
ConnManagerParamsThis class represents a collection of HTTP protocol parameters applicable to client-side connection managers.
ConnManagerPNamesParameter names for connection managers in HttpConn.
ConnPerRouteThis interface is intended for looking up maximum number of connections allowed for for a given route.
ConnPerRouteBeanThis class maintains a map of HTTP routes to maximum number of connections allowed for those routes.
ConnPoolByRouteA connection pool that maintains connections by route.
ConnRouteParamBeanAllows for setting parameters relating to connection routes on HttpParams.
ConnRouteParamsAn adaptor for accessing route related parameters in HttpParams.
ConnRoutePNamesParameter names for routing in HttpConn.
ConsoleProvides access to the console, if available.
ConsoleHandlerA handler that writes log messages to the standard output stream System.err.
ConsoleMessagePublic class representing a JavaScript console message from WebCore.
ConsoleMessage.MessageLevel
ConstructorThis class represents a constructor.
ConsumerIrManagerClass that operates consumer infrared on the device.
ConsumerIrManager.CarrierFrequencyRangeRepresents a range of carrier frequencies (inclusive) on which the infrared transmitter can transmit
ContactsThis class was deprecated in API level 5. The APIs have been superseded by ContactsContract. The newer APIs allow access multiple accounts and support aggregation of similar contacts. These APIs continue to work but will only return data for the first Google account created, which matches the original behavior.
Contacts.ContactMethodsThis class was deprecated in API level 5. see ContactsContract
Contacts.ContactMethodsColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.ExtensionsThis class was deprecated in API level 5. see ContactsContract
Contacts.ExtensionsColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.GroupMembershipThis class was deprecated in API level 5. see ContactsContract
Contacts.GroupsThis class was deprecated in API level 5. see ContactsContract
Contacts.GroupsColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.IntentsThis class was deprecated in API level 5. see ContactsContract
Contacts.Intents.InsertThis class was deprecated in API level 5. see ContactsContract
Contacts.Intents.UIThis class was deprecated in API level 5. see ContactsContract
Contacts.OrganizationColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.OrganizationsThis class was deprecated in API level 5. see ContactsContract
Contacts.PeopleThis class was deprecated in API level 5. see ContactsContract
Contacts.People.ContactMethodsThis class was deprecated in API level 5. see ContactsContract
Contacts.People.ExtensionsThis class was deprecated in API level 5. see ContactsContract
Contacts.People.PhonesThis class was deprecated in API level 5. see ContactsContract
Contacts.PeopleColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.PhonesThis class was deprecated in API level 5. see ContactsContract
Contacts.PhonesColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.PhotosThis class was deprecated in API level 5. see ContactsContract
Contacts.PhotosColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.PresenceColumnsThis interface was deprecated in API level 5. see ContactsContract
Contacts.SettingsThis class was deprecated in API level 5. see ContactsContract
Contacts.SettingsColumnsThis interface was deprecated in API level 5. see ContactsContract
ContactsContractThe contract between the contacts provider and applications.
ContactsContract.AggregationExceptionsConstants for the contact aggregation exceptions table, which contains aggregation rules overriding those used by automatic aggregation.
ContactsContract.BaseSyncColumnsGeneric columns for use by sync adapters.
ContactsContract.CommonDataKindsContainer for definitions of common data types stored in the ContactsContract.Data table.
ContactsContract.CommonDataKinds.BaseTypesThe base types that all “Typed” data kinds support.
ContactsContract.CommonDataKinds.CommonColumnsColumns common across the specific types.
ContactsContract.CommonDataKinds.ContactablesA special class of data items, used to refer to types of data that can be used to attempt to start communicating with a person (ContactsContract.CommonDataKinds.Phone and ContactsContract.CommonDataKinds.Email).
ContactsContract.CommonDataKinds.EmailA data kind representing an email address.
ContactsContract.CommonDataKinds.EventA data kind representing an event.
ContactsContract.CommonDataKinds.GroupMembershipGroup Membership.
ContactsContract.CommonDataKinds.IdentityA data kind representing an Identity related to the contact.
ContactsContract.CommonDataKinds.ImA data kind representing an IM address
You can use all columns defined for ContactsContract.Data as well as the following aliases.
ContactsContract.CommonDataKinds.NicknameA data kind representing the contact’s nickname.
ContactsContract.CommonDataKinds.NoteNotes about the contact.
ContactsContract.CommonDataKinds.OrganizationA data kind representing an organization.
ContactsContract.CommonDataKinds.PhoneA data kind representing a telephone number.
ContactsContract.CommonDataKinds.PhotoA data kind representing a photo for the contact.
ContactsContract.CommonDataKinds.RelationA data kind representing a relation.
ContactsContract.CommonDataKinds.SipAddressA data kind representing a SIP address for the contact.
ContactsContract.CommonDataKinds.StructuredNameA data kind representing the contact’s proper name.
ContactsContract.CommonDataKinds.StructuredPostalA data kind representing a postal addresses.
ContactsContract.CommonDataKinds.WebsiteA data kind representing a website related to the contact.
ContactsContract.ContactNameColumnsContact name and contact name metadata columns in the RawContacts table.
ContactsContract.ContactOptionsColumnsColumns of ContactsContract.Contacts that track the user’s preferences for, or interactions with, the contact.
ContactsContract.ContactsConstants for the contacts table, which contains a record per aggregate of raw contacts representing the same person.
ContactsContract.Contacts.AggregationSuggestionsA read-only sub-directory of a single contact aggregate that contains all aggregation suggestions (other contacts).
ContactsContract.Contacts.DataA sub-directory of a single contact that contains all of the constituent raw contact ContactsContract.Data rows.
ContactsContract.Contacts.EntityA sub-directory of a contact that contains all of its ContactsContract.RawContacts as well as ContactsContract.Data rows.
ContactsContract.Contacts.PhotoA read-only sub-directory of a single contact that contains the contact’s primary photo.
ContactsContract.Contacts.StreamItemsA sub-directory of a single contact that contains all of the constituent raw contact ContactsContract.StreamItems rows.
ContactsContract.ContactsColumnsColumns of ContactsContract.Contacts that refer to intrinsic properties of the contact, as opposed to the user-specified options found in ContactsContract.ContactOptionsColumns.
ContactsContract.ContactStatusColumns
ContactsContract.DataConstants for the data table, which contains data points tied to a raw contact.
ContactsContract.DataColumnsColumns in the Data table.
ContactsContract.DataColumnsWithJoinsCombines all columns returned by ContactsContract.Data table queries.
ContactsContract.DataUsageFeedbackAPI allowing applications to send usage information for each ContactsContract.Contacts.Data row to the Contacts Provider.
ContactsContract.DataUsageStatColumnsColumns in the Data_Usage_Stat table
ContactsContract.DeletedContactsConstants for the deleted contact table.
ContactsContract.DeletedContactsColumns
ContactsContract.DirectoryA Directory represents a contacts corpus, e.g.
ContactsContract.DisplayNameSourcesTypes of data used to produce the display name for a contact.
ContactsContract.DisplayPhotoHelper class for accessing full-size photos by photo file ID.
ContactsContract.FullNameStyleConstants for various styles of combining given name, family name etc into a full name.
ContactsContract.GroupsConstants for the groups table.
ContactsContract.GroupsColumns
ContactsContract.IntentsContains helper classes used to create or manage Intents that involve contacts.
ContactsContract.Intents.InsertConvenience class that contains string constants used to create contact Intents.
ContactsContract.PhoneLookupA table that represents the result of looking up a phone number, for example for caller ID.
ContactsContract.PhoneLookupColumns
ContactsContract.PhoneticNameStyleConstants for various styles of capturing the pronunciation of a person’s name.
ContactsContract.PresenceThis class was deprecated in API level 5. This old name was never meant to be made public. Do not use.
ContactsContract.PresenceColumnsAdditional data mixed in with ContactsContract.ContactStatusColumns to link back to specific _ID entries.
ContactsContract.ProfileConstants for the user’s profile data, which is represented as a single contact on the device that represents the user.
ContactsContract.ProfileSyncStateA table provided for sync adapters to use for storing private sync state data for the user’s personal profile.
ContactsContract.QuickContactHelper methods to display QuickContact dialogs that allow users to pivot on a specific Contacts entry.
ContactsContract.RawContactsConstants for the raw contacts table, which contains one row of contact information for each person in each synced account.
ContactsContract.RawContacts.DataA sub-directory of a single raw contact that contains all of its ContactsContract.Data rows.
ContactsContract.RawContacts.DisplayPhotoA sub-directory of a single raw contact that represents its primary display photo.
ContactsContract.RawContacts.EntityA sub-directory of a single raw contact that contains all of its ContactsContract.Data rows.
ContactsContract.RawContacts.StreamItemsA sub-directory of a single raw contact that contains all of its ContactsContract.StreamItems rows.
ContactsContract.RawContactsColumns
ContactsContract.RawContactsEntityConstants for the raw contacts entities table, which can be thought of as an outer join of the raw_contacts table with the data table.
ContactsContract.SettingsContacts-specific settings for various Account’s.
ContactsContract.SettingsColumns
ContactsContract.StatusColumnsSocial status update columns.
ContactsContract.StatusUpdatesA status update is linked to a ContactsContract.Data row and captures the user’s latest status update via the corresponding source, e.g.
ContactsContract.StreamItemPhotosConstants for the stream_item_photos table, which contains photos associated with social stream updates.
ContactsContract.StreamItemPhotosColumnsColumns in the StreamItemPhotos table.
ContactsContract.StreamItemsConstants for the stream_items table, which contains social stream updates from the user’s contact list.
ContactsContract.StreamItems.StreamItemPhotosA sub-directory of a single stream item entry that contains all of its photo rows.
ContactsContract.StreamItemsColumnsColumns in the StreamItems table.
ContactsContract.SyncColumnsColumns that appear when each row of a table belongs to a specific account, including sync information that an account may need.
ContactsContract.SyncStateA table provided for sync adapters to use for storing private sync state data for contacts.
ContentHandlerThis class converts the content of a certain format (i.e.
ContentHandlerReceive notification of the logical content of a document.
ContentHandlerFactoryDefines a factory which is responsible for creating a ContentHandler.
ContentLengthInputStreamStream that cuts off after a specified number of bytes.
ContentLengthOutputStreamA stream wrapper that closes itself after a defined number of bytes.
ContentLengthStrategyRepresents a strategy to determine the content length based on the properties of an HTTP message.
ContentLoadingProgressBarContentLoadingProgressBar implements a ProgressBar that waits a minimum time to be dismissed before showing.
ContentObservableA specialization of Observable for ContentObserver that provides methods for sending notifications to a list of ContentObserver objects.
ContentObserverReceives call backs for changes to content.
ContentProducerAn abstract entity content producer.
ContentProviderContent providers are one of the primary building blocks of Android applications, providing content to applications.
ContentProvider.PipeDataWriterInterface to write a stream of data to a pipe.
ContentProviderClientThe public interface object used to interact with a ContentProvider.
ContentProviderOperation
ContentProviderOperation.BuilderUsed to add parameters to a ContentProviderOperation.
ContentProviderResultContains the result of the application of a ContentProviderOperation.
ContentQueryMapCaches 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.
ContentResolverThis class provides applications access to the content model.
ContentUrisUtility methods useful for working with Uri objects that use the “content” (content://) scheme.
ContentValuesThis class is used to store a set of values that the ContentResolver can process.
ContextInterface to global information about an application environment.
ContextCompatHelper for accessing features in Context introduced after API level 4 in a backwards compatible fashion.
ContextMenuExtension of Menu for context menus providing functionality to modify the header of the context menu.
ContextMenu.ContextMenuInfoAdditional information regarding the creation of the context menu.
ContextThemeWrapperA ContextWrapper that allows you to modify the theme from what is in the wrapped context.
ContextWrapperProxying implementation of Context that simply delegates all of its calls to another Context.
CookieHTTP “magic-cookie” represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
CookieAttributeHandlerThs interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
CookieHandlerThis class provides a way to manage cookies with a HTTP protocol handler.
CookieIdentityComparatorThis cookie comparator can be used to compare identity of cookies.
CookieManagerManages the cookies used by an application’s WebView instances.
CookieManagerThis class provides a concrete implementation of CookieHandler.
CookieOriginCookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
CookiePathComparatorThis cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such that those with more specific Path attributes precede those with less specific.
CookiePolicyCookiePolicy has three pre-defined policy.
CookiePolicy
CookieSpecDefines the cookie management specification.
CookieSpecBaseCookie management functions shared by all specification.
CookieSpecFactory
CookieSpecParamBean
CookieSpecPNamesParameter names for cookie specifications in HttpCookie.
CookieSpecRegistryCookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie.
CookieStoreA CookieStore object is a repository for cookies.
CookieStoreAbstract cookie store.
CookieSyncManagerThe CookieSyncManager is used to synchronize the browser cookie store between RAM and permanent storage.
CopyOnWriteArrayListA thread-safe random-access list.
CopyOnWriteArraySetA Set that uses an internal CopyOnWriteArrayList for all of its operations.
CoreConnectionPNamesDefines parameter names for connections in HttpCore.
CoreProtocolPNamesDefines parameter names for protocol execution in HttpCore.
CornerPathEffect
CorrectionInfoInformation about a single text correction that an editor has reported to an input method.
CountDownLatchA synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownTimerSchedule a countdown until a time in the future, with regular notifications on intervals along the way.
CRC32The CRC32 class is used to compute a CRC32 checksum from data provided as input value.
CredentialsA class for representing UNIX credentials passed via ancillary data on UNIX domain sockets.
CredentialsUser name and password based authentication credentials.
CredentialsProviderAbstract credentials provider.
CriteriaA class indicating the application criteria for selecting a location provider.
CRLThis class represents Certificate Revocation Lists (CRLs) maintained by a certificate authority.
CRLExceptionThe exception that is thrown if errors occur during handling of CRLs.
CRLSelectorThe interface specification for determining whether a CRL meets some criteria to select CRL objects among a set of CRLs.
CrossProcessCursorA cross process cursor is an extension of a Cursor that also supports usage from remote processes.
CrossProcessCursorWrapperCursor wrapper that implements CrossProcessCursor.
CurrencyA currency corresponding to an ISO 4217 currency code such as “EUR” or “USD”.
CursorThis interface provides random read-write access to the result set returned by a database query.
CursorAdapterStatic library support version of the framework’s CursorAdapter.
CursorAdapterAdapter that exposes data from a Cursor to a ListView widget.
CursorIndexOutOfBoundsExceptionAn exception indicating that a cursor is out of bounds.
CursorJoinerDoes a join on two cursors using the specified columns.
CursorJoiner.ResultThe result of a call to next().
CursorLoaderA loader that queries the ContentResolver and returns a Cursor.
CursorLoaderStatic library support version of the framework’s CursorLoader.
CursorTreeAdapterAn adapter that exposes data from a series of Cursors to an ExpandableListView widget.
CursorWindowA buffer containing multiple cursor rows.
CursorWrapperWrapper class for Cursor that delegates all calls to the actual cursor object.
CycleInterpolatorRepeats the animation for a specified number of cycles.
CyclicBarrierA synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
D
DashPathEffect
DatabaseErrorHandlerAn interface to let the apps define the actions to take when the following errors are detected database corruption
DatabaseMetaDataAn interface which provides comprehensive information about the database management system and its supported features.
DatabaseUtilsStatic utility methods for dealing with databases and Cursors.
DatabaseUtils.InsertHelperThis class was deprecated in API level 17. Use SQLiteStatement instead.
DatabaseUtilsCompatHelper for accessing features in DatabaseUtils introduced after API level 4 in a backwards compatible fashion.
DataFormatExceptionDataFormatException is used to indicate an error in the format of a particular data stream which is to be uncompressed.
DatagramChannelA DatagramChannel is a selectable channel that represents a partial abstraction of a datagram socket.
DatagramPacketThis class represents a datagram packet which contains data either to be sent or received through a DatagramSocket.
DatagramSocketThis class implements a UDP socket for sending and receiving DatagramPacket.
DatagramSocketImplThe abstract superclass for datagram and multicast socket implementations.
DatagramSocketImplFactoryThis interface defines a factory for datagram socket implementations.
DataInputDefines an interface for classes that are able to read big-endian typed data from some source.
DataInputStreamWraps an existing InputStream and reads big-endian typed data from it.
DataOutputDefines an interface for classes that are able to write big-endian typed data to some target.
DataOutputStreamWraps an existing OutputStream and writes big-endian typed data to it.
DataSetObservableA specialization of Observable for DataSetObserver that provides methods for sending notifications to a list of DataSetObserver objects.
DataSetObserverReceives call backs when a data set has been changed, or made invalid.
DataSourceAn interface for the creation of Connection objects which represent a connection to a database.
DataTruncationAn exception which is thrown when a JDBC driver unexpectedly truncates a data value either when reading (resulting in warning), or when writing data (resulting in an error).
DatatypeConfigurationExceptionIndicates a serious configuration error.
DatatypeConstantsUtility class to contain basic Datatype values as constants.
DatatypeConstants.FieldType-safe enum class that represents six fields of the Duration class.
DatatypeFactoryFactory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.
DateA class which can consume and produce dates in SQL Date format.
DateA specific moment in time, with millisecond precision.
DateFormatUtility class for producing strings with formatted date/time.
DateFormatFormats or parses dates and times.
DateFormat.FieldThe instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that the formatToCharacterIterator(Object) method returns.
DateFormatSymbolsEncapsulates localized date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateKeyListenerFor entering dates in a text field.
DateParseExceptionAn exception to indicate an error parsing a date string.
DatePickerThis class is a widget for selecting a date.
DatePicker.OnDateChangedListenerThe callback used to indicate the user changes\d the date.
DatePickerDialogA simple dialog containing an DatePicker.
DatePickerDialog.OnDateSetListenerThe callback used to indicate the user is done filling in the date.
DateSorterSorts dates into the following groups: Today Yesterday seven days ago one month ago older than a month ago
DateTimeKeyListenerFor entering dates and times in the same text field.
DateUtilsThis class contains various date-related utilities for creating text for things like elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
DateUtilsA utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DeadObjectExceptionThe object you are calling has died, because its hosting process no longer exists.
DebugProvides various debugging methods for Android applications, including tracing and allocation counts.
Debug.InstructionCountAPI for gathering and querying instruction counts.
Debug.MemoryInfoThis class is used to retrieved various statistics about the memory mappings for this process.
DebugUtilsVarious utilities for debugging and logging.
DecelerateInterpolatorAn interpolator where the rate of change starts out quickly and and then decelerates.
DecimalFormatA concrete subclass of NumberFormat that formats decimal numbers.
DecimalFormatSymbolsEncapsulates the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
DeclHandlerSAX2 extension handler for DTD declaration events.
DefaultClientConnectionDefault implementation of an operated client connection.
DefaultClientConnectionOperatorDefault implementation of a ClientConnectionOperator.
DefaultConnectionKeepAliveStrategyDefault implementation of a strategy deciding duration that a connection can remain idle.
DefaultConnectionReuseStrategyDefault implementation of a strategy deciding about connection re-use.
DefaultDatabaseErrorHandlerDefault class used to define the actions to take when the database corruption is reported by sqlite.
DefaultedHttpContextHttpContext implementation that delegates resolution of an attribute to the given default HttpContext instance if the attribute is not present in the local one.
DefaultedHttpParamsHttpParams implementation that delegates resolution of a parameter to the given default HttpParams instance if the parameter is not present in the local one.
DefaultHandlerDefault base class for SAX2 event handlers.
DefaultHandler2This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
DefaultHttpClientDefault implementation of an HTTP client.
DefaultHttpClientConnectionDefault implementation of a client-side HTTP connection.
DefaultHttpRequestFactoryDefault implementation of a factory for creating request objects.
DefaultHttpRequestRetryHandlerThe default HttpRequestRetryHandler used by request executors.
DefaultHttpResponseFactoryDefault implementation of a factory for creating response objects.
DefaultHttpRoutePlannerDefault implementation of an HttpRoutePlanner.
DefaultHttpServerConnectionDefault implementation of a server-side HTTP connection.
DefaultProxyAuthenticationHandler
DefaultRedirectHandlerDefault implementation of RedirectHandler.
DefaultRequestDirectorDefault implementation of RequestDirector.
DefaultResponseParser
DefaultTargetAuthenticationHandler
DefaultUserTokenHandler
DeflaterThis class compresses data using the DEFLATE algorithm (see specification).
DeflaterInputStreamAn InputStream filter to compress data.
DeflaterOutputStreamThis class provides an implementation of FilterOutputStream that compresses data using the DEFLATE algorithm.
DelayedA mix-in style interface for marking objects that should be acted upon after a given delay.
DelayQueueAn unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired.
DeniedByServerExceptionException thrown when the provisioning server or key server denies a certficate or license for a device.
DeprecatedAnnotation type used to mark program elements that should no longer be used by programmers.
DequeA linear collection that supports element insertion and removal at both ends.
DESedeKeySpecThe key specification for a triple-DES (DES-EDE) key.
DESKeySpecThe key specification for a DES key.
DestroyableAllows for special treatment of sensitive information, when it comes to destroying or clearing of the data.
DestroyFailedExceptionSignals that the destroy() method failed.
DeviceAdminInfoThis class is used to specify meta information of a device administrator component.
DeviceAdminReceiverBase class for implementing a device administration component.
DevicePolicyManagerPublic interface for managing policies enforced on a device.
DexClassLoaderA class loader that loads classes from .jar and .apk files containing a classes.dex entry.
DexFileManipulates DEX files.
DhcpInfoA simple object for retrieving the results of a DHCP request.
DHGenParameterSpecThe algorithm parameter specification for generating Diffie-Hellman parameters used in Diffie-Hellman key agreement.
DHKeyThe interface for a Diffie-Hellman key.
DHParameterSpecThe algorithm parameter specification for the Diffie-Hellman algorithm.
DHPrivateKeyThe interface for a private key in the Diffie-Hellman key exchange protocol.
DHPrivateKeySpecThe key specification for a Diffie-Hellman private key.
DHPublicKeyThe interface for a public key in the Diffie-Hellman key exchange protocol.
DHPublicKeySpecThe key specification for a Diffie-Hellman public key.
DialerFilter
DialerKeyListenerFor dialing-only text entry
As for all implementations of KeyListener, this class is only concerned with hardware keyboards.
DialogBase class for Dialogs.
DialogFragmentA fragment that displays a dialog window, floating on top of its activity’s window.
DialogFragmentStatic library support version of the framework’s DialogFragment.
DialogInterface
DialogInterface.OnCancelListenerInterface used to allow the creator of a dialog to run some code when the dialog is canceled.
DialogInterface.OnClickListenerInterface used to allow the creator of a dialog to run some code when an item on the dialog is clicked…
DialogInterface.OnDismissListenerInterface used to allow the creator of a dialog to run some code when the dialog is dismissed.
DialogInterface.OnKeyListenerInterface definition for a callback to be invoked when a key event is dispatched to this dialog.
DialogInterface.OnMultiChoiceClickListenerInterface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked.
DialogInterface.OnShowListenerInterface used to allow the creator of a dialog to run some code when the dialog is shown.
DialogPreferenceA base class for Preference objects that are dialog-based.
Dictionary<K, V>Note: Do not use this class since it is obsolete.
DigestExceptionDigestException is a general message digest exception.
DigestInputStreamDigestInputStream is a FilterInputStream which maintains an associated message digest.
DigestOutputStreamDigestOutputStream is a FilterOutputStream which maintains an associated message digest.
DigestSchemeDigest authentication scheme as defined in RFC 2617.
DigestSchemeFactory
DigitalClockThis class was deprecated in API level 17. It is recommended you use TextClock instead.
DigitsKeyListenerFor digits-only text entry
As for all implementations of KeyListener, this class is only concerned with hardware keyboards.
DiscretePathEffect
DisplayProvides information about the size and density of a logical display.
DisplayManagerManages the properties of attached displays.
DisplayManager.DisplayListenerListens for changes in available display devices.
DisplayManagerCompatHelper for accessing features in DisplayManager introduced after API level 4 in a backwards compatible fashion.
DisplayMetricsA structure describing general information about a display, such as its size, density, and font scaling.
DocumentThe Document interface represents the entire HTML or XML document.
DocumentBuilderDefines the API to obtain DOM Document instances from an XML document.
DocumentBuilderFactoryDefines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
DocumentedDefines a meta-annotation for indicating that an annotation is documented and considered part of the public API.
DocumentFragmentDocumentFragment is a “lightweight” or “minimal” Document object.
DocumentHandlerThis interface was deprecated in API level 1. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DocumentsContractDefines the contract between a documents provider and the platform.
DocumentsContract.DocumentConstants related to a document, including Cursor column names and flags.
DocumentsContract.RootConstants related to a root of documents, including Cursor column names and flags.
DocumentsProviderBase class for a document provider.
DocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object.
DomainCombinerLegacy security code; do not use.
DOMConfigurationThe DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMErrorDOMError is an interface that describes an error.
DOMErrorHandlerDOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g.
DOMExceptionDOM operations only raise exceptions in “exceptional” circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationListThe DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationLSDOMImplementationLS contains the factory methods for creating Load and Save objects.
DOMImplementationSourceThis interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DOMLocatorIndicates the position of a node in a source DOM, intended primarily for error reporting.
DOMLocatorDOMLocator is an interface that describes a location (e.g.
DOMResultActs as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
DOMSourceActs as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
DOMStringListThe DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
DoubleThe wrapper for the primitive type double.
Double2Class for exposing the native RenderScript double2 type back to the Android system.
Double2Class for exposing the native RenderScript double2 type back to the Android system.
Double3Class for exposing the native RenderScript double3 type back to the Android system.
Double3Class for exposing the native RenderScript double3 type back to the Android system.
Double4Class for exposing the native RenderScript double4 type back to the Android system.
Double4Class for exposing the native RenderScript double4 type back to the Android system.
DoubleBufferA buffer of doubles.
DownloadListener
DownloadManagerThe download manager is a system service that handles long-running HTTP downloads.
DownloadManager.QueryThis class may be used to filter download manager queries.
DownloadManager.RequestThis class contains all the information necessary to request a new download.
DragEventRepresents an event that is sent out by the system at various times during a drag and drop operation.
DrawableA Drawable is a general abstraction for “something that can be drawn.” Most often you will deal with Drawable as the type of resource retrieved for drawing things to the screen; the Drawable class provides a generic API for dealing with an underlying visual resource that may take a variety of forms.
Drawable.CallbackImplement this interface if you want to create an animated drawable that extends Drawable.
Drawable.ConstantStateThis abstract class is used by Drawables to store shared constant state and data between Drawables.
DrawableCompatHelper for accessing features in Drawable introduced after API level 4 in a backwards compatible fashion.
DrawableContainerA helper class that contains several Drawables and selects which one to use.
DrawableContainer.DrawableContainerStateA ConstantState that can contain several Drawables.
DrawableMarginSpan
DrawerLayoutDrawerLayout acts as a top-level container for window content that allows for interactive “drawer” views to be pulled out from the edge of the window.
DrawerLayout.DrawerListenerListener for monitoring events about drawers.
DrawerLayout.LayoutParams
DrawerLayout.SavedStateState persisted across instances
DrawerLayout.SimpleDrawerListenerStub/no-op implementations of all methods of DrawerLayout.DrawerListener.
DrawFilterA DrawFilter subclass can be installed in a Canvas.
DreamServiceExtend this class to implement a custom dream (available to the user as a “Daydream”).
DriverAn interface to a JDBC driver.
DriverSAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks.
DriverManagerProvides facilities for managing JDBC drivers.
DriverPropertyInfoA class holding information about driver properties of a database connection.
DrmConvertedStatusAn entity class that wraps converted data, conversion status, and the offset for appending the header and body signature to the converted data.
DrmErrorEventAn entity class that is passed to the onError() callback.
DrmEventA base class that is used to send asynchronous event information from the DRM framework.
DrmInfoAn entity class that describes the information required to send transactions between a device and an online DRM server.
DrmInfoEventAn entity class that is passed to the onInfo() callback.
DrmInfoRequestAn entity class that is used to pass information to an online DRM server.
DrmInfoStatusAn entity class that wraps the result of communication between a device and an online DRM server.
DrmManagerClientThe main programming interface for the DRM framework.
DrmManagerClient.OnErrorListenerInterface definition for a callback that receives information about DRM framework errors.
DrmManagerClient.OnEventListenerInterface definition for a callback that receives information about DRM processing events.
DrmManagerClient.OnInfoListenerInterface definition for a callback that receives status messages and warnings during registration and rights acquisition.
DrmRightsAn entity class that wraps the license information retrieved from the online DRM server.
DrmStoreDefines constants that are used by the DRM framework.
DrmStore.ActionDefines actions that can be performed on rights-protected content.
DrmStore.ConstraintsColumnsInterface definition for the columns that represent DRM constraints.
DrmStore.DrmObjectTypeDefines DRM object types.
DrmStore.PlaybackDefines playback states for content.
DrmStore.RightsStatusDefines status notifications for digital rights.
DrmSupportInfoAn entity class that wraps the capability of each DRM plug-in (agent), such as the MIME type and file suffix the DRM plug-in can handle.
DrmUtilsA utility class that provides operations for parsing extended metadata embedded in DRM constraint information.
DrmUtils.ExtendedMetadataParserUtility that parses extended metadata embedded in DRM constraint information.
DropBoxManagerEnqueues chunks of data (from various sources – application crashes, kernel log records, etc.).
DropBoxManager.EntryA single entry retrieved from the drop box.
DSAKeyThe base interface for Digital Signature Algorithm (DSA) public or private keys.
DSAKeyPairGeneratorThe interface for key generators that can generate DSA key pairs.
DSAParameterSpecThe parameter specification used with the Digital Signature Algorithm (DSA).
DSAParamsThe interface for Digital Signature Algorithm (DSA) specific parameters.
DSAPrivateKeyThe interface for a Digital Signature Algorithm (DSA) private key.
DSAPrivateKeySpecThe parameters specifying a DSA private key.
DSAPublicKeyThe interface for a Digital Signature Algorithm (DSA) public key.
DSAPublicKeySpecThe parameters specifying a DSA public key.
DTDHandlerReceive notification of basic DTD-related events.
DuplicateFormatFlagsExceptionThe unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.
DurationImmutable representation of a time span as defined in the W3C XML Schema 1.0 specification.
DynamicDrawableSpan
DynamicLayoutDynamicLayout is a text layout that updates itself as the text is edited.
E
EasyEditSpanProvides an easy way to edit a portion of text.
ECFieldThe base interface for a Finite Field of an Elliptic Curve.
ECFieldF2mThe parameters specifying a characteristic 2 finite field of an elliptic curve.
ECFieldFpThe parameters specifying a prime finite field of an elliptic curve.
ECGenParameterSpecThe parameter specification used to generate elliptic curve domain parameters.
ECKeyThe base interface for Elliptic Curve (EC) public or private keys.
ECParameterSpecThe parameter specification used with Elliptic Curve Cryptography (ECC).
ECPointA Point on an Elliptic Curve in barycentric (or affine) coordinates.
ECPrivateKeyThe interface for an Elliptic Curve (EC) private key.
ECPrivateKeySpecThe parameters specifying an Elliptic Curve (EC) private key.
ECPublicKeyThe interface for an Elliptic Curve (EC) public key.
ECPublicKeySpecThe parameters specifying an Elliptic Curve (EC) public key.
EdgeEffectThis class performs the graphical effect used at the edges of scrollable widgets when the user scrolls beyond the content bounds in 2D space.
EdgeEffectCompatHelper for accessing EdgeEffect introduced after API level 4 in a backwards compatible fashion.
EditableThis is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings).
Editable.FactoryFactory used by TextView to create new Editables.
EditorInfoAn EditorInfo describes several attributes of a text editing object that an input method is communicating with (typically an EditText), most importantly the type of text content it contains.
EditTextEditText is a thin veneer over TextView that configures itself to be editable.
EditTextPreferenceA Preference that allows for string input.
EffectEffects are high-performance transformations that can be applied to image frames.
EffectContextAn EffectContext keeps all necessary state information to run Effects within a Open GL ES 2.0 context.
EffectFactoryThe EffectFactory class defines the list of available Effects, and provides functionality to inspect and instantiate them.
EffectUpdateListenerSome effects may issue callbacks to inform the host of changes to the effect state.
EGL
EGL10
EGL11
EGL14EGL 1.4
EGLConfigWrapper class for native EGLConfig objects.
EGLConfig
EGLContextWrapper class for native EGLContext objects.
EGLContext
EGLDisplayWrapper class for native EGLDisplay objects.
EGLDisplay
EGLExtEGL Extensions
EGLObjectHandleBase class for wrapped EGL objects.
EGLSurfaceWrapper class for native EGLSurface objects.
EGLSurface
ElementAn Element represents one item within an Allocation.
ElementAn XML element.
ElementAn Element represents one item within an Allocation.
ElementThe Element interface represents an element in an HTML or XML document.
Element.BuilderBuilder class for producing complex elements with matching field and name pairs.
Element.BuilderBuilder class for producing complex elements with matching field and name pairs.
Element.DataKindThe special interpretation of the data if required.
Element.DataKindThe special interpretation of the data if required.
Element.DataTypeDataType represents the basic type information for a basic element.
Element.DataTypeDataType represents the basic type information for a basic element.
ElementListenerListens for the beginning and ending of elements.
ElementTypeDefines an enumeration for Java program elements.
EllipticCurveAn Elliptic Curve with its necessary values.
EmbossMaskFilter
EmptyStackExceptionAn EmptyStackException is thrown if the pop/peek method of a stack is executed on an empty stack.
EncodedKeySpecThe abstract key specification for a public or a private key in encoded format.
EncodingUtilsThe home for utility methods that handle various encoding tasks.
EncryptedPrivateKeyInfoThis class implements the EncryptedPrivateKeyInfo ASN.1 type as specified in PKCS #8 - Private-Key Information Syntax Standard.
EndElementListenerListens for the end of elements.
EndTextElementListenerListens for the end of text elements.
EnglishReasonPhraseCatalogEnglish reason phrases for HTTP status codes.
EntityA representation of a item using ContentValues.
EntityThis interface represents a known entity, either parsed or unparsed, in an XML document.
Entity.NamedContentValues
EntityDeserializerDefault implementation of an entity deserializer.
EntityEnclosingRequestWrapperA wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.
EntityIteratorA specialization of Iterator that allows iterating over a collection of Entity objects.
EntityReferenceEntityReference nodes may be used to represent an entity reference in the tree.
EntityResolverBasic interface for resolving entities.
EntityResolver2Extended interface for mapping external entity references to input sources, or providing a missing external subset.
EntitySerializerDefault implementation of an entity serializer.
EntityTemplateEntity that delegates the process of content generation to an abstract content producer.
EntityUtilsStatic helpers for dealing with entities.
Enum<E extends Enum>The superclass of all enumerated types.
EnumConstantNotPresentExceptionThrown if an enum constant does not exist for a particular name.
EnumerationA legacy iteration interface.
EnumMap<K extends Enum, V>An Map specialized for use with Enum types as keys.
EnumSet<E extends Enum>An EnumSet is a specialized Set to be used with enums as keys.
EnvironmentProvides access to environment variables.
EnvironmentalReverbA sound generated within a room travels in many directions.
EnvironmentalReverb.OnParameterChangeListenerThe OnParameterChangeListener interface defines a method called by the EnvironmentalReverb when a parameter value has changed.
EnvironmentalReverb.SettingsThe Settings class regroups all environmental reverb parameters.
EnvironmentCompatHelper for accessing features in Environment introduced after API level 4 in a backwards compatible fashion.
EOFExceptionThrown when a program encounters the end of a file or stream during an input operation.
EofSensorInputStreamA stream wrapper that triggers actions on close() and EOF.
EofSensorWatcherA watcher for EofSensorInputStream.
EqualizerAn Equalizer is used to alter the frequency response of a particular music source or of the main output mix.
Equalizer.OnParameterChangeListenerThe OnParameterChangeListener interface defines a method called by the Equalizer when a parameter value has changed.
Equalizer.SettingsThe Settings class regroups all equalizer parameters.
ErrorError is the superclass of all classes that represent unrecoverable errors.
ErrorHandlerBasic interface for SAX error handlers.
ErrorListenerTo provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implementation with the Transformer.
ErrorManagerAn error reporting facility for Handler implementations to record any error that may happen during logging.
ETC1Methods for encoding and decoding ETC1 textures.
ETC1UtilUtility methods for using ETC1 compressed textures.
ETC1Util.ETC1TextureA utility class encapsulating a compressed ETC1 texture.
EventListenerEventListener is the superclass of all event listener interfaces.
EventListenerProxyThis abstract class provides a simple wrapper for objects of type EventListener.
EventLogAccess to the system diagnostic event record.
EventLog.EventA previously logged event read from the logs.
EventLogTagsThis class was deprecated in API level 8. This class is no longer functional. Use EventLog instead.
EventLogTags.Description
EventObjectEventObjects represent events.
ExceptionException is the superclass of all classes that represent recoverable exceptions.
ExceptionInInitializerErrorThrown when an exception occurs during class initialization.
ExceptionUtilsThe home for utility methods that handle various exception-related tasks.
ExchangerA synchronization point at which threads can pair and swap elements within pairs.
ExecutionContextContext attribute names for protocol execution.
ExecutionExceptionException thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExecutorAn object that executes submitted Runnable tasks.
ExecutorCompletionServiceA CompletionService that uses a supplied Executor to execute tasks.
ExecutorsFactory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package.
ExecutorServiceAn Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks.
ExemptionMechanismThis class implements the functionality of an exemption mechanism such as key recovery, key weakening, or key escrow.
ExemptionMechanismExceptionThis is the base class for ExemptionMechanismException.
ExemptionMechanismSpiThe Service Provider Interface (SPI) definition for the ExemptionMechanism class.
ExifInterfaceThis is a class for reading and writing Exif tags in a JPEG file.
ExpandableListActivityAn activity that displays an expandable list of items by binding to a data source implementing the ExpandableListAdapter, and exposes event handlers when the user selects an item.
ExpandableListAdapterAn adapter that links a ExpandableListView with the underlying data.
ExpandableListViewA view that shows items in a vertically scrolling two-level list.
ExpandableListView.ExpandableListContextMenuInfoExtra menu information specific to an ExpandableListView provided to the onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this AdapterView.
ExpandableListView.OnChildClickListenerInterface definition for a callback to be invoked when a child in this expandable list has been clicked.
ExpandableListView.OnGroupClickListenerInterface definition for a callback to be invoked when a group in this expandable list has been clicked.
ExpandableListView.OnGroupCollapseListenerUsed for being notified when a group is collapsed
ExpandableListView.OnGroupExpandListenerUsed for being notified when a group is expanded
ExploreByTouchHelperExploreByTouchHelper is a utility class for implementing accessibility support in custom Views that represent a collection of View-like logical items.
ExternalizableDefines an interface for classes that want to be serializable, but have their own binary representation.
ExtractEditTextSpecialization of EditText for showing and interacting with the extracted text in a full-screen input method.
ExtractedTextInformation about text that has been extracted for use by an input method.
ExtractedTextRequestDescription of what an input method would like from an application when extract text from its input editor.
F
FaceDetectorIdentifies the faces of people in a Bitmap graphic object.
FaceDetector.FaceA Face contains all the information identifying the location of a face in a bitmap.
FactoryConfigurationErrorThrown when a problem with configuration with the Parser Factories exists.
FadeThis transition tracks changes to the visibility of target views in the start and end scenes and fades views in or out when they become visible or non-visible.
FeatureInfoA single feature that can be requested by an application.
FieldThis class represents a field.
FieldPackerUtility class for packing arguments and structures from Android system objects to RenderScript objects.
FieldPackerUtility class for packing arguments and structures from Android system objects to RenderScript objects.
FieldPositionIdentifies fields in formatted strings.
FileAn “abstract” representation of a file system entity identified by a pathname.
FileBackupHelperA helper class that can be used in conjunction with BackupAgentHelper to manage the backup of a set of files.
FileChannelAn abstract channel type for interaction with a platform file.
FileChannel.MapModeMapMode defines file mapping mode constants.
FileDescriptorWraps a Unix file descriptor.
FileEntityAn entity whose content is retrieved from a file.
FileFilterAn interface for filtering File objects based on their names or other information.
FileHandlerA FileHandler writes logging records into a specified file or a rotating set of files.
FileInputStreamAn input stream that reads bytes from a file.
FileLockA FileLock represents a locked region of a file.
FileLockInterruptionExceptionA FileLockInterruptionException is thrown when a thread is interrupted while waiting to acquire a file lock.
FilenameFilterAn interface for filtering File objects based on their names or the directory they reside in.
FileNameMapDefines a scheme for mapping a filename type to a MIME content type.
FileNotFoundExceptionThrown when a file specified by a program cannot be found.
FileObserverMonitors files (using inotify) to fire an event after files are accessed or changed by by any process on the device (including this one).
FileOutputStreamAn output stream that writes bytes to a file.
FilePermissionLegacy security code; do not use.
FileProviderFileProvider is a special subclass of ContentProvider that facilitates secure sharing of files associated with an app by creating a content:// Uri for a file instead of a file:/// Uri.
FileReaderA specialized Reader that reads from a file in the file system.
FileWriterA specialized Writer that writes to a file in the file system.
FilterA filter constrains data with a filtering pattern.
FilterA Filter provides a mechanism for exercising fine-grained control over which records get logged.
Filter.FilterListenerListener used to receive a notification upon completion of a filtering operation.
Filter.FilterResultsHolds the results of a filtering operation.
FilterableDefines a filterable behavior.
FilterInputStreamWraps an existing InputStream and performs some transformation on the input data while it is being read.
FilterOutputStreamWraps an existing OutputStream and performs some transformation on the output data while it is being written.
FilterQueryProviderThis class can be used by external clients of CursorAdapter and CursorTreeAdapter to define how the content of the adapter should be filtered.
FilterReaderWraps an existing Reader and performs some transformation on the input data while it is being read.
FilterWriterWraps an existing Writer and performs some transformation on the output data while it is being written.
FlakyTestThis annotation can be used on an InstrumentationTestCase’s test methods.
FloatThe wrapper for the primitive type float.
Float2Class for exposing the native RenderScript float2 type back to the Android system.
Float2Class for exposing the native RenderScript float2 type back to the Android system.
Float3Class for exposing the native RenderScript float2 type back to the Android system.
Float3Class for exposing the native RenderScript float2 type back to the Android system.
Float4Class for exposing the native RenderScript float2 type back to the Android system.
Float4Class for exposing the native RenderScript float2 type back to the Android system.
FloatBufferA buffer of floats.
FloatEvaluatorThis evaluator can be used to perform type interpolation between float values.
FloatMathMath routines similar to those found in Math.
FlushableDefines an interface for classes that can (or need to) be flushed, typically before some output processing is considered to be finished and the object gets closed.
FocusFinderThe algorithm used for finding the next focusable view in a given direction from a view that currently has focus.
ForegroundColorSpan
FormatThe base class for all formats.
Format.FieldInner class used to represent Format attributes in the AttributedCharacterIterator that the formatToCharacterIterator() method returns in Format subclasses.
FormatException
FormatFlagsConversionMismatchExceptionA FormatFlagsConversionMismatchException will be thrown if a conversion and the flags are incompatible.
FormattableClasses that handle custom formatting for the ‘s’ specifier of Formatter should implement the Formattable interface.
FormattableFlagsFormattableFlags are used as a parameter to formatTo(Formatter, int, int, int) and change the output format in Formattables.
FormattedHeaderAn HTTP header which is already formatted.
FormatterUtility class to aid in formatting common values that are not covered by the Formatter class in java.util
FormatterFormats arguments according to a format string (like printf in C).
FormatterFormatter objects are used to format LogRecord objects into a string representation.
Formatter.BigDecimalLayoutFormThe enumeration giving the available styles for formatting very large decimal numbers.
FormatterClosedExceptionA FormatterClosedException will be thrown if the formatter has been closed.
FragmentA Fragment is a piece of an application’s user interface or behavior that can be placed in an Activity.
FragmentStatic library support version of the framework’s Fragment.
Fragment.InstantiationExceptionThrown by instantiate(Context, String, Bundle) when there is an instantiation failure.
Fragment.InstantiationExceptionThrown by instantiate(Context, String, Bundle) when there is an instantiation failure.
Fragment.SavedStateState information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState.
Fragment.SavedStateState information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState.
FragmentActivityBase class for activities that want to use the support-based Fragment and Loader APIs.
FragmentBreadCrumbsHelper class for showing “bread crumbs” representing the fragment stack in an activity.
FragmentBreadCrumbs.OnBreadCrumbClickListenerInterface to intercept clicks on the bread crumbs.
FragmentCompatHelper for accessing features in Fragment introduced after API level 13 in a backwards compatible fashion.
FragmentManagerInterface for interacting with Fragment objects inside of an Activity
Developer Guides
For more information about using fragments, read the Fragments developer guide.
FragmentManagerStatic library support version of the framework’s FragmentManager.
FragmentManager.BackStackEntryRepresentation of an entry on the fragment back stack, as created with FragmentTransaction.addToBackStack().
FragmentManager.BackStackEntryRepresentation of an entry on the fragment back stack, as created with FragmentTransaction.addToBackStack().
FragmentManager.OnBackStackChangedListenerInterface to watch for changes to the back stack.
FragmentManager.OnBackStackChangedListenerInterface to watch for changes to the back stack.
FragmentPagerAdapterImplementation of PagerAdapter that represents each page as a Fragment that is persistently kept in the fragment manager as long as the user can return to the page.
FragmentPagerAdapterImplementation of PagerAdapter that represents each page as a Fragment that is persistently kept in the fragment manager as long as the user can return to the page.
FragmentStatePagerAdapterImplementation of PagerAdapter that uses a Fragment to manage each page.
FragmentStatePagerAdapterImplementation of PagerAdapter that uses a Fragment to manage each page.
FragmentTabHostVersion of FragmentTabHost that can be used with the platform Fragment APIs.
FragmentTabHostSpecial TabHost that allows the use of Fragment objects for its tab content.
FragmentTransactionAPI for performing a set of Fragment operations.
FragmentTransactionStatic library support version of the framework’s FragmentTransaction.
FrameLayoutFrameLayout is designed to block out an area on the screen to display a single item.
FrameLayout.LayoutParamsPer-child layout information for layouts that support margins.
FullBackupDataOutputProvides the interface through which a BackupAgent writes entire files to a full backup data set, via its onFullBackup(FullBackupDataOutput) method.
FutureA Future represents the result of an asynchronous computation.
FutureTaskA cancellable asynchronous computation.
G
GalleryThis class was deprecated in API level 16. This widget is no longer supported. Other horizontally scrolling widgets include HorizontalScrollView and ViewPager from the support library.
Gallery.LayoutParamsGallery extends LayoutParams to provide a place to hold current Transformation information along with previous position/transformation info.
GatheringByteChannelThe interface for channels that can write a set of buffers in a single operation.
GCMParameterSpecProvides a the parameters for an instance of a Cipher using Galois/Counter Mode (GCM).
GeneralSecurityExceptionGeneralSecurityException is a general security exception and the superclass for all security specific exceptions.
GenericArrayTypeThis interface represents an array type with a component type that is either a parameterized type or a type variable.
GenericDeclarationCommon interface for language constructs that declare type parameters.
GenericSignatureFormatErrorIndicates that a malformed signature has been encountered via a reflective method.
GeocoderA class for handling geocoding and reverse geocoding.
GeofenceHardwareThis class handles geofences managed by various hardware subsystems.
GeofenceHardwareCallbackThe callback class associated with the APIs in GeofenceHardware
GeofenceHardwareMonitorCallbackThe callback class associated with the status change of hardware montiors in GeofenceHardware
GeofenceHardwareRequestThis class represents the characteristics of the geofence.
GeolocationPermissionsThis class is used to manage permissions for the WebView’s Geolocation JavaScript API.
GeolocationPermissions.CallbackA callback interface used by the host application to set the Geolocation permission state for an origin.
GeomagneticFieldEstimates magnetic field at a given point on Earth, and in particular, to compute the magnetic declination from true north.
GestureA gesture is a hand-drawn shape on a touch screen.
GestureDetectorDetects various gestures and events using the supplied MotionEvents.
GestureDetector.OnDoubleTapListenerThe listener that is used to notify when a double-tap or a confirmed single-tap occur.
GestureDetector.OnGestureListenerThe listener that is used to notify when gestures occur.
GestureDetector.SimpleOnGestureListenerA convenience class to extend when you only want to listen for a subset of all the gestures.
GestureDetectorCompatDetects various gestures and events using the supplied MotionEvents.
GestureLibraries
GestureLibrary
GestureOverlayViewA transparent overlay for gesture input that can be placed on top of other widgets or contain other widgets.
GestureOverlayView.OnGestureListener
GestureOverlayView.OnGesturePerformedListener
GestureOverlayView.OnGesturingListener
GesturePointA timed point of a gesture stroke.
GestureStoreGestureLibrary maintains gesture examples and makes predictions on a new gesture
GestureStrokeA gesture stroke started on a touch down and ended on a touch up.
GestureUtilsUtility functions for gesture processing & analysis, including methods for:
feature extraction (e.g., samplers and those for calculating bounding boxes and gesture path lengths);
geometric transformation (e.g., translation, rotation and scaling);
gesture similarity comparison (e.g., calculating Euclidean or Cosine distances between two gestures).
GetCharsPlease implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.
GL
GL10
GL10Ext
GL11
GL11Ext
GL11ExtensionPack
GLDebugHelperA helper class for debugging OpenGL ES applications.
GLES10
GLES10Ext
GLES11
GLES11Ext
GLES20OpenGL ES 2.0
GLES30OpenGL ES 3.0
GLExceptionAn exception class for OpenGL errors.
GLSurfaceViewAn implementation of SurfaceView that uses the dedicated surface for displaying OpenGL rendering.
GLSurfaceView.EGLConfigChooserAn interface for choosing an EGLConfig configuration from a list of potential configurations.
GLSurfaceView.EGLContextFactoryAn interface for customizing the eglCreateContext and eglDestroyContext calls.
GLSurfaceView.EGLWindowSurfaceFactoryAn interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
GLSurfaceView.GLWrapperAn interface used to wrap a GL interface.
GLSurfaceView.RendererA generic renderer interface.
GLUA set of GL utilities inspired by the OpenGL Utility Toolkit.
GLUtilsUtility class to help bridging OpenGL ES and Android APIs.
GpsSatelliteThis class represents the current state of a GPS satellite.
GpsStatusThis class represents the current state of the GPS engine.
GpsStatus.ListenerUsed for receiving notifications when GPS status has changed.
GpsStatus.NmeaListenerUsed for receiving NMEA sentences from the GPS.
GradientDrawableA Drawable with a color gradient for buttons, backgrounds, etc.
GradientDrawable.OrientationControls how the gradient is oriented relative to the drawable’s bounds
GravityStandard constants and tools for placing an object within a potentially larger container.
GravityCompatCompatibility shim for accessing newer functionality from Gravity.
GregorianCalendarGregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
GridLayoutA layout that places its children in a rectangular grid.
GridLayoutA layout that places its children in a rectangular grid.
GridLayout.AlignmentAlignments specify where a view should be placed within a cell group and what size it should be.
GridLayout.AlignmentAlignments specify where a view should be placed within a cell group and what size it should be.
GridLayout.LayoutParamsLayout information associated with each of the children of a GridLayout.
GridLayout.LayoutParamsLayout information associated with each of the children of a GridLayout.
GridLayout.SpecA Spec defines the horizontal or vertical characteristics of a group of cells.
GridLayout.SpecA Spec defines the horizontal or vertical characteristics of a group of cells.
GridLayoutAnimationControllerA layout animation controller is used to animated a grid layout’s children.
GridLayoutAnimationController.AnimationParametersThe set of parameters that has to be attached to each view contained in the view group animated by the grid layout animation controller.
GridViewA view that shows items in two-dimensional scrolling grid.
GroupA Principal that represents a group of principals.
GsmCellLocationRepresents the cell location on a GSM phone.
GuardGuard implementors protect access to other objects.
GuardedObjectGuardedObject controls access to an object, by checking all requests for the object with a Guard.
GZIPInputStreamThe GZIPInputStream class is used to read data stored in the GZIP format, reading and decompressing GZIP data from the underlying stream into its buffer.
GZIPOutputStreamThe GZIPOutputStream class is used to write data to a stream in the GZIP storage format.
H
HandlerA Handler allows you to send and process Message and Runnable objects associated with a thread’s MessageQueue.
HandlerA Handler object accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc.
Handler.CallbackCallback interface you can use when instantiating a Handler to avoid having to implement your own subclass of Handler.
HandlerBaseThis class was deprecated in API level 1. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerThreadHandy class for starting a new thread that has a looper.
HandshakeCompletedEventThe event object encapsulating the information about a completed SSL handshake on a SSL connection.
HandshakeCompletedListenerThe listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection.
HapticFeedbackConstantsConstants to be used to perform haptic feedback effects via performHapticFeedback(int)
HashMap<K, V>HashMap is an implementation of Map.
HashSetHashSet is an implementation of a Set.
Hashtable<K, V>Hashtable is a synchronized implementation of Map.
HeaderRepresents an HTTP header field.
HeaderElementOne element of an HTTP header value.
HeaderElementIteratorA type-safe iterator for HeaderElement objects.
HeaderGroupA class for combining a set of headers.
HeaderIteratorA type-safe iterator for Header objects.
HeaderValueFormatterInterface for formatting elements of a header value.
HeaderValueParserInterface for parsing header values into elements.
HeaderViewListAdapterListAdapter used when a ListView has header views.
HeterogeneousExpandableListAdditional methods that when implemented make an ExpandableListAdapter take advantage of the Adapter view type mechanism.
HideReturnsTransformationMethodThis transformation method causes any carriage return characters (\r) to be hidden by displaying them as zero-width non-breaking space characters ().
HorizontalScrollViewLayout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.
HostApduServiceHostApduService is a convenience Service class that can be extended to emulate an NFC card inside an Android service component.
HostNameResolver
HostnameVerifierThe interface to be used to provide hostname verification functionality.
HtmlThis class processes HTML strings into displayable styled text.
Html.ImageGetterRetrieves images for HTML tags.
Html.TagHandlerIs notified when HTML tags are encountered that the parser does not know how to interpret.
HTTPConstants and static helpers related to the HTTP protocol.
HttpAbstractParamBean
HttpAuthHandlerRepresents a request for HTTP authentication.
HttpClientInterface for an HTTP client.
HttpClientConnectionAn HTTP connection for use on the client side.
HttpClientParamsAn adaptor for accessing HTTP client parameters in HttpParams.
HttpConnectionA generic HTTP connection, useful on client and server side.
HttpConnectionMetricsThe point of access to the statistics of an HttpConnection.
HttpConnectionMetricsImplImplementation of the metrics interface.
HttpConnectionParamBean
HttpConnectionParamsAn adaptor for accessing connection parameters in HttpParams.
HttpContextA context for executing a request.
HttpCookieAn opaque key-value value pair held by an HTTP client to permit a stateful session with an HTTP server.
HttpDateGeneratorGenerates a date in the format required by the HTTP protocol.
HttpDeleteHTTP DELETE method
The HTTP DELETE method is defined in section 9.7 of RFC2616:
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
HttpEntityAn entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequestA request with an entity.
HttpEntityEnclosingRequestBaseBasic implementation of an HTTP request that can be modified.
HttpEntityWrapperBase class for wrapping entities.
HttpExceptionSignals that an HTTP exception has occurred.
HttpExpectationVerifierDefines an interface to verify whether an incoming HTTP request meets the target server’s expectations.
HttpGetHTTP GET method.
HttpHeadHTTP HEAD method.
HttpHostHolds all of the variables needed to describe an HTTP connection to a host.
HttpHostConnectExceptionA ConnectException that specifies the HttpHost that was being connected to.
HttpInetConnectionAn HTTP connection over the Internet Protocol (IP).
HttpMessageA generic HTTP message.
HttpMessageParserGeneric message parser interface.
HttpMessageWriterGeneric message writer interface.
HttpOptionsHTTP OPTIONS method.
HttpParamsRepresents a collection of HTTP protocol and framework parameters.
HttpPostHTTP POST method.
HttpProcessorPerforms interceptor processing of requests and responses.
HttpProtocolParamBean
HttpProtocolParamsThis class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP protocol specific parameters.
HttpPutHTTP PUT method.
HttpRequestAn HTTP request.
HttpRequestBaseBasic implementation of an HTTP request that can be modified.
HttpRequestExecutorSends HTTP requests and receives the responses.
HttpRequestFactoryA factory for HttpRequest objects.
HttpRequestHandler
HttpRequestHandlerRegistryMaintains a map of HTTP request handlers keyed by a request URI pattern.
HttpRequestHandlerResolverInterface to be implemented by objects that can resolve HttpRequestHandler instances by request URI.
HttpRequestInterceptorProcesses a request.
HttpRequestInterceptorListProvides access to an ordered list of request interceptors.
HttpRequestParser
HttpRequestRetryHandlerA handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
HttpRequestWriter
HttpResponseAn HTTP response.
HttpResponseCacheCaches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and bandwidth.
HttpResponseExceptionSignals a non 2xx HTTP response.
HttpResponseFactoryA factory for HttpResponse objects.
HttpResponseInterceptorProcesses a response.
HttpResponseInterceptorListProvides access to an ordered list of response interceptors.
HttpResponseParser
HttpResponseWriter
HttpRetryExceptionIf a HTTP request has to be retried, this exception will be thrown if the request cannot be retried automatically.
HttpRouteThe route for a request.
HttpRouteDirectorProvides directions on establishing a route.
HttpRoutePlannerEncapsulates logic to compute a HttpRoute to a target host.
HttpServerConnectionAn HTTP connection for use on the server side.
HttpServiceMinimalistic server-side implementation of an HTTP processor.
HttpStatusConstants enumerating the HTTP status codes.
HttpsURLConnectionAn HttpURLConnection for HTTPS (RFC 2818).
HttpTraceHTTP TRACE method.
HttpTransportMetrics
HttpTransportMetricsImplDefault implementation of HttpTransportMetrics.
HttpUriRequestExtended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
HttpURLConnectionAn URLConnection for HTTP (RFC 2616) used to send and receive data over the web.
HttpVersionRepresents an HTTP version, as specified in RFC 2616.
I
IBinderBase interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when performing in-process and cross-process calls.
IBinder.DeathRecipientInterface for receiving a callback when the process hosting an IBinder has gone away.
IconMarginSpan
ICUCompat
IdentityThis class was deprecated in API level 1. Use Principal, KeyStore and the java.security.cert package instead.
IdentityHashMap<K, V>IdentityHashMap is a variant on HashMap which tests equality by reference instead of equality by value.
IdentityInputStreamA stream for reading from a session input buffer.
IdentityOutputStreamA stream for writing with an “identity” transport encoding.
IdentityScopeThis class was deprecated in API level 1. Use Principal, KeyStore and the java.security.cert package instead.
IdleConnectionHandlerA helper class for connection managers to track idle connections.
IDNConverts internationalized domain names between Unicode and the ASCII Compatible Encoding (ACE) representation.
IInterfaceBase class for Binder interfaces.
IllegalAccessErrorThrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.
IllegalAccessExceptionThrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.
IllegalArgumentExceptionThrown when a method is invoked with an argument which it can not reasonably deal with.
IllegalBlockingModeExceptionAn IllegalBlockingModeException is thrown when an operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode.
IllegalBlockSizeExceptionThe exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.
IllegalCharsetNameExceptionAn IllegalCharsetNameException is thrown when an illegal charset name is encountered.
IllegalFormatCodePointExceptionAn IllegalFormatCodePointException will be thrown if an invalid Unicode code point (defined by isValidCodePoint(int)) is passed as a parameter to a Formatter.
IllegalFormatConversionExceptionAn IllegalFormatConversionException will be thrown when the parameter is incompatible with the corresponding format specifier.
IllegalFormatExceptionAn IllegalFormatException is thrown when a format string that contains either an illegal syntax or format specifier is transferred as a parameter.
IllegalFormatFlagsExceptionAn IllegalFormatFlagsException will be thrown if the combination of the format flags is illegal.
IllegalFormatPrecisionExceptionAn IllegalFormatPrecisionException will be thrown if the precision is a negative other than -1 or in other cases where precision is not supported.
IllegalFormatWidthExceptionAn IllegalFormatWidthException will be thrown if the width is a negative value other than -1 or in other cases where a width is not supported.
IllegalMonitorStateExceptionThrown when a monitor operation is attempted when the monitor is not in the correct state, for example when a thread attempts to exit a monitor which it does not own.
IllegalSelectorExceptionAn IllegalSelectorException is thrown when a call is made to register a channel on a selector that has been created by a different provider.
IllegalStateExceptionThrown when an action is attempted at a time when the VM is not in the correct state.
IllegalThreadStateExceptionThrown when an operation is attempted which is not possible given the state that the executing thread is in.
ImageA single complete image buffer to use with a media source such as a MediaCodec.
Image.PlaneA single color plane of image data.
ImageButtonDisplays a button with an image (instead of text) that can be pressed or clicked by the user.
ImageFormat
ImageReaderThe ImageReader class allows direct application access to image data rendered into a Surface
Several Android media API classes accept Surface objects as targets to render to, including MediaPlayer, MediaCodec, and RenderScript Allocations.
ImageReader.OnImageAvailableListenerCallback interface for being notified that a new image is available.
ImageSpan
ImageSwitcher
ImageViewDisplays an arbitrary image, such as an icon.
ImageView.ScaleTypeOptions for scaling the bounds of an image to the bounds of this view.
IncompatibleClassChangeErrorIncompatibleClassChangeError is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.
IncompleteAnnotationExceptionIndicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.
IndexedPropertyChangeEventA type of PropertyChangeEvent that indicates that an indexed property has changed.
IndexOutOfBoundsExceptionThrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.
Inet4AddressAn IPv4 address.
Inet6AddressAn IPv6 address.
InetAddressAn Internet Protocol (IP) address.
InetAddressUtilsA collection of utilities relating to InetAddresses.
InetSocketAddressThis class represents a socket endpoint described by a IP address and a port number.
InflateExceptionThis exception is thrown by an inflater on error conditions.
InflaterThis class decompresses data that was compressed using the DEFLATE algorithm (see specification).
InflaterInputStreamThis class provides an implementation of FilterInputStream that decompresses data that was compressed using the DEFLATE algorithm (see specification).
InflaterOutputStreamAn OutputStream filter to decompress data.
InheritableThreadLocalA thread-local variable whose value is passed from parent to child thread.
InheritedDefines a meta-annotation for indicating that an annotation is automatically inherited.
InputBindingInformation given to an InputMethod about a client connecting to it.
InputConnectionThe InputConnection interface is the communication channel from an InputMethod back to the application that is receiving its input.
InputConnectionWrapperWrapper class for proxying calls to another InputConnection.
InputDeviceDescribes the capabilities of a particular input device.
InputDevice.MotionRangeProvides information about the range of values for a particular MotionEvent axis.
InputEventCommon base class for input events.
InputFilterInputFilters can be attached to Editables to constrain the changes that can be made to them.
InputFilter.AllCapsThis filter will capitalize all the lower case letters that are added through edits.
InputFilter.LengthFilterThis filter will constrain edits not to make the length of the text greater than the specified length.
InputManagerProvides information about input devices and available key layouts.
InputManager.InputDeviceListenerListens for changes in input devices.
InputMethodThe InputMethod interface represents an input method which can generate key events and text, such as digital, email addresses, CJK characters, other language characters, and etc., while handling various input events, and send the text back to the application that requests text input.
InputMethod.SessionCallback
InputMethodInfoThis class is used to specify meta information of an input method.
InputMethodManagerCentral system API to the overall input method framework (IMF) architecture, which arbitrates interaction between applications and the current input method.
InputMethodServiceInputMethodService provides a standard implementation of an InputMethod, which final implementations can derive from and customize.
InputMethodService.InputMethodImplConcrete implementation of AbstractInputMethodService.AbstractInputMethodImpl that provides all of the standard behavior for an input method.
InputMethodService.InputMethodSessionImplConcrete implementation of AbstractInputMethodService.AbstractInputMethodSessionImpl that provides all of the standard behavior for an input method session.
InputMethodService.InsetsInformation about where interesting parts of the input method UI appear.
InputMethodSessionThe InputMethodSession interface provides the per-client functionality of InputMethod that is safe to expose to applications.
InputMethodSession.EventCallback
InputMethodSubtypeThis class is used to specify meta information of a subtype contained in an input method editor (IME).
InputMethodSubtype.InputMethodSubtypeBuilderInputMethodSubtypeBuilder is a builder class of InputMethodSubtype.
InputMismatchExceptionAn InputMismatchException is thrown by a scanner to indicate that the next token does not match or is out of range for the type specified in the pattern.
InputQueueAn input queue provides a mechanism for an application to receive incoming input events.
InputQueue.CallbackInterface to receive notification of when an InputQueue is associated and dissociated with a thread.
InputSourceA single input source for an XML entity.
InputStreamA readable source of bytes.
InputStreamEntityA streamed entity obtaining content from an InputStream.
InputStreamReaderA class for turning a byte stream into a character stream.
InputTypeBit definitions for an integer defining the basic content type of text held in an Editable object.
InsetDrawableA Drawable that insets another Drawable by a specified distance.
InstantiationErrorThrown when the VM notices that a program tries to create a new instance of a class which has no visible constructors from the location where new is invoked.
InstantiationExceptionThrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.
InstrumentationBase class for implementing application instrumentation code.
Instrumentation.ActivityMonitorInformation about a particular kind of Intent that is being monitored.
Instrumentation.ActivityResultDescription of a Activity execution result to return to the original activity.
InstrumentationInfoInformation you can retrieve about a particular piece of test instrumentation.
InstrumentationTestCaseA test case that has access to Instrumentation.
InstrumentationTestRunnerAn Instrumentation that runs various types of TestCases against an Android package (application).
InstrumentationTestSuiteA TestSuite that injects Instrumentation into InstrumentationTestCase before running them.
Int2Class for exposing the native RenderScript int2 type back to the Android system.
Int2Class for exposing the native RenderScript int2 type back to the Android system.
Int3Class for exposing the native RenderScript int3 type back to the Android system.
Int3Class for exposing the native RenderScript int3 type back to the Android system.
Int4Class for exposing the native RenderScript int4 type back to the Android system.
Int4Class for exposing the native RenderScript int4 type back to the Android system.
IntBufferA buffer of ints.
IntegerThe wrapper for the primitive type int.
IntentAn intent is an abstract description of an operation to be performed.
Intent.FilterComparisonWrapper class holding an Intent and implementing comparisons on it for the purpose of filtering.
Intent.ShortcutIconResourceRepresents a shortcut/live folder icon resource.
IntentCompatHelper for accessing features in Intent introduced after API level 4 in a backwards compatible fashion.
IntentFilterStructured description of Intent values to be matched.
IntentFilter.AuthorityEntryThis is an entry for a single authority in the Iterator returned by authoritiesIterator().
IntentFilter.MalformedMimeTypeExceptionThis exception is thrown when a given MIME type does not have a valid syntax.
IntentSenderA description of an Intent and target action to perform with it.
IntentSender.OnFinishedCallback interface for discovering when a send operation has completed.
IntentSender.SendIntentExceptionException thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.
IntentServiceIntentService is a base class for Services that handle asynchronous requests (expressed as Intents) on demand.
InterfaceAddressIdentifies one of a network interface’s addresses.
InternalErrorThrown when the VM notices that it has gotten into an undefined state.
Interpolator
InterpolatorAn interpolator defines the rate of change of an animation.
Interpolator.Result
InterruptedExceptionThrown when a waiting thread is activated before the condition it was waiting for has been satisfied.
InterruptedIOExceptionSignals that a blocking I/O operation has been interrupted.
InterruptibleChannelChannels that implement this interface can be asynchronously closed and interrupted.
IntEvaluatorThis evaluator can be used to perform type interpolation between int values.
InvalidAlgorithmParameterExceptionInvalidAlgorithmParameterException indicates the occurrence of invalid algorithm parameters.
InvalidClassExceptionSignals a problem during the serialization or or deserialization of an object.
InvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalid
InvalidKeyExceptionInvalidKeyException indicates exceptional conditions, caused by an invalid key.
InvalidKeySpecExceptionThe exception that is thrown when an invalid key specification is encountered.
InvalidMarkExceptionAn InvalidMarkException is thrown when reset() is called on a buffer, but no mark has been set previously.
InvalidObjectExceptionSignals that, during deserialization, the validation of an object has failed.
InvalidParameterExceptionInvalidParameterException indicates exceptional conditions, caused by invalid parameters.
InvalidParameterSpecExceptionThe exception that is thrown when an invalid parameter specification is encountered.
InvalidPreferencesFormatExceptionAn exception to indicate that the input XML file is not well-formed or could not be validated against the appropriate document type (specified by in the Preferences).
InvalidPropertiesFormatExceptionAn InvalidPropertiesFormatException is thrown if loading the XML document defining the properties does not follow the Properties specification.
InvocationHandlerImplementors of this interface dispatch methods invoked on proxy instances.
InvocationTargetExceptionThis class provides a wrapper for an exception thrown by a Method or Constructor invocation.
IOErrorThis error is thrown when a severe I/O error has happened.
IOExceptionSignals a general, I/O-related error.
IsoDepProvides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a Tag.
IsolatedContextA mock context which prevents its users from talking to the rest of the device while stubbing enough methods to satify code that tries to talk to other packages.
IterableInstances of classes that implement this interface can be used with the enhanced for loop.
IteratorAn iterator over a sequence of objects, such as a collection.
IvParameterSpecThe algorithm parameter specification for an initialization vector.
J
JarEntryRepresents a single file in a JAR archive together with the manifest attributes and digital signatures associated with it.
JarExceptionThis runtime exception is thrown when a problem occurs while reading a JAR file.
JarFileJarFile is used to read jar entries and their associated data from jar files.
JarInputStreamThe input stream from which the JAR file to be read may be fetched.
JarOutputStreamThe JarOutputStream is used to write data in the JarFile format to an arbitrary output stream
JarURLConnectionThis class establishes a connection to a jar: URL using the JAR protocol.
JavascriptInterfaceAnnotation that allows exposing methods to JavaScript.
JetPlayerJetPlayer provides access to JET content playback and control.
JetPlayer.OnJetEventListenerHandles the notification when the JET engine generates an event.
JSONArrayA dense indexed sequence of values.
JSONExceptionThrown to indicate a problem with the JSON API.
JSONObjectA modifiable set of name/value mappings.
JsonReaderReads a JSON (RFC 4627) encoded value as a stream of tokens.
JSONStringerImplements toString() and toString().
JsonTokenA structure, name or value type in a JSON-encoded string.
JSONTokenerParses a JSON (RFC 4627) encoded string into the corresponding object.
JsonWriterWrites a JSON (RFC 4627) encoded value to a stream, one token at a time.
JsPromptResultPublic class for handling JavaScript prompt requests.
JsResultAn instance of this class is passed as a parameter in various WebChromeClient action notifications.
K
KeyKey is the common interface for all keys.
KeyAgreementThis class provides the functionality for a key exchange protocol.
KeyAgreementSpiThe Service Provider Interface (SPI) definition for the KeyAgreement class.
KeyboardLoads an XML description of a keyboard and stores the attributes of the keys.
Keyboard.KeyClass for describing the position and characteristics of a single key in the keyboard.
Keyboard.RowContainer for keys in the keyboard.
KeyboardViewA view that renders a virtual Keyboard.
KeyboardView.OnKeyboardActionListenerListener for virtual keyboard events.
KeyChainThe KeyChain class provides access to private keys and their corresponding certificate chains in credential storage.
KeyChainAliasCallbackThe KeyChainAliasCallback is the callback for choosePrivateKeyAlias(Activity, KeyChainAliasCallback, String[], Principal[], String, int, String).
KeyChainExceptionThrown on problems accessing the KeyChain.
KeyCharacterMapDescribes the keys provided by a keyboard device and their associated labels.
KeyCharacterMap.KeyDataThis class was deprecated in API level 11. instead use getDisplayLabel(int), getNumber(int) and get(int, int).
KeyCharacterMap.UnavailableExceptionThrown by load(int) when a key character map could not be loaded.
KeyEventObject used to report key and button events.
KeyEvent.Callback
KeyEvent.DispatcherStateUse with dispatch(Callback, DispatcherState, Object) for more advanced key dispatching, such as long presses.
KeyEventCompatHelper for accessing features in KeyEvent introduced after API level 4 in a backwards compatible fashion.
KeyExceptionKeyException is the common superclass of all key related exceptions.
KeyFactoryKeyFactory is an engine class that can be used to translate between public and private key objects and convert keys between their external representation, that can be easily transported and their internal representation.
KeyFactorySpiKeyFactorySpi is the Service Provider Interface (SPI) definition for KeyFactory.
KeyframeThis class holds a time/value pair for an animation.
KeyGeneratorThis class provides the public API for generating symmetric cryptographic keys.
KeyGeneratorSpiThe Service Provider Interface (SPI) definition for the KeyGenerator class.
KeyguardManagerClass that can be used to lock and unlock the keyboard.
KeyguardManager.KeyguardLockThis class was deprecated in API level 13. Use FLAG_DISMISS_KEYGUARD and/or FLAG_SHOW_WHEN_LOCKED instead; this allows you to seamlessly hide the keyguard as your application moves in and out of the foreground and does not require that any special permissions be requested. Handle returned by newKeyguardLock(String) that allows you to disable / reenable the keyguard.
KeyguardManager.OnKeyguardExitResultCallback passed to exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult) to notify caller of result.
KeyListenerInterface for converting text key events into edit operations on an Editable class.
KeyManagementExceptionKeyManagementException is a general exception, thrown to indicate an exception during processing an operation concerning key management.
KeyManagerThis is the interface to implement in order to mark a class as a JSSE key managers so that key managers can be easily grouped.
KeyManagerFactoryThe public API for KeyManagerFactory implementations.
KeyManagerFactorySpiThe Service Provider Interface (SPI) for the KeyManagerFactory class.
KeyPairKeyPair is a container for a public key and a private key.
KeyPairGeneratorKeyPairGenerator is an engine class which is capable of generating a private key and its related public key utilizing the algorithm it was initialized with.
KeyPairGeneratorSpecThis provides the required parameters needed for initializing the KeyPairGenerator that works with Android KeyStore facility.
KeyPairGeneratorSpec.BuilderBuilder class for KeyPairGeneratorSpec objects.
KeyPairGeneratorSpiKeyPairGeneratorSpi is the Service Provider Interface (SPI) definition for KeyPairGenerator.
KeyRepKeyRep is a standardized representation for serialized Key objects.
KeyRep.TypeType enumerates the supported key types.
KeySpecThe marker interface for key specifications.
KeyStoreKeyStore is responsible for maintaining cryptographic keys and their owners.
KeyStore.BuilderBuilder is used to construct new instances of KeyStore.
KeyStore.CallbackHandlerProtectionCallbackHandlerProtection is a ProtectionParameter that encapsulates a CallbackHandler.
KeyStore.EntryEntry is the common marker interface for a KeyStore entry.
KeyStore.LoadStoreParameterLoadStoreParameter represents a parameter that specifies how a KeyStore can be loaded and stored.
KeyStore.PasswordProtectionPasswordProtection is a ProtectionParameter that protects a KeyStore using a password.
KeyStore.PrivateKeyEntryPrivateKeyEntry represents a KeyStore entry that holds a private key.
KeyStore.ProtectionParameterProtectionParameter is a marker interface for protection parameters.
KeyStore.SecretKeyEntrySecretKeyEntry represents a KeyStore entry that holds a secret key.
KeyStore.TrustedCertificateEntryTrustedCertificateEntry represents a KeyStore entry that holds a trusted certificate.
KeyStoreBuilderParametersThe parameters for KeyManagers.
KeyStoreExceptionKeyStoreException is a general KeyStore exception.
KeyStoreParameterThis provides the optional parameters that can be specified for KeyStore entries that work with Android KeyStore facility.
KeyStoreParameter.BuilderBuilder class for KeyStoreParameter objects.
KeyStoreSpiKeyStoreSpi is the Service Provider Interface (SPI) definition for KeyStore.
L
LabeledIntentA special subclass of Intent that can have a custom label/icon associated with it.
LangUtilsA set of utility methods to help produce consistent equals and hashCode methods.
LargeTestMarks a test that should run as part of the large tests.
LastOwnerExceptionThe exception that is thrown when an attempt is made to remove the the last Owner from an Owner.
LauncherActivityDisplays a list of all activities which can be performed for a given intent.
LauncherActivity.IconResizerUtility class to resize icons to match default icon size.
LauncherActivity.ListItemAn item in the list
LaxContentLengthStrategyThe lax implementation of the content length strategy.
LayerDrawableA Drawable that manages an array of other Drawables.
LayeredSocketFactoryA SocketFactory for layered sockets (SSL/TLS).
LayerRasterizer
LayoutA base class that manages text layout in visual elements on the screen.
Layout.Alignment
Layout.DirectionsStores information about bidirectional (left-to-right or right-to-left) text within the layout of a line.
LayoutAnimationControllerA layout animation controller is used to animated a layout’s, or a view group’s, children.
LayoutAnimationController.AnimationParametersThe set of parameters that has to be attached to each view contained in the view group animated by the layout animation controller.
LayoutDirectionA class for defining layout directions.
LayoutInflaterInstantiates a layout XML file into its corresponding View objects.
LayoutInflater.Factory
LayoutInflater.Factory2
LayoutInflater.FilterHook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.
LayoutTransitionThis class enables automatic animations on layout changes in ViewGroup objects.
LayoutTransition.TransitionListenerThis interface is used for listening to starting and ending events for transitions.
LDAPCertStoreParametersThe parameters to initialize a LDAP CertStore instance.
LeadingMarginSpanA paragraph style affecting the leading margin.
LeadingMarginSpan.LeadingMarginSpan2An extended version of LeadingMarginSpan, which allows the implementor to specify the number of lines of text to which this object is attached that the “first line of paragraph” margin width will be applied to.
LeadingMarginSpan.StandardThe standard implementation of LeadingMarginSpan, which adjusts the margin but does not do any rendering.
LevelLevel objects are used to indicate the level of logging.
LevelListDrawableA resource that manages a number of alternate Drawables, each assigned a maximum numerical value.
LexicalHandlerSAX2 extension handler for lexical events.
LightingColorFilter
LinearGradient
LinearInterpolatorAn interpolator where the rate of change is constant
LinearLayoutA Layout that arranges its children in a single column or a single row.
LinearLayout.LayoutParamsPer-child layout information associated with ViewLinearLayout.
LineBackgroundSpan
LineFormatterInterface for formatting elements of the HEAD section of an HTTP message.
LineHeightSpan
LineHeightSpan.WithDensity
LineNumberInputStreamThis class was deprecated in API level 1. Use LineNumberReader instead.
LineNumberReaderWraps an existing Reader and counts the line terminators encountered while reading the data.
LineParserInterface for parsing lines in the HEAD section of an HTTP message.
LinkageErrorLinkageError is the superclass of all error classes that occur when loading and linking class files.
LinkedBlockingDequeAn optionally-bounded blocking deque based on linked nodes.
LinkedBlockingQueueAn optionally-bounded blocking queue based on linked nodes.
LinkedHashMap<K, V>LinkedHashMap is an implementation of Map that guarantees iteration order.
LinkedHashSetLinkedHashSet is a variant of HashSet.
LinkedListLinkedList is an implementation of List, backed by a doubly-linked list.
LinkifyLinkify take a piece of text and a regular expression and turns all of the regex matches in the text into clickable links.
Linkify.MatchFilterMatchFilter enables client code to have more control over what is allowed to match and become a link, and what is not.
Linkify.TransformFilterTransformFilter enables client code to have more control over how matched patterns are represented as URLs.
LinkMovementMethodA movement method that traverses links in the text buffer and scrolls if necessary.
ListA List is a collection which maintains an ordering for its elements.
ListActivityAn activity that displays a list of items by binding to a data source such as an array or Cursor, and exposes event handlers when the user selects an item.
ListAdapterExtended Adapter that is the bridge between a ListView and the data that backs the list.
ListFragmentA fragment that displays a list of items by binding to a data source such as an array or Cursor, and exposes event handlers when the user selects an item.
ListFragmentStatic library support version of the framework’s ListFragment.
ListIteratorAn ListIterator is used to sequence over a List of objects.
ListPopupWindowA ListPopupWindow anchors itself to a host view and displays a list of choices.
ListPopupWindowCompatHelper for accessing features in ListPopupWindow introduced after API level 4 in a backwards compatible fashion.
ListPreferenceA Preference that displays a list of entries as a dialog.
ListResourceBundleListResourceBundle is the abstract superclass of classes which provide resources by implementing the getContents() method to return the list of resources.
ListViewA view that shows items in a vertically scrolling list.
ListView.FixedViewInfoA class that represents a fixed view in a list, for example a header at the top or a footer at the bottom.
ListViewAutoScrollHelperAn implementation of AutoScrollHelper that knows how to scroll through a ListView.
LiveFoldersThis class was deprecated in API level 14. Live folders are no longer supported by Android. These have been replaced by the new AppWidget Collection APIs introduced in HONEYCOMB. These provide all of the features of live folders plus many more. The use of live folders is greatly discouraged because of security issues they introduce – publishing a live folder requires making all data show for the live folder available to all applications with no permissions protecting it.
LoaderAn abstract class that performs asynchronous loading of data.
LoaderStatic library support version of the framework’s Loader.
Loader.ForceLoadContentObserverAn 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.
Loader.ForceLoadContentObserverAn 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.
Loader.OnLoadCanceledListenerInterface that is implemented to discover when a Loader has been canceled before it finished loading its data.
Loader.OnLoadCompleteListenerInterface that is implemented to discover when a Loader has finished loading its data.
Loader.OnLoadCompleteListenerInterface that is implemented to discover when a Loader has finished loading its data.
LoaderManagerInterface associated with an Activity or Fragment for managing one or more Loader instances associated with it.
LoaderManagerStatic library support version of the framework’s LoaderManager.
LoaderManager.LoaderCallbacksCallback interface for a client to interact with the manager.
LoaderManager.LoaderCallbacksCallback interface for a client to interact with the manager.
LoaderTestCaseA convenience class for testing Loaders.
LocalActivityManagerThis class was deprecated in API level 13. Use the new Fragment and FragmentManager APIs instead; these are also available on older platforms through the Android compatibility package.
LocalBroadcastManagerHelper to register for and send broadcasts of Intents to local objects within your process.
LocaleLocale represents a language/country/variant combination.
LocaleSpanChanges the Locale of the text to which the span is attached.
LocalServerSocketnon-standard class for creating inbound UNIX-domain socket on the Android platform, this is created in the Linux non-filesystem namespace.
LocalSocketCreates a (non-server) socket in the UNIX-domain namespace.
LocalSocketAddressA UNIX-domain (AF_LOCAL) socket address.
LocalSocketAddress.NamespaceThe namespace that this address exists in.
LocationA data class representing a geographic location.
LocationListenerUsed for receiving notifications from the LocationManager when the location has changed.
LocationManagerThis class provides access to the system location services.
LocationProviderAn abstract superclass for location providers.
LocatorInterface for associating a SAX event with a document location.
Locator2SAX2 extension to augment the entity information provided though a Locator.
Locator2ImplSAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
LocatorImplProvide an optional convenience implementation of Locator.
LockLock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
LockSupportBasic thread blocking primitives for creating locks and other synchronization classes.
LogAPI for sending log output.
LoggerLoggers are used to log records to a variety of destinations such as log files or the console.
LoggingMXBeanLoggingMXBean is the management interface for the logging sub-system.
LoggingPermissionLegacy security code; do not use.
LoggingSessionInputBufferLogs all data read to the wire LOG.
LoggingSessionOutputBufferLogs all data written to the wire LOG.
LoginExceptionBase class for exceptions that are thrown when a login error occurs.
LoginFilterAbstract class for filtering login-related text (user names and passwords)
LoginFilter.PasswordFilterGMailThis filter is compatible with GMail passwords which restricts characters to the Latin-1 (ISO8859-1) char set.
LoginFilter.UsernameFilterGenericThis filter rejects characters in the user name that are not compatible with Google login.
LoginFilter.UsernameFilterGMailThis filter rejects characters in the user name that are not compatible with GMail account creation.
LogManagerLogManager is used to maintain configuration properties of the logging framework, and to manage a hierarchical namespace of all named Logger objects.
LogPrinterImplementation of a Printer that sends its output to the system log.
LogRecordA LogRecord object represents a logging request.
LongThe wrapper for the primitive type long.
Long2Class for exposing the native RenderScript long2 type back to the Android system.
Long2Class for exposing the native RenderScript long2 type back to the Android system.
Long3Class for exposing the native RenderScript long3 type back to the Android system.
Long3Class for exposing the native RenderScript long3 type back to the Android system.
Long4Class for exposing the native RenderScript long4 type back to the Android system.
Long4Class for exposing the native RenderScript long4 type back to the Android system.
LongBufferA buffer of longs.
LongSparseArraySparseArray mapping longs to Objects, a version of the platform’s LongSparseArray that can be used on older versions of the platform.
LongSparseArraySparseArray mapping longs to Objects.
LooperClass used to run a message loop for a thread.
LoudnessEnhancerLoudnessEnhancer is an audio effect for increasing audio loudness.
LruCache<K, V>Static library version of LruCache.
LruCache<K, V>A cache that holds strong references to a limited number of values.
LSExceptionParser or write operations may throw an LSException if the processing is stopped.
LSInputThis interface represents an input source for data.
LSOutputThis interface represents an output destination for data.
LSParserAn interface to an object that is able to build, or augment, a DOM tree from various input sources.
LSParserFilterLSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.
LSResourceResolverLSResourceResolver provides a way for applications to redirect references to external resources.
LSSerializerA LSSerializer provides an API for serializing (writing) a DOM document out into XML.
M
MacThis class provides the public API for Message Authentication Code (MAC) algorithms.
MacSpiThe Service-Provider Interface (SPI) definition for the Mac class.
MailToMailTo URL parser This class parses a mailto scheme URL and then can be queried for the parsed parameters.
MalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given context
MalformedChunkCodingExceptionSignals a malformed chunked stream.
MalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a given context
MalformedInputExceptionA MalformedInputException is thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset.
MalformedJsonExceptionThrown when a reader encounters malformed JSON.
MalformedParameterizedTypeExceptionIndicates that a malformed parameterized type has been encountered by a reflective method.
MalformedURLExceptionThis exception is thrown when a program attempts to create an URL from an incorrect specification.
ManagedClientConnectionA client-side connection with advanced connection logic.
ManagerFactoryParametersThe marker interface for key manager factory parameters.
Manifest
ManifestThe Manifest class is used to obtain attribute information for a JarFile and its entries.
Manifest.permission
Manifest.permission_group
Map<K, V>A Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value.
Map.Entry<K, V>Map.Entry is a key/value mapping contained in a Map.
MappedByteBufferMappedByteBuffer is a special kind of direct byte buffer which maps a region of file to memory.
MarginLayoutParamsCompatHelper for accessing API features in MarginLayoutParams added after API 4.
MaskFilterMaskFilter is the base class for object that perform transformations on an alpha-channel mask before drawing it.
MaskFilterSpan
MatcherThe result of applying a Pattern to a given input.
MatchResultHolds the results of a successful match of a Pattern against a given string.
MathClass Math provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc.
MathContextImmutable objects describing settings such as rounding mode and digit precision for the numerical operations provided by class BigDecimal.
MatrixThe Matrix class holds a 3x3 matrix for transforming coordinates.
MatrixMatrix math utilities.
Matrix.ScaleToFitControlls how the src rect should align into the dst rect for setRectToRect().
Matrix2fClass for exposing the native RenderScript rs_matrix2x2 type back to the Android system.
Matrix2fClass for exposing the native RenderScript rs_matrix2x2 type back to the Android system.
Matrix3fClass for exposing the native RenderScript rs_matrix3x3 type back to the Android system.
Matrix3fClass for exposing the native RenderScript rs_matrix3x3 type back to the Android system.
Matrix4fClass for exposing the native RenderScript rs_matrix4x4 type back to the Android system.
Matrix4fClass for exposing the native RenderScript rs_matrix4x4 type back to the Android system.
MatrixCursorA mutable cursor implementation backed by an array of Objects.
MatrixCursor.RowBuilderBuilds a row of values using either of these approaches:
Values can be added with explicit column ordering using add(Object), which starts from the left-most column and adds one column value at a time.
MediaActionSoundA class for producing sounds that match those produced by various actions taken by the media and camera APIs.
MediaCodecMediaCodec class can be used to access low-level media codec, i.e.
MediaCodec.BufferInfoPer buffer metadata includes an offset and size specifying the range of valid data in the associated codec buffer.
MediaCodec.CryptoExceptionThrown when a crypto error occurs while queueing a secure input buffer.
MediaCodec.CryptoInfoMetadata describing the structure of a (at least partially) encrypted input sample.
MediaCodecInfoProvides information about a given media codec available on the device.
MediaCodecInfo.CodecCapabilitiesEncapsulates the capabilities of a given codec component.
MediaCodecInfo.CodecProfileLevelEncapsulates the profiles available for a codec component.
MediaCodecListAllows you to enumerate available codecs, each specified as a MediaCodecInfo object, find a codec supporting a given format and query the capabilities of a given codec.
MediaControlIntentConstants for media control intents.
MediaControllerA view containing controls for a MediaPlayer.
MediaController.MediaPlayerControl
MediaCryptoMediaCrypto class can be used in conjunction with MediaCodec to decode encrypted media data.
MediaCryptoExceptionException thrown if MediaCrypto object could not be instantiated for whatever reason.
MediaDrmMediaDrm can be used to obtain keys for decrypting protected media streams, in conjunction with MediaCrypto.
MediaDrm.CryptoSessionIn addition to supporting decryption of DASH Common Encrypted Media, the MediaDrm APIs provide the ability to securely deliver session keys from an operator’s session key server to a client device, based on the factory-installed root of trust, and then perform encrypt, decrypt, sign and verify operations with the session key on arbitrary user data.
MediaDrm.KeyRequestContains the opaque data an app uses to request keys from a license server
MediaDrm.OnEventListenerInterface definition for a callback to be invoked when a drm event occurs
MediaDrm.ProvisionRequestContains the opaque data an app uses to request a certificate from a provisioning server
MediaDrmExceptionBase class for MediaDrm exceptions
MediaExtractorMediaExtractor facilitates extraction of demuxed, typically encoded, media data from a data source.
MediaFormatEncapsulates the information describing the format of media data, be it audio or video.
MediaItemMetadataConstants for specifying metadata about a media item as a Bundle.
MediaItemStatusDescribes the playback status of a media item.
MediaItemStatus.BuilderBuilder for media item status objects.
MediaMetadataEditorAn abstract class for editing and storing metadata that can be published by RemoteControlClient.
MediaMetadataRetrieverMediaMetadataRetriever class provides a unified interface for retrieving frame and meta data from an input media file.
MediaMuxerMediaMuxer facilitates muxing elementary streams.
MediaMuxer.OutputFormatDefines the output format.
MediaPlayerMediaPlayer class can be used to control playback of audio/video files and streams.
MediaPlayer.OnBufferingUpdateListenerInterface definition of a callback to be invoked indicating buffering status of a media resource being streamed over the network.
MediaPlayer.OnCompletionListenerInterface definition for a callback to be invoked when playback of a media source has completed.
MediaPlayer.OnErrorListenerInterface definition of a callback to be invoked when there has been an error during an asynchronous operation (other errors will throw exceptions at method call time).
MediaPlayer.OnInfoListenerInterface definition of a callback to be invoked to communicate some info and/or warning about the media or its playback.
MediaPlayer.OnPreparedListenerInterface definition for a callback to be invoked when the media source is ready for playback.
MediaPlayer.OnSeekCompleteListenerInterface definition of a callback to be invoked indicating the completion of a seek operation.
MediaPlayer.OnTimedTextListenerInterface definition of a callback to be invoked when a timed text is available for display.
MediaPlayer.OnVideoSizeChangedListenerInterface definition of a callback to be invoked when the video size is first known or updated
MediaPlayer.TrackInfoClass for MediaPlayer to return each audio/video/subtitle track’s metadata.
MediaRecorderUsed to record audio and video.
MediaRecorder.AudioEncoderDefines the audio encoding.
MediaRecorder.AudioSourceDefines the audio source.
MediaRecorder.OnErrorListenerInterface definition for a callback to be invoked when an error occurs while recording.
MediaRecorder.OnInfoListenerInterface definition for a callback to be invoked when an error occurs while recording.
MediaRecorder.OutputFormatDefines the output format.
MediaRecorder.VideoEncoderDefines the video encoding.
MediaRecorder.VideoSourceDefines the video source.
MediaRouteActionProviderThe media route action provider displays a media route button in the application’s ActionBar to allow the user to select routes and to control the currently selected route.
MediaRouteActionProviderThe media route action provider displays a media route button in the application’s ActionBar to allow the user to select routes and to control the currently selected route.
MediaRouteButton
MediaRouteButtonThe media route button allows the user to select routes and to control the currently selected route.
MediaRouteChooserDialogThis class implements the route chooser dialog for MediaRouter.
MediaRouteChooserDialogFragmentMedia route chooser dialog fragment.
MediaRouteControllerDialogThis class implements the route controller dialog for MediaRouter.
MediaRouteControllerDialogFragmentMedia route controller dialog fragment.
MediaRouteDescriptorDescribes the properties of a route.
MediaRouteDescriptor.BuilderBuilder for media route descriptors.
MediaRouteDialogFactoryThe media route dialog factory is responsible for creating the media route chooser and controller dialogs as needed.
MediaRouteDiscoveryFragmentMedia route discovery fragment.
MediaRouteDiscoveryRequestDescribes the kinds of routes that the media router would like to discover and whether to perform active scanning.
MediaRouteProviderMedia route providers are used to publish additional media routes for use within an application.
MediaRouteProvider.CallbackCallback which is invoked when route information becomes available or changes.
MediaRouteProvider.ProviderMetadataDescribes properties of the route provider’s implementation.
MediaRouteProvider.RouteControllerProvides control over a particular route.
MediaRouteProviderDescriptorDescribes the state of a media route provider and the routes that it publishes.
MediaRouteProviderDescriptor.BuilderBuilder for media route provider descriptors.
MediaRouteProviderServiceBase class for media route provider services.
MediaRouterMediaRouter allows applications to control the routing of media channels and streams from the current device to external speakers and destination devices.
MediaRouterMediaRouter allows applications to control the routing of media channels and streams from the current device to external speakers and destination devices.
MediaRouter.CallbackInterface for receiving events about media routing changes.
MediaRouter.CallbackInterface for receiving events about media routing changes.
MediaRouter.ControlRequestCallbackCallback which is invoked with the result of a media control request.
MediaRouter.ProviderInfoProvides information about a media route provider.
MediaRouter.RouteCategoryDefinition of a category of routes.
MediaRouter.RouteGroupInformation about a route that consists of multiple other routes in a group.
MediaRouter.RouteInfoInformation about a media route.
MediaRouter.RouteInfoProvides information about a media route.
MediaRouter.SimpleCallbackStub implementation of MediaRouter.Callback.
MediaRouter.UserRouteInfoInformation about a route that the application may define and modify.
MediaRouter.VolumeCallbackInterface for receiving events about volume changes.
MediaRouteSelectorDescribes the capabilities of routes that applications would like to discover and use.
MediaRouteSelector.BuilderBuilder for media route selectors.
MediaScannerConnectionMediaScannerConnection provides a way for applications to pass a newly created or downloaded media file to the media scanner service.
MediaScannerConnection.MediaScannerConnectionClientAn interface for notifying clients of MediaScannerConnection when a connection to the MediaScanner service has been established and when the scanning of a file has completed.
MediaScannerConnection.OnScanCompletedListenerInterface for notifying clients of the result of scanning a requested media file.
MediaSessionStatusDescribes the playback status of a media session.
MediaSessionStatus.BuilderBuilder for media session status objects.
MediaStoreThe Media provider contains meta data for all available media on both internal and external storage devices.
MediaStore.AudioContainer for all audio content.
MediaStore.Audio.AlbumColumnsColumns representing an album
MediaStore.Audio.AlbumsContains artists for audio files
MediaStore.Audio.ArtistColumnsColumns representing an artist
MediaStore.Audio.ArtistsContains artists for audio files
MediaStore.Audio.Artists.AlbumsSub-directory of each artist containing all albums on which a song by the artist appears.
MediaStore.Audio.AudioColumnsColumns for audio file that show up in multiple tables.
MediaStore.Audio.GenresContains all genres for audio files
MediaStore.Audio.Genres.MembersSub-directory of each genre containing all members.
MediaStore.Audio.GenresColumnsColumns representing an audio genre
MediaStore.Audio.Media
MediaStore.Audio.PlaylistsContains playlists for audio files
MediaStore.Audio.Playlists.MembersSub-directory of each playlist containing all members.
MediaStore.Audio.PlaylistsColumnsColumns representing a playlist
MediaStore.FilesMedia provider table containing an index of all files in the media storage, including non-media files.
MediaStore.Files.FileColumnsFields for master table for all media files.
MediaStore.ImagesContains meta data for all available images.
MediaStore.Images.ImageColumns
MediaStore.Images.Media
MediaStore.Images.ThumbnailsThis class allows developers to query and get two kinds of thumbnails: MINI_KIND: 512 x 384 thumbnail MICRO_KIND: 96 x 96 thumbnail
MediaStore.MediaColumnsCommon fields for most MediaProvider tables
MediaStore.Video
MediaStore.Video.Media
MediaStore.Video.ThumbnailsThis class allows developers to query and get two kinds of thumbnails: MINI_KIND: 512 x 384 thumbnail MICRO_KIND: 96 x 96 thumbnail
MediaStore.Video.VideoColumns
MediaSyncEventThe MediaSyncEvent class defines events that can be used to synchronize playback or capture actions between different players and recorders.
MediumTestMarks a test that should run as part of the medium tests.
MemberCommon interface providing access to reflective information on class members.
MemoryFileMemoryFile is a wrapper for the Linux ashmem driver.
MemoryHandlerA Handler put the description of log events into a cycled memory buffer.
MenuInterface for managing the items in a menu.
MenuCompatHelper for accessing features in Menu introduced after API level 4 in a backwards compatible fashion.
MenuInflaterThis class is used to instantiate menu XML files into Menu objects.
MenuItemInterface for direct access to a previously created menu item.
MenuItem.OnActionExpandListenerInterface definition for a callback to be invoked when a menu item marked with SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded or collapsed.
MenuItem.OnMenuItemClickListenerInterface definition for a callback to be invoked when a menu item is clicked.
MenuItemCompatHelper for accessing features in MenuItem introduced after API level 4 in a backwards compatible fashion.
MenuItemCompat.OnActionExpandListenerInterface definition for a callback to be invoked when a menu item marked with SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded or collapsed.
MergeCursorA convience class that lets you present an array of Cursors as a single linear Cursor.
MessageDefines a message containing a description and arbitrary data object that can be sent to a Handler.
MessageDigestUses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
MessageDigestSpiMessageDigestSpi is the Service Provider Interface (SPI) definition for MessageDigest.
MessageFormatProduces concatenated messages in language-neutral way.
MessageFormat.FieldThe instances of this inner class are used as attribute keys in AttributedCharacterIterator that the formatToCharacterIterator(Object) method returns.
MessageQueueLow-level class holding the list of messages to be dispatched by a Looper.
MessageQueue.IdleHandlerCallback interface for discovering when a thread is going to block waiting for more messages.
MessengerReference to a Handler, which others can use to send messages to it.
MetaKeyKeyListenerThis base class encapsulates the behavior for tracking the state of meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
MethodThis class represents a method.
MethodNotSupportedExceptionIndicates that an HTTP method is not supported.
MetricAffectingSpanThe classes that affect character-level text formatting in a way that changes the width or height of characters extend this class.
MGF1ParameterSpecThe parameter specification for the Mask Generation Function (MGF1) in the RSA-PSS Signature and OAEP Padding scheme.
MifareClassicProvides access to MIFARE Classic properties and I/O operations on a Tag.
MifareUltralightProvides access to MIFARE Ultralight properties and I/O operations on a Tag.
MimeTypeMapTwo-way map that maps MIME-types to file extensions and vice versa.
MissingFormatArgumentExceptionA MissingFormatArgumentException will be thrown if there is no corresponding argument with the specified conversion or an argument index that refers to a missing argument.
MissingFormatWidthExceptionA MissingFormatWidthException will be thrown if the format width is missing but is required.
MissingResourceExceptionA MissingResourceException is thrown by ResourceBundle when a resource bundle cannot be found or a resource is missing from a resource bundle.
MockApplicationA mock Application class.
MockContentProviderMock implementation of ContentProvider.
MockContentResolverAn extension of ContentResolver that is designed for testing.
MockContextA mock Context class.
MockCursorA mock Cursor class that isolates the test code from real Cursor implementation.
MockDialogInterfaceA mock DialogInterface class.
MockPackageManagerA mock PackageManager class.
MockResourcesA mock Resources class.
ModifierThis class provides static methods to decode class and member modifiers.
MonthDisplayHelperHelps answer common questions that come up when displaying a month in a 6 row calendar grid format.
MoreAssertsContains additional assertion methods not found in JUnit.
MotionEventObject used to report movement (mouse, pen, finger, trackball) events.
MotionEvent.PointerCoordsTransfer object for pointer coordinates.
MotionEvent.PointerPropertiesTransfer object for pointer properties.
MotionEventCompatHelper for accessing features in MotionEvent introduced after API level 4 in a backwards compatible fashion.
MovementMethodProvides cursor positioning, scrolling and text selection functionality in a TextView.
Movie
MtpConstantsA class containing constants in the MTP and PTP specifications.
MtpDeviceThis class represents an MTP or PTP device connected on the USB host bus.
MtpDeviceInfoThis class encapsulates information about an MTP device.
MtpObjectInfoThis class encapsulates information about an object on an MTP device.
MtpStorageInfoThis class encapsulates information about a storage unit on an MTP device.
MultiAutoCompleteTextViewAn editable text view, extending AutoCompleteTextView, that can show completion suggestions for the substring of the text where the user is typing instead of necessarily for the entire thing.
MultiAutoCompleteTextView.CommaTokenizerThis simple Tokenizer can be used for lists where the items are separated by a comma and one or more spaces.
MultiAutoCompleteTextView.Tokenizer
MulticastSocketThis class implements a multicast socket for sending and receiving IP multicast datagram packets.
MultihomePlainSocketFactorySocket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.
MultiSelectListPreferenceA Preference that displays a list of entries as a dialog.
MultiTapKeyListenerThis is the standard key listener for alphabetic input on 12-key keyboards.
MutableContextWrapperSpecial version of ContextWrapper that allows the base context to be modified after it is initially set.
N
NamedNodeMapObjects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NameListThe NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or constraining how this collection is implemented.
NamespaceContextInterface for read only XML Namespace context processing.
NamespaceSupportEncapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
NameValuePairA simple class encapsulating an attribute/value pair.
NativeActivityConvenience for implementing an activity that will be implemented purely in native code.
NavigableMap<K, V>A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSetA SortedSet extended with navigation methods reporting closest matches for given search targets.
NavUtilsNavUtils provides helper functionality for applications implementing recommended Android UI navigation patterns.
NClob
NdefProvides access to NDEF content and operations on a Tag.
NdefFormatableProvide access to NDEF format operations on a Tag.
NdefMessageRepresents an immutable NDEF Message.
NdefRecordRepresents an immutable NDEF Record.
NegativeArraySizeExceptionThrown when an attempt is made to create an array with a size of less than zero.
NeighboringCellInfoRepresents the neighboring cell information, including Received Signal Strength and Cell ID location.
NetPermissionLegacy security code; do not use.
NetscapeDomainHandler
NetscapeDraftHeaderParser
NetscapeDraftSpecNetscape cookie draft compliant cookie policy
NetscapeDraftSpecFactory
NetworkErrorException
NetworkInfoDescribes the status of a network interface.
NetworkInfo.DetailedStateThe fine-grained state of a network connection.
NetworkInfo.StateCoarse-grained network state.
NetworkInterfaceThis class is used to represent a network interface of the local device.
NetworkOnMainThreadExceptionThe exception that is thrown when an application attempts to perform a networking operation on its main thread.
NfcAProvides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Tag.
NfcAdapterRepresents the local NFC adapter.
NfcAdapter.CreateBeamUrisCallback
NfcAdapter.CreateNdefMessageCallbackA callback to be invoked when another NFC device capable of NDEF push (Android Beam) is within range.
NfcAdapter.OnNdefPushCompleteCallbackA callback to be invoked when the system successfully delivers your NdefMessage to another device.
NfcAdapter.ReaderCallbackA callback to be invoked when the system finds a tag while the foreground activity is operating in reader mode.
NfcBProvides access to NFC-B (ISO 14443-3B) properties and I/O operations on a Tag.
NfcBarcodeProvides access to tags containing just a barcode.
NfcEventWraps information associated with any NFC event.
NfcFProvides access to NFC-F (JIS 6319-4) properties and I/O operations on a Tag.
NfcManagerHigh level manager used to obtain an instance of an NfcAdapter.
NfcVProvides access to NFC-V (ISO 15693) properties and I/O operations on a Tag.
NinePatchThe NinePatch class permits drawing a bitmap in nine or more sections.
NinePatchDrawableA resizeable bitmap, with stretchable areas that you define.
NoClassDefFoundErrorThrown when the VM is unable to locate a class which it has been asked to load.
NoConnectionPendingExceptionA NoConnectionPendingException is thrown if SocketChannel’s finishConnect method is called before the SocketChannel’s connect(java.net.SocketAddress) connect} method completed without error.
NoConnectionReuseStrategyA strategy that never re-uses a connection.
NoCopySpanThis interface should be added to a span object that should not be copied into a new Spenned when performing a slice or copy operation on the original Spanned it was placed in.
NoCopySpan.ConcreteConvenience equivalent for when you would just want a new Object() for a span but want it to be no-copy.
NodeThe Node interface is the primary datatype for the entire Document Object Model.
NodeChangeEventThis is the event class to indicate that one child of the preference node has been added or deleted.
NodeChangeListenerThis interface is used to handle preference node change events.
NodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NoHttpResponseExceptionSignals that the target server failed to respond with a valid HTTP response.
NoiseSuppressorNoise Suppressor (NS).
NonReadableChannelExceptionA NonReadableChannelException is thrown when attempting to read from a channel that is not open for reading.
NonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable request entity.
NonWritableChannelExceptionA NonWritableChannelException is thrown when attempting to write to a channel that is not open for writing.
NormalizerProvides normalization functions according to Unicode Standard Annex #15: Unicode Normalization Forms.
Normalizer.FormThe normalization forms supported by the Normalizer.
NoRouteToHostExceptionThe NoRouteToHostException will be thrown while attempting to connect to a remote host but the host cannot be reached for instance because of a badly configured router or a blocking firewall.
NoSuchAlgorithmExceptionNoSuchAlgorithmException indicates that a requested algorithm could not be found.
NoSuchElementExceptionThrown when trying to retrieve an element past the end of an Enumeration or Iterator.
NoSuchFieldErrorThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.
NoSuchFieldExceptionThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.
NoSuchMethodErrorThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
NoSuchMethodExceptionThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
NoSuchPaddingExceptionThe exception that is thrown when the requested padding mechanism is not supported.
NoSuchPropertyExceptionThrown when code requests a Property on a class that does not expose the appropriate method or field.
NoSuchProviderExceptionNoSuchProviderException indicates that a requested security provider could not be found.
NotActiveExceptionSignals that a serialization-related method has been invoked in the wrong place.
NotationThis interface represents a notation declared in the DTD.
NotificationA class that represents how a persistent notification is to be presented to the user using the NotificationManager.
Notification.ActionStructure to encapsulate a named action that can be shown as part of this notification.
Notification.BigPictureStyleHelper class for generating large-format notifications that include a large image attachment.
Notification.BigTextStyleHelper class for generating large-format notifications that include a lot of text.
Notification.BuilderBuilder class for Notification objects.
Notification.InboxStyleHelper class for generating large-format notifications that include a list of (up to 5) strings.
Notification.StyleAn object that can apply a rich notification style to a Notification.Builder object.
NotificationCompatHelper for accessing features in Notification introduced after API level 4 in a backwards compatible fashion.
NotificationCompat.Action
NotificationCompat.BigPictureStyleHelper class for generating large-format notifications that include a large image attachment.
NotificationCompat.BigTextStyleHelper class for generating large-format notifications that include a lot of text.
NotificationCompat.BuilderBuilder class for NotificationCompat objects.
NotificationCompat.InboxStyleHelper class for generating large-format notifications that include a list of (up to 5) strings.
NotificationCompat.StyleAn object that can apply a rich notification style to a Notification.Builder object.
NotificationListenerServiceA service that receives calls from the system when new notifications are posted or removed.
NotificationManagerClass to notify the user of events that happen. This is how you tell the user that something has happened in the background.
NotOwnerExceptionThe exception that is thrown when an action that requires ownership is attempted by a principal that is not an owner of the object for which ownership is required.
NotProvisionedExceptionException thrown when an operation on a MediaDrm object is attempted and the device does not have a certificate.
NotSerializableExceptionSignals that an object that is not serializable has been passed into the ObjectOutput.writeObject() method.
NotYetBoundExceptionA NotYetBoundException is thrown if the server socket channel is not bound before an I/O operation is made.
NotYetConnectedExceptionA NotYetConnectedException is thrown if the socket channel is not connected before an I/O operation is invoked.
NsdManagerThe Network Service Discovery Manager class provides the API to discover services on a network.
NsdManager.DiscoveryListenerInterface for callback invocation for service discovery
NsdManager.RegistrationListenerInterface for callback invocation for service registration
NsdManager.ResolveListenerInterface for callback invocation for service resolution
NsdServiceInfoA class representing service information for network service discovery
NTCredentialsCredentials specific to the Windows platform.
NTLMEngineAbstract NTLM authentication engine.
NTLMEngineExceptionSignals NTLM protocol failure.
NTLMScheme
NTUserPrincipalNT (MS Windows specific) user principal used for HTTP authentication
NullCipherThis class provides an identity cipher that does not transform the input data in any way.
NullPointerExceptionThrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points to null.
NumberThe abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
NumberFormatThe abstract base class for all number formats.
NumberFormat.FieldThe instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that the formatToCharacterIterator(Object) method returns.
NumberFormatExceptionThrown when an invalid value is passed to a string-to-number conversion method.
NumberKeyListenerFor numeric text entry
As for all implementations of KeyListener, this class is only concerned with hardware keyboards.
NumberPickerA widget that enables the user to select a number form a predefined range.
NumberPicker.FormatterInterface used to format current value into a string for presentation.
NumberPicker.OnScrollListenerInterface to listen for the picker scroll state.
NumberPicker.OnValueChangeListenerInterface to listen for changes of the current value.
NumericShaperThe Class NumericShaper provides methods to convert latin character codes to unicode character codes.
O
OAEPParameterSpecThe algorithm parameter specification for the OAEP Padding algorithm.
ObbInfoBasic information about a Opaque Binary Blob (OBB) that reflects the info from the footer on the OBB file.
ObbScannerClass to scan Opaque Binary Blob (OBB) files.
ObjectThe root class of the Java class hierarchy.
ObjectAnimatorThis subclass of ValueAnimator provides support for animating properties on target objects.
ObjectInputDefines an interface for classes that allow reading serialized objects.
ObjectInputStreamA specialized InputStream that is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).
ObjectInputStream.GetFieldGetField is an inner class that provides access to the persistent fields read from the source stream.
ObjectInputValidationA callback interface for post-deserialization checks on objects.
ObjectOutputDefines an interface for classes that allow reading serialized objects.
ObjectOutputStreamA specialized OutputStream that is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.).
ObjectOutputStream.PutFieldPutField is an inner class to provide access to the persistent fields that are written to the target stream.
ObjectsUtility methods for objects.
ObjectStreamClassRepresents a descriptor for identifying a class during serialization and deserialization.
ObjectStreamConstantsA helper interface with constants used by the serialization implementation.
ObjectStreamExceptionSignals some sort of problem during either serialization or deserialization of objects.
ObjectStreamFieldDescribes a field for the purpose of serialization.
ObservableProvides methods for registering or unregistering arbitrary observers in an ArrayList.
ObservableObservable is used to notify a group of Observer objects when a change occurs.
ObserverObserver is the interface to be implemented by objects that receive notification of updates on an Observable object.
OffHostApduServiceOffHostApduService is a convenience Service class that can be extended to describe one or more NFC applications that are residing off-host, for example on an embedded secure element or a UICC.
OnAccountsUpdateListenerAn interface that contains the callback used by the AccountManager
OnObbStateChangeListenerUsed for receiving notifications from StorageManager about OBB file states.
OpcodeInfoInformation about Dalvik opcodes.
OpcodesA list of all normal (not implementation-specific) Dalvik opcodes.
OpenableColumnsThese are standard columns for openable URIs.
OperatedClientConnectionA client-side connection that relies on outside logic to connect sockets to the appropriate hosts.
OperationApplicationExceptionThrown when an application of a ContentProviderOperation fails due the specified constraints.
OperationCanceledException
OperationCanceledExceptionAn exception type that is thrown when an operation in progress is canceled.
OptionalDataExceptionSignals that the ObjectInputStream class encountered a primitive type (int, char etc.) instead of an object instance in the input stream.
OrientationEventListenerHelper class for receiving notifications from the SensorManager when the orientation of the device has changed.
OrientationListenerThis class was deprecated in API level 3. use OrientationEventListener instead. This class internally uses the OrientationEventListener.
OrientedBoundingBoxAn oriented bounding box
OutOfMemoryErrorThrown when a request for memory is made that can not be satisfied using the available platform resources.
OutputKeysProvides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
OutputStreamA writable sink for bytes.
OutputStreamWriterA class for turning a character stream into a byte stream.
OvalShapeDefines an oval shape.
OverlappingFileLockExceptionAn OverlappingFileLockException is thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.
OverrideAnnotation type used to mark methods that override a method declaration in a superclass.
OverScrollerThis class encapsulates scrolling with the ability to overshoot the bounds of a scrolling operation.
OvershootInterpolatorAn interpolator where the change flings forward and overshoots the last value then comes back.
OwnerThe interface to manage owners of objects that require ownership.
P
Pack200Class factory for Pack200.Packer and Pack200.Unpacker.
Pack200.PackerThe interface defining the API for converting a JAR file to an output stream in the Pack200 format.
Pack200.UnpackerThe interface defining the API for converting a packed stream in the Pack200 format to a JAR file.
PackageContains information about a Java package.
PackageInfoOverall information about the contents of a package.
PackageItemInfoBase class containing information common to all package items held by the package manager.
PackageItemInfo.DisplayNameComparator
PackageManagerClass for retrieving various kinds of information related to the application packages that are currently installed on the device.
PackageManager.NameNotFoundExceptionThis exception is thrown when a given package, application, or component name cannot be found.
PackageStatsimplementation of PackageStats associated with a application package.
PagerAdapterBase class providing the adapter to populate pages inside of a ViewPager.
PageRangeRepresents a range of pages.
PagerTabStripPagerTabStrip is an interactive indicator of the current, next, and previous pages of a ViewPager.
PagerTitleStripPagerTitleStrip is a non-interactive indicator of the current, next, and previous pages of a ViewPager.
PaintThe Paint class holds the style and color information about how to draw geometries, text and bitmaps.
Paint.AlignAlign specifies how drawText aligns its text relative to the [x,y] coordinates.
Paint.CapThe Cap specifies the treatment for the beginning and ending of stroked lines and paths.
Paint.FontMetricsClass that describes the various metrics for a font at a given text size.
Paint.FontMetricsIntConvenience method for callers that want to have FontMetrics values as integers.
Paint.JoinThe Join specifies the treatment where lines and curve segments join on a stroked path.
Paint.StyleThe Style specifies if the primitive being drawn is filled, stroked, or both (in the same color).
PaintDrawableDrawable that draws its bounds in the given paint, with optional rounded corners.
PaintFlagsDrawFilter
Pair<F, S>Container to ease passing around a tuple of two objects.
ParagraphStyleThe classes that affect paragraph-level text formatting implement this interface.
ParameterizedTypeThis interface represents a parameterized type such as ‘Set’.
ParameterMetaDataAn interface used to get information about the types and properties of parameters in a PreparedStatement.
ParcelContainer for a message (data and object references) that can be sent through an IBinder.
ParcelableInterface for classes whose instances can be written to and restored from a Parcel.
Parcelable.ClassLoaderCreatorSpecialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in.
Parcelable.CreatorInterface that must be implemented and provided as a public CREATOR field that generates instances of your Parcelable class from a Parcel.
ParcelableCompatHelper for accessing features in Parcelable introduced after API level 4 in a backwards compatible fashion.
ParcelableCompatCreatorCallbacksCallbacks a Parcelable creator should implement.
ParcelableSpanA special kind of Parcelable for objects that will serve as text spans.
ParcelFileDescriptorThe FileDescriptor returned by readFileDescriptor(), allowing you to close it when done with it.
ParcelFileDescriptor.AutoCloseInputStreamAn InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescriptor.close() for you when the stream is closed.
ParcelFileDescriptor.AutoCloseOutputStreamAn OutputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescriptor.close() for you when the stream is closed.
ParcelFileDescriptor.FileDescriptorDetachedExceptionException that indicates that the file descriptor was detached.
ParcelFileDescriptor.OnCloseListenerCallback indicating that a ParcelFileDescriptor has been closed.
ParcelFormatExceptionThe contents of a Parcel (usually during unmarshalling) does not contain the expected data.
ParcelUuidThis class is a Parcelable wrapper around UUID which is an immutable representation of a 128-bit universally unique identifier.
ParseExceptionThrown when parsing a URL fails.
ParseExceptionThrown when the string being parsed is not in the correct form.
ParseExceptionIndicates a parse error.
ParsePositionTracks the current position in a parsed string.
ParserThis interface was deprecated in API level 1. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
ParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.
ParserConfigurationExceptionIndicates a serious configuration error.
ParserCursorThis class represents a context of a parsing operation:
the current position the parsing operation is expected to start at
the bounds limiting the scope of the parsing operation
ParserFactoryThis class was deprecated in API level 1. This class works with the deprecated Parser interface.
PasswordAuthenticationThis immutable class is a data structure that encapsulates username and password which is used by the Authenticator class.
PasswordCallbackUsed in conjunction with a CallbackHandler to retrieve a password when needed.
PasswordTransformationMethod
PathThe Path class encapsulates compound (multiple contour) geometric paths consisting of straight line segments, quadratic curves, and cubic curves.
Path.DirectionSpecifies how closed shapes (e.g.
Path.FillTypeEnum for the ways a path may be filled.
Path.OpThe logical operations that can be performed when combining two paths.
PathClassLoaderProvides a simple ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network.
PathDashPathEffect
PathDashPathEffect.Style
PathEffectPathEffect is the base class for objects in the Paint that affect the geometry of a drawing primitive before it is transformed by the canvas’ matrix and drawn.
PathMeasure
PathPermissionDescription of permissions needed to access a particular path in a ProviderInfo.
PathShapeCreates geometric paths, utilizing the Path class.
PatternPatterns are compiled regular expressions.
PatternMatcherA simple pattern matcher, which is safe to use on untrusted data: it does not provide full reg-exp support, only simple globbing that can not be used maliciously.
PatternsCommonly used regular expression patterns.
PatternSyntaxExceptionEncapsulates a syntax error that occurred during the compilation of a Pattern.
PBEKeyThe interface to a password-based-encryption key.
PBEKeySpecThe key specification for a password based encryption key.
PBEParameterSpecThe algorithm parameter specification for a password based encryption algorithm.
PdfDocumentThis class enables generating a PDF document from native Android content.
PdfDocument.PageThis class represents a PDF document page.
PdfDocument.PageInfoThis class represents meta-data that describes a PDF PdfDocument.Page.
PdfDocument.PageInfo.BuilderBuilder for creating a PdfDocument.PageInfo.
PendingIntentA description of an Intent and target action to perform with it.
PendingIntent.CanceledExceptionException thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.
PendingIntent.OnFinishedCallback interface for discovering when a send operation has completed.
PerformanceTestCaseMore complex interface performance for test cases.
PerformanceTestCase.IntermediatesCallbacks for PerformanceTestCase.
PeriodicSyncValue type that contains information about a periodic sync.
PermissionLegacy security code; do not use.
PermissionLegacy security code; do not use.
PermissionCollectionLegacy security code; do not use.
PermissionGroupInfoInformation you can retrieve about a particular security permission group known to the system.
PermissionInfoInformation you can retrieve about a particular security permission known to the system.
PermissionsLegacy security code; do not use.
PhantomReferenceImplements a phantom reference, which is the weakest of the three types of references.
PhoneNumberFormattingTextWatcherWatches a TextView and if a phone number is entered will format it.
PhoneNumberUtilsVarious utilities for dealing with phone number strings.
PhoneStateListenerA listener class for monitoring changes in specific telephony states on the device, including service state, signal strength, message waiting indicator (voicemail), and others.
PictureA Picture records drawing calls (via the canvas returned by beginRecording) and can then play them back into Canvas (via draw(Canvas) or drawPicture(Picture)).For most content (e.g.
PictureDrawableDrawable subclass that wraps a Picture, allowing the picture to be used whereever a Drawable is supported.
PipeA pipe contains two channels, forming a unidirectional pipe.
Pipe.SinkChannelWritable sink channel used to write to a pipe.
Pipe.SourceChannelReadable source channel used to read from a pipe.
PipedInputStreamReceives information from a communications pipe.
PipedOutputStreamPlaces information on a communications pipe.
PipedReaderReceives information on a communications pipe.
PipedWriterPlaces information on a communications pipe.
PixelFormat
PixelXorXfermodePixelXorXfermode implements a simple pixel xor (op ^ src ^ dst).
PKCS8EncodedKeySpecThe key specification for an encoded private key in ASN.1 format as defined in the PKCS#8 standard.
PKIXBuilderParametersThe parameter specification for a PKIX CertPathBuilder algorithm used to build certificate chains validated with the PKIX certification path validation.
PKIXCertPathBuilderResultThe result of the PKIX certification path builder, returned by build(CertPathParameters).
PKIXCertPathCheckerThe class specifying the interface to extend the certification path validation algorithm by checks to perform on an X509Certificate.
PKIXCertPathValidatorResultThe implementation of the result of the PKIX certification path validation.
PKIXParametersThis class implements the parameters for the PKIX CertPathValidator.
PlainSocketFactoryThe default class for creating sockets.
PluginStubThis interface is used to implement plugins in a WebView.
PointPoint holds two integer coordinates
PointFPointF holds two float coordinates
PolicyLegacy security code; do not use.
Policy.ParametersLegacy security code; do not use.
PolicyNodeThe interface to a valid policy tree node for the PKIX certification path validation algorithm.
PolicyQualifierInfoThis class implements a policy qualifier as defined by the ASN.1 PolicyQualifierInfo structure.
PolicySpiRepresents the Service Provider Interface (SPI) for java.security.Policy class.
PooledConnectionAn interface which provides facilities for handling connections to a database which are pooled.
PoolEntryRequestEncapsulates a request for a BasicPoolEntry.
PopupMenuStatic library support version of the framework’s PopupMenu.
PopupMenuA PopupMenu displays a Menu in a modal popup window anchored to a View.
PopupMenu.OnDismissListenerCallback interface used to notify the application that the menu has closed.
PopupMenu.OnDismissListenerCallback interface used to notify the application that the menu has closed.
PopupMenu.OnMenuItemClickListenerInterface responsible for receiving menu item click events if the items themselves do not have individual item click listeners.
PopupMenu.OnMenuItemClickListenerInterface responsible for receiving menu item click events if the items themselves do not have individual item click listeners.
PopupMenuCompatHelper for accessing features in PopupMenu introduced after API level 4 in a backwards compatible fashion.
PopupWindowA popup window that can be used to display an arbitrary view.
PopupWindow.OnDismissListenerListener that is called when this popup window is dismissed.
PorterDuff
PorterDuff.Mode
PorterDuffColorFilter
PorterDuffXfermode
PortUnreachableExceptionThis PortUnreachableException will be thrown if an ICMP_Port_Unreachable message has been received.
PowerManagerThis class gives you control of the power state of the device.
PowerManager.WakeLockA wake lock is a mechanism to indicate that your application needs to have the device stay on.
Prediction
PreferenceRepresents the basic Preference UI building block displayed by a PreferenceActivity in the form of a ListView.
Preference.BaseSavedStateA base class for managing the instance state of a Preference.
Preference.OnPreferenceChangeListenerInterface definition for a callback to be invoked when the value of this Preference has been changed by the user and is about to be set and/or persisted.
Preference.OnPreferenceClickListenerInterface definition for a callback to be invoked when a Preference is clicked.
PreferenceActivityThis is the base class for an activity to show a hierarchy of preferences to the user.
PreferenceActivity.HeaderDescription of a single Header item that the user can select.
PreferenceCategoryUsed to group Preference objects and provide a disabled title above the group.
PreferenceChangeEventThis is the event class to indicate that a preference has been added, deleted or updated.
PreferenceChangeListenerThis interface is used to handle preferences change events.
PreferenceFragmentShows a hierarchy of Preference objects as lists.
PreferenceFragment.OnPreferenceStartFragmentCallbackInterface that PreferenceFragment’s containing activity should implement to be able to process preference items that wish to switch to a new fragment.
PreferenceGroupA container for multiple Preference objects.
PreferenceManagerUsed to help create Preference hierarchies from activities or XML.
PreferenceManager.OnActivityDestroyListenerInterface definition for a class that will be called when the container’s activity is destroyed.
PreferenceManager.OnActivityResultListenerInterface definition for a class that will be called when the container’s activity receives an activity result.
PreferenceManager.OnActivityStopListenerInterface definition for a class that will be called when the container’s activity is stopped.
PreferencesAn instance of the class Preferences represents one node in a preference tree, which provides a mechanism to store and access configuration data in a hierarchical way.
PreferenceScreenRepresents a top-level Preference that is the root of a Preference hierarchy.
PreferencesFactoryThis interface is used by the Preferences class as factory class to create Preferences instances.
PreparedStatementAn interface for a precompiled SQL Statement.
PresentationBase class for presentations.
PresetReverbA sound generated within a room travels in many directions.
PresetReverb.OnParameterChangeListenerThe OnParameterChangeListener interface defines a method called by the PresetReverb when a parameter value has changed.
PresetReverb.SettingsThe Settings class regroups all preset reverb parameters.
PrincipalPrincipals are objects which have identities.
PrintAttributesThis class represents the attributes of a print job.
PrintAttributes.BuilderBuilder for creating PrintAttributes.
PrintAttributes.MarginsThis class specifies content margins.
PrintAttributes.MediaSizeThis class specifies a supported media size.
PrintAttributes.ResolutionThis class specifies a supported resolution in DPI (dots per inch).
PrintDocumentThis class represents a printed document from the perspective of a print service.
PrintDocumentAdapterBase class that provides the content of a document to be printed.
PrintDocumentAdapter.LayoutResultCallbackBase class for implementing a callback for the result of onLayout(PrintAttributes, PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle).
PrintDocumentAdapter.WriteResultCallbackBase class for implementing a callback for the result of onWrite(PageRange[], ParcelFileDescriptor, CancellationSignal, WriteResultCallback).
PrintDocumentInfoThis class encapsulates information about a document for printing purposes.
PrintDocumentInfo.BuilderBuilder for creating a PrintDocumentInfo.
PrintedPdfDocumentThis class is a helper for creating a PDF file for given print attributes.
PrinterSimple interface for printing text, allowing redirection to various targets.
PrinterCapabilitiesInfoThis class represents the capabilities of a printer.
PrinterCapabilitiesInfo.BuilderBuilder for creating of a PrinterCapabilitiesInfo.
PrinterDiscoverySessionThis class encapsulates the interaction between a print service and the system during printer discovery.
PrinterIdThis class represents the unique id of a printer.
PrinterInfoThis class represents the description of a printer.
PrinterInfo.BuilderBuilder for creating of a PrinterInfo.
PrintHelperHelper for printing bitmaps.
PrintJobThis class represents a print job from the perspective of an application.
PrintJobThis class represents a print job from the perspective of a print service.
PrintJobIdThis class represents the id of a print job.
PrintJobInfoThis class represents the description of a print job.
PrintJobInfo.BuilderBuilder for creating a PrintJobInfo.
PrintManagerSystem level service for accessing the printing capabilities of the platform.
PrintServiceThis is the base class for implementing print services.
PrintStreamWraps an existing OutputStream and provides convenience methods for writing common data types in a human readable format.
PrintStreamPrinterImplementation of a Printer that sends its output to a PrintStream.
PrintWriterWraps either an existing OutputStream or an existing Writer and provides convenience methods for printing common data types in a human readable format.
PrintWriterPrinterImplementation of a Printer that sends its output to a PrintWriter.
PriorityBlockingQueueAn unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations.
PriorityQueueA PriorityQueue holds elements on a priority heap, which orders the elements according to their natural order or according to the comparator specified at construction time.
PrivateCredentialPermissionLegacy security code; do not use.
PrivateKeyPrivateKey is the common interface for private keys.
PrivilegedActionLegacy security code; do not use.
PrivilegedActionExceptionLegacy security code; do not use.
PrivilegedExceptionActionLegacy security code; do not use.
ProcessTools for managing OS processes.
ProcessRepresents an external process.
ProcessBuilderCreates operating system processes.
ProcessedDataAn entity class that wraps the result of a processDrmInfo() transaction between a device and a DRM server.
ProcessingInstructionThe ProcessingInstruction interface represents a “processing instruction”, used in XML as a way to keep processor-specific information in the text of the document.
ProgressBarVisual indicator of progress in some operation.
ProgressDialogA dialog showing a progress indicator and an optional text message or view.
PropertiesA Properties object is a Hashtable where the keys and values must be Strings.
Property<T, V>A property is an abstraction that can be used to represent a mutable value that is held in a host object.
PropertyChangeEventAn event that indicates that a constraint or a boundary of a property has changed.
PropertyChangeListenerA PropertyChangeListener can subscribe with a event source.
PropertyChangeListenerProxyThe implementation of this listener proxy just delegates the received events to its listener.
PropertyChangeSupportManages a list of listeners to be notified when a property changes.
PropertyPermissionLegacy security code; do not use.
PropertyResourceBundlePropertyResourceBundle loads resources from an InputStream.
PropertyValuesHolderThis class holds information about a property and the values that that property should take on during an animation.
ProtectableA Protectable can be run and can throw a Throwable.
ProtectionDomainLegacy security code; do not use.
ProtocolExceptionSignals that either a connection attempt to a socket of the wrong type, the application of an unsupported operation or that a general error in the underlying protocol has occurred.
ProtocolExceptionSignals that an HTTP protocol violation has occurred.
ProtocolVersionRepresents a protocol version, as specified in RFC 2616.
ProviderProvider is the abstract superclass for all security providers in the Java security infrastructure.
Provider.ServiceService represents a service in the Java Security infrastructure.
ProviderExceptionProviderException is a general exception, thrown by security Providers.
ProviderInfoHolds information about a specific content provider.
ProviderTestCaseThis class was deprecated in API level 3. this class extends InstrumentationTestCase but should extend AndroidTestCase. Use ProviderTestCase2, which corrects this problem, instead.
ProviderTestCase2This test case class provides a framework for testing a single ContentProvider and for testing your app code with an isolated content provider.
ProxyA convenience class for accessing the user and default proxy settings.
ProxyProxy defines methods for creating dynamic proxy classes and instances.
ProxyThis class represents proxy server settings.
Proxy.TypeEnum class for the proxy type.
ProxySelectorSelects the proxy server to use, if any, when connecting to a given URL.
ProxySelectorRoutePlannerDefault implementation of an HttpRoutePlanner.
PSourceThe source of the label L as specified in PKCS #1.
PSource.PSpecifiedThe explicit specification of the parameter P used in the source algorithm.
PSSParameterSpecThe parameter specification for the RSA-PSS Signature scheme.
PublicKeyPublicKey is the common interface for public keys.
PushbackInputStreamWraps an existing InputStream and adds functionality to “push back” bytes that have been read, so that they can be read again.
PushbackReaderWraps an existing Reader and adds functionality to “push back” characters that have been read, so that they can be read again.
Q
QNameQName represents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
Queue<E>A collection designed for holding elements prior to processing.
QuickContactBadgeWidget used to show an image with the standard QuickContact badge and on-click behavior.
QuoteSpan
QwertyKeyListenerThis is the standard key listener for alphabetic input on qwerty keyboards.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值