| AUTH |
Constants and static helpers related to the HTTP authentication. |
| AbsListView.CheckForKeyLongPress |
|
| AbsListView.CheckForLongPress |
|
| AbsListView.CheckForTap |
|
| AbsListView.RecycleBin |
The RecycleBin facilitates resuse of views across layouts. |
| AbstractAuthenticationHandler |
|
| AbstractClientConnAdapter |
Abstract adapter from operated to
managed client connections. |
| AbstractCollection |
AbstractCollection is an abstract implementation of the Collection interface. |
| AbstractConnPool |
An abstract connection pool. |
| AbstractCookieAttributeHandler |
|
| AbstractCookieSpec |
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers. |
| AbstractCursor |
This 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. |
| AbstractExecutorService |
Provides default implementation of ExecutorService
execution methods. |
| AbstractHttpClient |
Convenience base class for HTTP client implementations. |
| AbstractHttpClientConnection |
Abstract client-side HTTP connection capable of transmitting and receiving data
using arbitrary SessionInputBuffer and SessionOutputBuffer |
| AbstractHttpEntity |
Abstract base class for entities. |
| AbstractHttpMessage |
Basic implementation of an HTTP message that can be modified. |
| AbstractHttpParams |
Abstract base class for parameter collections. |
| AbstractHttpServerConnection |
Abstract server-side HTTP connection capable of transmitting and receiving data
using arbitrary SessionInputBuffer and SessionOutputBuffer |
| AbstractInterruptibleChannel |
This class roots the implementation of interruptible channels. |
| AbstractMap |
AbstractMap is an abstract implementation of the Map interface. |
| AbstractMessageParser |
Message parser base class. |
| AbstractMessageWriter |
|
| AbstractPoolEntry |
A pool entry for use by connection manager implementations. |
| AbstractQueuedSynchronizer |
Provides a framework for implementing blocking locks and related
synchronizers (semaphores, events, etc) that rely on
first-in-first-out (FIFO) wait queues. |
| AbstractQueuedSynchronizer.ConditionObject |
Condition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation. |
| AbstractSessionInputBuffer |
Abstract base class for session input buffers that stream data
from a InputStream. |
| AbstractSessionOutputBuffer |
Abstract base class for session output buffers that stream data
to an OutputStream. |
| AbstractTableMerger |
|
| AbstractVerifier |
Abstract base class for all standard HostnameVerifier
implementations. |
| AccelerateDecelerateInterpolator |
An interpolator where the rate of change starts and ends slowly but
accelerates through the middle. |
| AccelerateInterpolator |
An interpolator where the rate of change starts out slowly and
and then accelerates. |
| AccessControlContext |
|
| AccessController |
|
| AccessibleObject |
This class must be implemented by the VM vendor. |
| ActivityManager |
Interact with the overall activities running in the system. |
| ActivityManager.RecentTaskInfo |
Information you can retrieve about tasks that the user has most recently
started or visited. |
| ActivityManager.RunningTaskInfo |
Information you can retrieve about a particular task that is currently
"running" in the system. |
| ActivityPendingResult |
This object provides a token for an existing activity, which can be used to
send results back to that activity, whether or not that activity is
currently running. |
| Adapter |
An Adapter represents a single physical instance of a Bluetooth interface. |
| AdapterView.ContextMenuInfo |
Extra menu information provided to the
onPopulateContextMenu(ContextMenu, View, Object)
callback when a context menu is brought up for this AdapterView. |
| Address |
A class representing an Address, i.e, a set of Strings describing a location. |
| Adler32 |
The Adler32 class is used to compute the Adler32 Checksum from a set of data. |
| AlarmManager |
This class provides access to the system alarm services. |
| AlertDialog.Builder |
|
| AlgorithmParameterGenerator |
|
| AlgorithmParameterGeneratorSpi |
|
| AlgorithmParameters |
|
| AlgorithmParametersSpi |
|
| AlignmentSpan.Standard |
|
| AlphaKeyTable |
|
| AlteredCharSequence |
An 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. |
| AndroidCharacter |
AndroidCharacter exposes some character properties that are not
easily accessed from java.lang.Character. |
| AndroidClip |
|
| AndroidJavaBlitter |
|
| AndroidMIDIPlayBackEngine |
|
| AndroidPlayBackEngine |
|
| AndroidSequencer |
|
| AndroidSourceDataLine |
|
| Animation |
Abstraction for an Animation that can be applied to Views, Surfaces, or
other objects. |
| Animation.Description |
Utility class to parse a string description of a size
|
| AnimationUtils |
Defines common utilities for working with animations. |
| Annotation |
Annotation
|
| ApplicationInfo |
Information you can retrieve about a particular application. |
| ApplicationInfo.DisplayNameComparator |
|
| Array |
This class provides methods to dynamically create and access arrays. |
| ArrayUtils |
ArrayUtils contains some methods that you can call to find out
the most efficient increments by which to grow arrays. |
| Arrays |
Arrays contains static methods which operate on arrays. |
| ArrowKeyMovementMethod |
|
| Assert |
A set of assert methods. |
| AssetManager |
Provides access to an application's raw asset files; see Resources
for the way most applications will want to retrieve their resource data. |
| AtCommandHandler |
Handler Interface for AtParser. |
| AtCommandResult |
The result of execution of an single AT command. |
| AtParser |
An AT (Hayes command) Parser based on (a subset of) the ITU-T V.250 standard. |
| AtomicBoolean |
A boolean value that may be updated atomically. |
| AtomicIntegerArray |
An int array in which elements may be updated atomically. |
| AtomicIntegerFieldUpdater |
A reflection-based utility that enables atomic updates to
designated volatile int fields of designated classes. |
| AtomicLongArray |
A long array in which elements may be updated atomically. |
| AtomicLongFieldUpdater |
A reflection-based utility that enables atomic updates to
designated volatile long fields of designated classes. |
| AtomicMarkableReference |
An AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically. |
| AtomicReference |
An object reference that may be updated atomically. |
| AtomicRefer |