| E
The double value closest to e, the base of the natural logarithm.
double
|
Math |
| E
The double value closest to e, the base of the natural logarithm.
double
|
StrictMath |
| e(String tag, String msg)
Send an ERROR log message.
|
Log |
| e(String tag, String msg, Throwable tr)
Send a ERROR log message and log the exception.
|
Log |
| EASTERN_ARABIC
The Constant EASTERN_ARABIC indicates the ARABIC range and
ARABIC_EXTENDED decimal base.
int
|
NumericShaper |
| ECFieldF2m(int m)
Creates a new
ECFieldF2m with 2^m elements with a normal
basis. |
ECFieldF2m |
| ECFieldF2m(int m, int[] ks)
Creates a new
ECFieldF2m with 2^m elements with
a polynomial basis and the reduction polynomial based on ks. |
ECFieldF2m |
| ECFieldF2m(int m, BigInteger rp)
Creates a new
ECFieldF2m with 2^m elements with a polynomial
basis and the reduction polynomial based on rp. |
ECFieldF2m |
| ECFieldFp(BigInteger p)
Creates a new prime finite field of an elliptic curve with the specified
prime
p. |
ECFieldFp |
| ECGenParameterSpec(String name)
Creates a new
ECGenParameterSpec with the specified standard or
predefined name of the to-be-generated domain parameter. |
ECGenParameterSpec |
| ECLAIR
Current work on "Eclair" development branch.
int
|
Build.VERSION_CODES |
| ECParameterSpec(EllipticCurve curve, ECPoint generator, BigInteger order, int cofactor)
Creates a new
ECParameterSpec with the specified elliptic curve,
the base point, the order of the generator (or base point) and the
co-factor. |
ECParameterSpec |
| ECPoint(BigInteger affineX, BigInteger affineY)
Creates a new point at the specified coordinates.
|
ECPoint |
| ECPrivateKeySpec(BigInteger s, ECParameterSpec params)
Creates a new
ECPrivateKeySpec with the specified private value
S and parameter specification. |
ECPrivateKeySpec |
| ECPublicKeySpec(ECPoint w, ECParameterSpec params)
Creates a new
ECPublicKey with the specified public elliptic
curve point and parameter specification. |
ECPublicKeySpec |
| EDGE_BOTTOM
int
|
Keyboard |
| EDGE_BOTTOM
Flag indicating the motion event intersected the bottom edge of the screen.
int
|
MotionEvent |
| EDGE_LEFT
int
|
Keyboard |
| EDGE_LEFT
Flag indicating the motion event intersected the left edge of the screen.
int
|
MotionEvent |
| EDGE_RIGHT
int
|
Keyboard |
| EDGE_RIGHT
Flag indicating the motion event intersected the right edge of the screen.
int
|
MotionEvent |
| EDGE_TOP
int
|
Keyboard |
| EDGE_TOP
Flag indicating the motion event intersected the top edge of the screen.
int
|
MotionEvent |
| edit
int
|
R.id |
| edit()
Create a new Editor for these preferences, through which you can make
modifications to the data in the preferences and atomically commit those
changes back to the SharedPreferences object.
|
SharedPreferences |
| editable
This constant is deprecated.
Use inputType instead.
int
|
R.attr |
| Editable.Factory() | Editable.Factory |
| editbox_background
int
|
R.drawable |
| editbox_background_normal
int
|
R.drawable |
| editbox_dropdown_dark_frame
int
|
R.drawable |
| editbox_dropdown_light_frame
int
|
R.drawable |
| editorExtras
Reference to an
<input-extras>
XML resource containing additional data to
supply to an input method, which is private to the implementation
of the input method.
int
|
R.attr |
| EditorInfo() | EditorInfo |
| editProperties(AccountAuthenticatorResponse response, String accountType)
Returns a Bundle that contains the Intent of the activity that can be used to edit the
properties.
|
AbstractAccountAuthenticator |
| editProperties(String accountType, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler)
Request that the properties for an authenticator be updated.
|
AccountManager |
| EditText(Context context) | EditText |
| EditText(Context context, AttributeSet attrs) | EditText |
| EditText(Context context, AttributeSet attrs, int defStyle) | EditText |
| EditTextPreference(Context context) | EditTextPreference |
| EditTextPreference(Context context, AttributeSet attrs) | EditTextPreference |
| EditTextPreference(Context context, AttributeSet attrs, int defStyle) | EditTextPreference |
| editTextPreferenceStyle
Default style for EditTextPreference.
int
|
R.attr |
| editTextStyle
Default EditText style.
int
|
R.attr |
| edit_text
int
|
R.drawable |
| EDIT_TEXT_TYPE
HitTestResult for hitting an edit text area
int
|
WebView.HitTestResult |
| EFFECT_AQUA | Camera.Parameters |
| EFFECT_BLACKBOARD | Camera.Parameters |
| EFFECT_MONO | Camera.Parameters |
| EFFECT_NEGATIVE | Camera.Parameters |
| EFFECT_NONE | Camera.Parameters |
| EFFECT_POSTERIZE | Camera.Parameters |
| EFFECT_SEPIA | Camera.Parameters |
| EFFECT_SOLARIZE | Camera.Parameters |
| EFFECT_WHITEBOARD | Camera.Parameters |
| EFFORT
the indicated amount of effort to use in compressing the archive.
|
Pack200.Packer |
| eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config_size, int[] num_config) | EGL10 |
| EGLConfig() | EGLConfig |
| EGLContext() | EGLContext |
| eglCopyBuffers(EGLDisplay display, EGLSurface surface, Object native_pixmap) | EGL10 |
| eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) | EGL10 |
| eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) | EGL10 |
| eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) | EGL10 |
| eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) | EGL10 |
| eglDestroyContext(EGLDisplay display, EGLContext context) | EGL10 |
| eglDestroySurface(EGLDisplay display, EGLSurface surface) | EGL10 |
| EGLDisplay() | EGLDisplay |
| eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value) | EGL10 |
| eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_config) | EGL10 |
| eglGetCurrentContext() | EGL10 |
| eglGetCurrentDisplay() | EGL10 |
| eglGetCurrentSurface(int readdraw) | EGL10 |
| eglGetDisplay(Object native_display) | EGL10 |
| eglGetError() | EGL10 |
| eglInitialize(EGLDisplay display, int[] major_minor) | EGL10 |
| eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) | EGL10 |
| eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value) | EGL10 |
| eglQueryString(EGLDisplay display, int name) | EGL10 |
| eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value) | EGL10 |
| EGLSurface() | EGLSurface |
| eglSwapBuffers(EGLDisplay display, EGLSurface surface) | EGL10 |
| eglTerminate(EGLDisplay display) | EGL10 |
| eglWaitGL() | EGL10 |
| eglWaitNative(int engine, Object bindTarget) | EGL10 |
| EGL_ALPHA_FORMAT
int
|
EGL10 |
| EGL_ALPHA_MASK_SIZE
int
|
EGL10 |
| EGL_ALPHA_SIZE
int
|
EGL10 |
| EGL_BAD_ACCESS
int
|
EGL10 |
| EGL_BAD_ALLOC
int
|
EGL10 |
| EGL_BAD_ATTRIBUTE
int
|
EGL10 |
| EGL_BAD_CONFIG
int
|
EGL10 |
| EGL_BAD_CONTEXT
int
|
EGL10 |
| EGL_BAD_CURRENT_SURFACE
int
|
EGL10 |
| EGL_BAD_DISPLAY
int
|
EGL10 |
| EGL_BAD_MATCH
int
|
EGL10 |
| EGL_BAD_NATIVE_PIXMAP
int
|
EGL10 |
| EGL_BAD_NATIVE_WINDOW
int
|
EGL10 |
| EGL_BAD_PARAMETER
int
|
EGL10 |
| EGL_BAD_SURFACE
int
|
EGL10 |
| EGL_BLUE_SIZE
int
|
EGL10 |
| EGL_BUFFER_SIZE
int
|
EGL10 |
| EGL_COLORSPACE
int
|
EGL10 |
| EGL_COLOR_BUFFER_TYPE
int
|
EGL10 |
| EGL_CONFIG_CAVEAT
int
|
EGL10 |
| EGL_CONFIG_ID
int
|
EGL10 |
| EGL_CONTEXT_LOST
int
|
EGL11 |
| EGL_CORE_NATIVE_ENGINE
int
|
EGL10 |
| EGL_DEFAULT_DISPLAY | EGL10 |
| EGL_DEPTH_SIZE
int
|
EGL10 |
| EGL_DONT_CARE
int
|
EGL10 |
| EGL_DRAW
int
|
EGL10 |
| EGL_EXTENSIONS
int
|
EGL10 |
| EGL_GREEN_SIZE
int
|
EGL10 |
| EGL_HEIGHT
int
|
EGL10 |
| EGL_HORIZONTAL_RESOLUTION
int
|
EGL10 |
| EGL_LARGEST_PBUFFER
int
|
EGL10 |
| EGL_LEVEL
int
|
EGL10 |
| EGL_LUMINANCE_BUFFER
int
|
EGL10 |
| EGL_LUMINANCE_SIZE
int
|
EGL10 |
| EGL_MAX_PBUFFER_HEIGHT
int
|
EGL10 |
| EGL_MAX_PBUFFER_PIXELS
int
|
EGL10 |
| EGL_MAX_PBUFFER_WIDTH
int
|
EGL10 |
| EGL_NATIVE_RENDERABLE
int
|
EGL10 |
| EGL_NATIVE_VISUAL_ID
int
|
EGL10 |
| EGL_NATIVE_VISUAL_TYPE
int
|
EGL10 |
| EGL_NONE
int
|
EGL10 |
| EGL_NON_CONFORMANT_CONFIG
int
|
EGL10 |
| EGL_NOT_INITIALIZED
int
|
EGL10 |
| EGL_NO_CONTEXT | EGL10 |
| EGL_NO_DISPLAY | EGL10 |
| EGL_NO_SURFACE | EGL10 |
| EGL_PBUFFER_BIT
int
|
EGL10 |
| EGL_PIXEL_ASPECT_RATIO
int
|
EGL10 |
| EGL_PIXMAP_BIT
int
|
EGL10 |
| EGL_READ
int
|
EGL10 |
| EGL_RED_SIZE
int
|
EGL10 |
| EGL_RENDERABLE_TYPE
int
|
EGL10 |
| EGL_RENDER_BUFFER
int
|
EGL10 |
| EGL_RGB_BUFFER
int
|
EGL10 |
| EGL_SAMPLES
int
|
EGL10 |
| EGL_SAMPLE_BUFFERS
int
|
EGL10 |
| EGL_SINGLE_BUFFER
int
|
EGL10 |
| EGL_SLOW_CONFIG
int
|
EGL10 |
| EGL_STENCIL_SIZE
int
|
EGL10 |
| EGL_SUCCESS
int
|
EGL10 |
| EGL_SURFACE_TYPE
int
|
EGL10 |
| EGL_TRANSPARENT_BLUE_VALUE
int
|
EGL10 |
| EGL_TRANSPARENT_GREEN_VALUE
int
|
EGL10 |
| EGL_TRANSPARENT_RED_VALUE
int
|
EGL10 |
| EGL_TRANSPARENT_RGB
int
|
EGL10 |
| EGL_TRANSPARENT_TYPE
int
|
EGL10 |
| EGL_VENDOR
int
|
EGL10 |
| EGL_VERSION
int
|
EGL10 |
| EGL_VERTICAL_RESOLUTION
int
|
EGL10 |
| EGL_WIDTH
int
|
EGL10 |
| EGL_WINDOW_BIT
int
|
EGL10 |
| elapsedRealtime()
Returns milliseconds since boot, including time spent in sleep.
|
SystemClock |
| elapsedTimeAsString(long runTime)
Returns the formatted string of the elapsed time.
|
BaseTestRunner |
| ELAPSED_REALTIME
Alarm time in SystemClock.elapsedRealtime() (time since boot, including sleep).
int
|
AlarmManager |
| ELAPSED_REALTIME_WAKEUP
Alarm time in SystemClock.elapsedRealtime() (time since boot, including sleep),
which will wake up the device when it goes off.
int
|
AlarmManager |
| element()
Returns but does not remove the element at the head of the queue.
|
AbstractQueue |
| element()
Returns the method object for the invalid type.
|
AnnotationTypeMismatchException |
| element()
Gets but does not remove the element at the head of the queue.
|
LinkedList |
| element()
Gets but does not remove the element at the head of the queue.
|
Queue |
| elementAt(int location)
Returns the element at the specified location in this vector.
|
Vector |
| elementDecl(String name, String model)
Report an element type declaration.
|
DeclHandler |
| elementDecl(String name, String model)
Report an element type declaration.
|
DefaultHandler2 |
| elementName()
Returns the incomplete element's name.
|
IncompleteAnnotationException |
| elements()
Returns an enumeration of the values in this table.
|
ConcurrentHashMap |
| elements()
Returns an enumeration on the elements of this dictionary.
|
Dictionary |
| elements()
Returns an enumeration on the values of this
Hashtable. |
Hashtable |
| elements()
Returns an enumeration over all Permissions encapsulated by this
PermissionCollection. |
PermissionCollection |
| elements()
Returns an enumeration over all Permissions encapsulated by this
PermissionCollection. |
Permissions |
| elements()
Returns an enumeration on the elements of this vector.
|
Vector |
| ELEMENT_NODE
The node is an
Element.short
|
Node |
| ellipsize
Where to ellipsize text.
int
|
R.attr |
| ellipsize(CharSequence text, TextPaint p, float avail, TextUtils.TruncateAt where)
Returns the original text if it fits in the specified width
given the properties of the specified Paint,
or, if it does not fit, a truncated
copy with ellipsis character added at the specified edge or center.
|
TextUtils |
| ellipsize(CharSequence text, TextPaint p, float avail, TextUtils.TruncateAt where, boolean preserveLength, TextUtils.EllipsizeCallback callback)
Returns the original text if it fits in the specified width
given the properties of the specified Paint,
or, if it does not fit, a copy with ellipsis character added
at the specified edge or center.
|
TextUtils |
| ellipsized(int start, int end)
Callback for the ellipsizer to report what region it ellipsized.
|
BoringLayout |
| ellipsized(int start, int end)
This method is called to report that the specified region of
text was ellipsized away by a call to ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt).
|
TextUtils.EllipsizeCallback |
| EllipticCurve(ECField field, BigInteger a, BigInteger b)
Creates a new
EllipticCurve with the specified field and
coefficients. |
EllipticCurve |
| EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed)
Creates a new
EllipticCurve with the specified field,
coefficients and seed. |
EllipticCurve |
| EMAIL
This constant is deprecated.
see ContactsContract
|
Contacts.Intents.Insert |
| EMAIL
The extra field for the contact email address.
|
ContactsContract.Intents.Insert |
| emailAddressTypes
Email address types from android.provider.Contacts.
int
|
R.array |
| EMAIL_ADDRESSES
Bit field indicating that email addresses should be matched in methods
that take an options mask
int
|
Linkify |
| EMAIL_ISPRIMARY
This constant is deprecated.
see ContactsContract
|
Contacts.Intents.Insert |
| EMAIL_ISPRIMARY
The extra field for the email isprimary flag.
|
ContactsContract.Intents.Insert |
| EMAIL_TYPE
This constant is deprecated.
see ContactsContract
|
Contacts.Intents.Insert |
| EMAIL_TYPE
The extra field for the contact email type.
|
ContactsContract.Intents.Insert |
| EMAIL_TYPE
HitTestResult for hitting an email address
int
|
WebView.HitTestResult |
| EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius)
Create an emboss maskfilter
|
EmbossMaskFilter |
| EMPTY | Bundle |
| empty
int
|
R.id |
| EMPTY
The empty URI, equivalent to "".
|
Uri |
| empty()
Returns whether the stack is empty or not.
|
Stack |
| emptyList()
Returns a type-safe empty, immutable List.
|
Collections |
| emptyMap()
Returns a type-safe empty, immutable Map.
|
Collections |
| emptyPhoneNumber
How to display the lack of a phone number
int
|
R.string |
| emptySet()
Returns a type-safe empty, immutable Set.
|
Collections |
| EmptyStackException()
Constructs a new
EmptyStackException with the stack trace filled
in. |
EmptyStackException |
| EMPTY_LIST
An empty immutable instance of List.
|
Collections |
| EMPTY_MAP
An empty immutable instance of Map.
|
Collections |
| EMPTY_SET
An empty immutable instance of Set.
|
Collections |
| EMPTY_STATE | AbsSavedState |
| EMPTY_STATE_SET
Indicates the view has no states set.
int[]
|
View |
| ems
Makes the TextView be exactly this many ems wide
Must be an integer value, such as " int
|
R.attr |
| enable()
Turn on the local Bluetooth adapter.
|
BluetoothAdapter |
| enable()
Enables the JIT compiler.
|
Compiler |
| enable()
Enables the OrientationEventListener so it will monitor the sensor and call
onOrientationChanged(int) when the device orientation changes.
|
OrientationEventListener |
| enable()
Enables the OrientationListener so it will monitor the sensor and call
onOrientationChanged(int) when the device orientation changes.
|
OrientationListener |
| enableConnectionGC()
Enables connection garbage collection (GC).
|
AbstractConnPool |
| enabled
This constant is deprecated.
Use state_enabled instead.
int
|
R.attr |
| ENABLED
supplicant will consider this network available for association
int
|
WifiConfiguration.Status |
| enabled() | Wire |
| ENABLED_ACCESSIBILITY_SERVICES
List of the enabled accessibility providers.
|
Settings.Secure |
| ENABLED_FOCUSED_SELECTED_STATE_SET
Indicates the view is enabled, focused and selected.
int[]
|
View |
| ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET
Indicates the view is enabled, focused, selected and its window
has the focus.
int[]
|
View |
| ENABLED_FOCUSED_STATE_SET
Indicates the view is enabled and has the focus.
int[]
|
View |
| ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET
Indicates the view is enabled, focused and its window has the focus.
int[]
|
View |
| ENABLED_INPUT_METHODS
List of input methods that are currently enabled.
|
Settings.Secure |
| ENABLED_SELECTED_STATE_SET
Indicates the view is enabled and selected.
int[]
|
View |
| ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET
Indicates the view is enabled, selected and its window has the focus.
int[]
|
View |
| ENABLED_STATE_SET
Indicates the view is enabled.
int[]
|
View |
| ENABLED_WINDOW_FOCUSED_STATE_SET
Indicates the view is enabled and that its window has focus.
int[]
|
View |
| enableEmulatorTraceOutput()
Enable "emulator traces", in which information about the current
method is made available to the "emulator -trace" feature.
|
Debug |
| enableNetwork(int netId, boolean disableOthers)
Allow a previously configured network to be associated with.
|
WifiManager |
| enablePlatformNotifications()
Enables platform notifications of data state and proxy changes.
|
WebView |
| enableReplaceObject(boolean enable)
Enables object replacement for this stream.
|
ObjectOutputStream
(protected) |
| enableResolveObject(boolean enable)
Enables object replacement for this stream.
|
ObjectInputStream
(protected) |
| ENCLOSED_ALPHANUMERICS
The "Enclosed Alphanumerics" Unicode Block.
|
Character.UnicodeBlock |
| ENCLOSED_CJK_LETTERS_AND_MONTHS
The "Enclosed CJK Letters and Months" Unicode Block.
|
Character.UnicodeBlock |
| ENCLOSING_MARK
Unicode category constant Me.
byte
|
Character |
| encode(OutputStream stream)
Encodes this certificate to an output stream.
|
Certificate |
| encode(String s)
Encodes a string and outputs to a byte buffer that is to be returned.
|
Charset |
| encode(String s)
This method is deprecated.
use encode(String, String) instead.
|
URLEncoder |
| encode(String s)
Encodes characters in the given string as '%'-escaped octets
using the UTF-8 scheme.
|
Uri |
| encode(String s, String enc)
Encodes the given string
s in a x-www-form-urlencoded string
using the specified encoding scheme enc. |
URLEncoder |
| encode(String s, String allow)
Encodes characters in the given string as '%'-escaped octets
using the UTF-8 scheme.
|
Uri |
| encode(CharBuffer buffer)
Encodes the content of the give character buffer and outputs to a byte
buffer that is to be returned.
|
Charset |
| encode(CharBuffer in)
This is a facade method for the encoding operation.
|
CharsetEncoder |
| encode(CharBuffer in, ByteBuffer out, boolean endOfInput)
Encodes characters starting at the current position of the given input
buffer, and writes the equivalent byte sequence into the given output
buffer from its current position.
|
CharsetEncoder |
| encodeCustomImProtocol(String protocolString)
This method is deprecated.
see ContactsContract
|
Contacts.ContactMethods |
| encodedAuthority(String authority)
Sets the previously encoded authority.
|
Uri.Builder |
| encodedFragment(String fragment)
Sets the previously encoded fragment.
|
Uri.Builder |
| EncodedKeySpec(byte[] encodedKey)
Creates a new
EncodedKeySpec with the specified encoded key bytes. |
EncodedKeySpec |
| encodedOpaquePart(String opaquePart)
Sets the previously encoded opaque scheme-specific-part.
|
Uri.Builder |
| encodedPath(String path)
Sets the previously encoded path.
|
Uri.Builder |
| encodedQuery(String query)
Sets the previously encoded query.
|
Uri.Builder |
| encodeLoop(CharBuffer in, ByteBuffer out)
Encodes characters into bytes.
|
CharsetEncoder
(protected) |
| encodePredefinedImProtocol(int protocol)
This method is deprecated.
see ContactsContract
|
Contacts.ContactMethods |
| ENCODING_16BIT
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| ENCODING_16BIT
int
|
SmsMessage |
| ENCODING_7BIT
int
|
SmsMessage |
| ENCODING_7BIT
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| ENCODING_8BIT
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| ENCODING_8BIT
int
|
SmsMessage |
| ENCODING_DEFAULT
Default audio data format
int
|
AudioFormat |
| ENCODING_INVALID
Invalid audio data format
int
|
AudioFormat |
| ENCODING_PCM_16BIT
Audio data format: PCM 16 bit per sample
int
|
AudioFormat |
| ENCODING_PCM_8BIT
Audio data format: PCM 8 bit per sample
int
|
AudioFormat |
| ENCODING_UNKNOWN
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| ENCODING_UNKNOWN
User data text encoding code unit size
int
|
SmsMessage |
| EncryptedPrivateKeyInfo(byte[] encoded)
Creates an
EncryptedPrivateKeyInfo instance from its encoded
representation by parsing it. |
EncryptedPrivateKeyInfo |
| EncryptedPrivateKeyInfo(String encrAlgName, byte[] encryptedData)
Creates an
EncryptedPrivateKeyInfo instance from an algorithm
name and its encrypted data. |
EncryptedPrivateKeyInfo |
| EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData)
Creates an
EncryptedPrivateKeyInfo instance from the
encryption algorithm parameters an its encrypted data. |
EncryptedPrivateKeyInfo |
| ENCRYPT_MODE
Constant for encryption operation mode.
int
|
Cipher |
| end()
Indicates the end of a code section that has been started with
begin() and that includes a potentially blocking I/O operation. |
AbstractSelector
(protected) |
| end()
Frees all resources held onto by this deflating algorithm.
|
Deflater |
| end()
Invoked at the end of an element.
|
EndElementListener |
| end()
Release any resources associated with this
Inflater. |
Inflater |
| end()
Returns the index of the first character following the text that matched
the whole regular expression.
|
MatchResult |
| end()
Returns the index of the first character following the text that matched
the whole regular expression.
|
Matcher |
| end(boolean success)
Indicates the end of a code section that has been started with
begin() and that includes a potentially blocking I/O operation. |
AbstractInterruptibleChannel
(protected) |
| end(int group)
Returns the index of the first character following the text that matched
a given group.
|
MatchResult |
| end(int group)
Returns the index of the first character following the text that matched
a given group.
|
Matcher |
| end(String body)
Invoked at the end of a text element with the body of the element.
|
EndTextElementListener |
| endArray()
End an array.
|
JSONStringer |
| endBatchEdit()
Default implementation does nothing.
|
BaseInputConnection |
| endBatchEdit()
Tell the editor that you are done with a batch edit previously
initiated with endBatchEdit().
|
InputConnection |
| endBatchEdit()
Tell the editor that you are done with a batch edit previously
initiated with endBatchEdit().
|
InputConnectionWrapper |
| endBatchEdit() | TextView |
| endCacheTransaction() | CacheManager |
| endCDATA()
Report the end of a CDATA section.
|
DefaultHandler2 |
| endCDATA()
Report the end of a CDATA section.
|
LexicalHandler |
| endColor
Must be a color value, in the form of " int
|
R.attr |
| ENDCOM
int
|
ZipEntry |
| ENDCOM
int
|
ZipFile |
| ENDCOM
int
|
ZipInputStream |
| ENDCOM
int
|
ZipOutputStream |
| endDocument()
Receive notification of the end of a document.
|
ContentHandler |
| endDocument()
Receive notification of the end of the document.
|
DefaultHandler |
| endDocument()
Receive notification of the end of a document.
|
DocumentHandler |
| endDocument()
Receive notification of the end of the document.
|
HandlerBase |
| endDocument()
Adapter implementation method; do not call.
|
ParserAdapter |
| endDocument()
Filter an end document event.
|
XMLFilterImpl |
| endDocument()
End document event.
|
XMLReaderAdapter |
| endDocument()
Finish writing.
|
XmlSerializer |
| endDTD()
Report the end of DTD declarations.
|
DefaultHandler2 |
| endDTD()
Report the end of DTD declarations.
|
LexicalHandler |
| endElement(String name)
Receive notification of the end of an element.
|
DocumentHandler |
| endElement(String name)
Receive notification of the end of an element.
|
HandlerBase |
| endElement(String qName)
Adapter implementation method; do not call.
|
ParserAdapter |
| endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
|
ContentHandler |
| endElement(String uri, String localName, String qName)
Receive notification of the end of an element.
|
DefaultHandler |
| endElement(String uri, String localName, String qName)
Filter an end element event.
|
XMLFilterImpl |
| endElement(String uri, String localName, String qName)
Adapt a SAX2 end element event.
|
XMLReaderAdapter |
| endEntity(String name)
Report the end of an entity.
|
DefaultHandler2 |
| endEntity(String name)
Report the end of an entity.
|
LexicalHandler |
| ENDHDR
int
|
ZipEntry |
| ENDHDR
int
|
ZipFile |
| ENDHDR
int
|
ZipInputStream |
| ENDHDR
int
|
ZipOutputStream |
| endObject()
End an object.
|
JSONStringer |
| ENDOFF
int
|
ZipEntry |
| ENDOFF
int
|
ZipFile |
| ENDOFF
int
|
ZipInputStream |
| ENDOFF
int
|
ZipOutputStream |
| endPerformanceSnapshot() | Instrumentation |
| endPrefixMapping(String prefix)
End the scope of a prefix-URI mapping.
|
ContentHandler |
| endPrefixMapping(String prefix)
Receive notification of the end of a Namespace mapping.
|
DefaultHandler |
| endPrefixMapping(String prefix)
Filter an end Namespace prefix mapping event.
|
XMLFilterImpl |
| endPrefixMapping(String prefix)
Adapt a SAX2 end prefix mapping event.
|
XMLReaderAdapter |
| endRecording()
Call endRecording when the picture is built.
|
Picture |
| ENDSIG
long
|
ZipEntry |
| ENDSIG
long
|
ZipFile |
| ENDSIG
long
|
ZipInputStream |
| ENDSIG
long
|
ZipOutputStream |
| ENDSIZ
int
|
ZipEntry |
| ENDSIZ
int
|
ZipFile |
| ENDSIZ
int
|
ZipInputStream |
| ENDSIZ
int
|
ZipOutputStream |
| ENDSUB
int
|
ZipEntry |
| ENDSUB
int
|
ZipFile |
| ENDSUB
int
|
ZipInputStream |
| ENDSUB
int
|
ZipOutputStream |
| endsWith(String suffix)
Compares the specified string to this string to determine if the
specified string is a suffix.
|
String |
| endTag(String namespace, String name)
Write end tag.
|
XmlSerializer |
| endTest(Test test)
A test ended.
|
BaseTestRunner |
| endTest(Test test)
A test ended.
|
TestListener |
| endTest(Test test)
Informs the result that a test was completed.
|
TestResult |
| ENDTOT
int
|
ZipEntry |
| ENDTOT
int
|
ZipFile |
| ENDTOT
int
|
ZipInputStream |
| ENDTOT
int
|
ZipOutputStream |
| endTransaction()
End a transaction.
|
SQLiteDatabase |
| endYear
The last year (inclusive) i.e.
int
|
R.attr |
| END_BUTTON_BEHAVIOR
What happens when the user presses the end call button if they're not
on a call.
|
Settings.System |
| END_DOCUMENT
Logical end of the xml document.
int
|
XmlPullParser |
| END_PUNCTUATION
Unicode category constant Pe.
byte
|
Character |
| END_TAG
Returned from getEventType(), next(), or
nextToken() when an end tag was read.
int
|
XmlPullParser |
| enforceCallingOrSelfPermission(String permission, String message)
If neither you nor the calling process of an IPC you are
handling has been granted a particular permission, throw a
SecurityException.
|
Context |
| enforceCallingOrSelfPermission(String permission, String message)
If neither you nor the calling process of an IPC you are
handling has been granted a particular permission, throw a
SecurityException.
|
ContextWrapper |
| enforceCallingOrSelfPermission(String permission, String message)
If neither you nor the calling process of an IPC you are
handling has been granted a particular permission, throw a
SecurityException.
|
MockContext |
| enforceCallingOrSelfUriPermission(Uri uri, int modeFlags, String message)
If the calling process of an IPC or you has not been
granted permission to access a specific URI, throw SecurityException.
|
Context |
| enforceCallingOrSelfUriPermission(Uri uri, int modeFlags, String message)
If the calling process of an IPC or you has not been
granted permission to access a specific URI, throw SecurityException.
|
ContextWrapper |
| enforceCallingOrSelfUriPermission(Uri uri, int modeFlags, String message)
If the calling process of an IPC or you has not been
granted permission to access a specific URI, throw SecurityException.
|
MockContext |
| enforceCallingPermission(String permission, String message)
If the calling process of an IPC you are handling has not been
granted a particular permission, throw a SecurityException.
|
Context |
| enforceCallingPermission(String permission, String message)
If the calling process of an IPC you are handling has not been
granted a particular permission, throw a SecurityException.
|
ContextWrapper |
| enforceCallingPermission(String permission, String message)
If the calling process of an IPC you are handling has not been
granted a particular permission, throw a SecurityException.
|
MockContext |
| enforceCallingUriPermission(Uri uri, int modeFlags, String message)
If the calling process and user ID has not been granted
permission to access a specific URI, throw SecurityException.
|
Context |
| enforceCallingUriPermission(Uri uri, int modeFlags, String message)
If the calling process and user ID has not been granted
permission to access a specific URI, throw SecurityException.
|
ContextWrapper |
| enforceCallingUriPermission(Uri uri, int modeFlags, String message)
If the calling process and user ID has not been granted
permission to access a specific URI, throw SecurityException.
|
MockContext |
| enforceInterface(String interfaceName) | Parcel |
| enforcePermission(String permission, int pid, int uid, String message)
If the given permission is not allowed for a particular process
and user ID running in the system, throw a SecurityException.
|
Context |
| enforcePermission(String permission, int pid, int uid, String message)
If the given permission is not allowed for a particular process
and user ID running in the system, throw a SecurityException.
|
ContextWrapper |
| enforcePermission(String permission, int pid, int uid, String message)
If the given permission is not allowed for a particular process
and user ID running in the system, throw a SecurityException.
|
MockContext |
| enforceUriPermission(Uri uri, int pid, int uid, int modeFlags, String message)
If a particular process and user ID has not been granted
permission to access a specific URI, throw SecurityException.
|
Context |
| enforceUriPermission(Uri uri, int pid, int uid, int modeFlags, String message)
If a particular process and user ID has not been granted
permission to access a specific URI, throw SecurityException.
|
ContextWrapper |
| enforceUriPermission(Uri uri, int pid, int uid, int modeFlags, String message)
If a particular process and user ID has not been granted
permission to access a specific URI, throw SecurityException.
|
MockContext |
| enforceUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags, String message)
Enforce both a Uri and normal permission.
|
Context |
| enforceUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags, String message)
Enforce both a Uri and normal permission.
|
ContextWrapper |
| enforceUriPermission(Uri uri, String readPermission, String writePermission, int pid, int uid, int modeFlags, String message)
Enforce both a Uri and normal permission.
|
MockContext |
| engineAliases()
Returns an
Enumeration over all alias names stored in this
KeyStoreSpi. |
KeyStoreSpi |
| engineBuild(CertPathParameters params)
Builds a certification path with the specified algorithm parameters.
|
CertPathBuilderSpi |
| engineContainsAlias(String alias)
Indicates whether the given alias is present in this
KeyStoreSpi. |
KeyStoreSpi |
| engineCreateSSLEngine()
Creates an
SSLEngine instance from this context. |
SSLContextSpi
(protected) |
| engineCreateSSLEngine(String host, int port)
Creates an
SSLEngine instance from this context with the
specified hostname and port. |
SSLContextSpi
(protected) |
| engineDeleteEntry(String alias)
Deletes the entry identified with the given alias from this
KeyStoreSpi. |
KeyStoreSpi |
| engineDigest()
Computes and returns the final hash value for this
MessageDigestSpi.
|
MessageDigestSpi
(protected) |
| engineDigest(byte[] buf, int offset, int len)
Computes and stores the final hash value for this
MessageDigestSpi.
|
MessageDigestSpi
(protected) |
| engineDoFinal()
Computes the digest of this MAC based on the data previously specified in
engineUpdate(byte) calls.
|
MacSpi
(protected) |
| engineDoFinal(byte[] input, int inputOffset, int inputLen)
Finishes a multi-part transformation (encryption or decryption).
|
CipherSpi
(protected) |
| engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)
Finishes a multi-part transformation (encryption or decryption).
|
CipherSpi
(protected) |
| engineDoFinal(ByteBuffer input, ByteBuffer output)
Finishes a multi-part transformation (encryption or decryption).
|
CipherSpi
(protected) |
| engineDoPhase(Key key, boolean lastPhase)
Does the next (or the last) phase of the key agreement, using the
specified key.
|
KeyAgreementSpi
(protected) |
| engineEntryInstanceOf(String alias, Class<? extends KeyStore.Entry> entryClass)
Indicates whether the entry for the given alias is assignable to the
provided
Class. |
KeyStoreSpi |
| engineGenerateCertificate(InputStream inStream)
Generates and initializes a
Certificate from the provided input
stream. |
CertificateFactorySpi |
| engineGenerateCertificates(InputStream inStream)
Generates and initializes a collection of certificates from the provided
input stream.
|
CertificateFactorySpi |
| engineGenerateCertPath(InputStream inStream)
Generates a
CertPath from the provided InputStream. |
CertificateFactorySpi |
| engineGenerateCertPath(InputStream inStream, String encoding)
Generates a
CertPath from the provided InputStream in the specified encoding. |
CertificateFactorySpi |
| engineGenerateCertPath(List<? extends Certificate> certificates)
Generates a
CertPath from the provided list of certificates. |
CertificateFactorySpi |
| engineGenerateCRL(InputStream inStream)
Generates and initializes a Certificate Revocation List (CRL) from
the provided input stream.
|
CertificateFactorySpi |
| engineGenerateCRLs(InputStream inStream)
Generates and initializes a collection of Certificate Revocation
List (CRL) from the provided input stream.
|
CertificateFactorySpi |
| engineGenerateKey()
Generates a secret key.
|
KeyGeneratorSpi
(protected) |
| engineGenerateParameters()
Computes and returns
AlgorithmParameters for this generator's
algorithm. |
AlgorithmParameterGeneratorSpi
(protected) |
| engineGeneratePrivate(KeySpec keySpec)
Generates a instance of
PrivateKey from the given key
specification. |
KeyFactorySpi
(protected) |
| engineGeneratePublic(KeySpec keySpec)
Generates a instance of
PublicKey from the given key
specification. |
KeyFactorySpi
(protected) |
| engineGenerateSecret()
Generates the shared secret.
|
KeyAgreementSpi
(protected) |
| engineGenerateSecret(byte[] sharedSecret, int offset)
Generates the shared secret and stores it into the buffer
sharedSecred at offset. |
KeyAgreementSpi
(protected) |
| engineGenerateSecret(String algorithm)
Generates the shared secret.
|
KeyAgreementSpi
(protected) |
| engineGenerateSecret(KeySpec keySpec)
Generate a secret key from the specified key specification.
|
SecretKeyFactorySpi
(protected) |
| engineGenerateSeed(int numBytes)
Generates and returns the specified number of seed bytes, computed using
the seed generation algorithm used by this
SecureRandomSpi. |
SecureRandomSpi
(protected) |
| engineGenExemptionBlob()
Generates the result key blob for this exemption mechanism.
|
ExemptionMechanismSpi
(protected) |
| engineGenExemptionBlob(byte[] output, int outputOffset)
Generates the result key blob for this exemption mechanism and stores it
into the
output buffer at offset outputOffset. |
ExemptionMechanismSpi
(protected) |
| engineGetBlockSize()
Returns the block size of this cipher (in bytes)
|
CipherSpi
(protected) |
| engineGetCertificate(String alias)
Returns the trusted certificate for the entry with the given alias.
|
KeyStoreSpi |
| engineGetCertificateAlias(Certificate cert)
Returns the alias associated with the first entry whose certificate
matches the specified certificate.
|
KeyStoreSpi |
| engineGetCertificateChain(String alias)
Returns the certificate chain for the entry with the given alias.
|
KeyStoreSpi |
| engineGetCertificates(CertSelector selector)
Returns the list of
Certificates for the specified CertSelector from this instance. |
CertStoreSpi |
| engineGetCertPathEncodings()
Returns an
Iterator over the supported CertPath encodings
(as Strings). |
CertificateFactorySpi |
| engineGetClientSessionContext()
Returns the SSL session context that encapsulates the set of SSL sessions
that can be used for the client side of the SSL handshake.
|
SSLContextSpi
(protected) |
| engineGetCreationDate(String alias)
Returns the creation date of the entry with the given alias.
|
KeyStoreSpi |
| engineGetCRLs(CRLSelector selector)
Returns the list of
CRLs for the specified CRLSelector
from this instance. |
CertStoreSpi |
| engineGetDigestLength()
Returns the engine digest length in bytes.
|
MessageDigestSpi
(protected) |
| engineGetEncoded()
Returns the parameters in their default encoding format.
|
AlgorithmParametersSpi
(protected) |
| engineGetEncoded(String format)
Returns the parameters in the specified encoding format.
|
AlgorithmParametersSpi
(protected) |
| engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)
Returns the
Entry with the given alias, using the specified
ProtectionParameter. |
KeyStoreSpi |
| engineGetIV()
Returns the Initialization Vector (IV) that was used to initialize this
cipher or
null if none was used. |
CipherSpi
(protected) |
| engineGetKey(String alias, char[] password)
Returns the key with the given alias, using the password to recover the
key from the store.
|
KeyStoreSpi |
| engineGetKeyManagers()
Returns a list of key managers, one instance for each type of key in the
key store.
|
KeyManagerFactorySpi
(protected) |
| engineGetKeySize(Key key)
Returns the size of a specified key object in bits.
|
CipherSpi
(protected) |
| engineGetKeySpec(Key key, Class<T> keySpec)
Returns the key specification for the specified key.
|
KeyFactorySpi
(protected) |
| engineGetKeySpec(SecretKey key, Class keySpec)
Returns the key specification of the specified secret key.
|
SecretKeyFactorySpi
(protected) |
| engineGetMacLength()
Returns the length of this MAC (in bytes).
|
MacSpi
(protected) |
| engineGetOutputSize(int inputLen)
Returns the size for a buffer (in bytes), that the next call to
update of doFinal would return, taking into account any buffered
data from previous update calls and padding. |
CipherSpi
(protected) |
| engineGetOutputSize(int inputLen)
Returns the size in bytes for the output buffer needed to hold the output
of the next engineGenExemptionBlob() call, given the specified
inputLen (in bytes). |
ExemptionMechanismSpi
(protected) |
| engineGetParameter(String param)
This method is deprecated.
There is no generally accepted parameter naming convention.
|
SignatureSpi
(protected) |
| engineGetParameters()
Returns the parameters that where used to create this cipher instance.
|
CipherSpi
(protected) |
| engineGetParameters()
Returns the
AlgorithmParameters of this SignatureSpi
instance. |
SignatureSpi
(protected) |
| engineGetParameterSpec(Class<T> paramSpec)
Returns the
AlgorithmParameterSpec for this AlgorithmParametersSpi. |
AlgorithmParametersSpi
(protected) |
| engineGetServerSessionContext()
Returns the SSL session context that encapsulates the set of SSL sessions
that can be used for the server side of the SSL handshake.
|
SSLContextSpi
(protected) |
| engineGetServerSocketFactory()
Returns a server socket factory for this instance.
|
SSLContextSpi
(protected) |
| engineGetSocketFactory()
Returns a socket factory for this instance.
|
SSLContextSpi
(protected) |
| engineGetTrustManagers()
Returns the list of
TrustManagers with one entry for each type
of trust material. |
TrustManagerFactorySpi
(protected) |
| engineInit(byte[] params)
Initializes this
AlgorithmParametersSpi with the specified
byte[] using the default decoding format for parameters. |
AlgorithmParametersSpi
(protected) |
| engineInit(byte[] params, String format)
Initializes this
AlgorithmParametersSpi with the specified
byte[] using the specified decoding format. |
AlgorithmParametersSpi
(protected) |
| engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)
Initializes this cipher instance with the specified key, algorithm
parameters and a source of randomness.
|
CipherSpi
(protected) |
| engineInit(int opmode, Key key, SecureRandom random)
Initializes this cipher instance with the specified key and a source of
randomness.
|
CipherSpi
(protected) |
| engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)
Initializes this cipher instance with the specified key, algorithm
parameters and a source of randomness.
|
CipherSpi
(protected) |
| engineInit(int size, SecureRandom random)
Initializes this
AlgorithmParameterGeneratorSpi with the given
size and the given SecureRandom. |
AlgorithmParameterGeneratorSpi
(protected) |
| engineInit(int keysize, SecureRandom random)
Initializes this
KeyGenerator instance for the specified key
size (in bits) using the specified randomness source. |
KeyGeneratorSpi
(protected) |
| engineInit(Key key)
Initializes this
ExemptionMechanism instance with the specified
key. |
ExemptionMechanismSpi
(protected) |
| engineInit(Key key, AlgorithmParameters params)
Initializes this
ExemptionMechanism instance with the specified
key and algorithm parameters. |
ExemptionMechanismSpi
(protected) |
| engineInit(Key key, SecureRandom random)
Initializes this
KeyAgreementSpi with the specified key and the
specified randomness source. |
KeyAgreementSpi
(protected) |
| engineInit(Key key, AlgorithmParameterSpec params)
Initializes this
ExemptionMechanism instance with the specified
key and algorithm parameters. |
ExemptionMechanismSpi
(protected) |
| engineInit(Key key, AlgorithmParameterSpec params)
Initializes this
MacSpi instance with the specified key and
algorithm parameters. |
MacSpi
(protected) |
| engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)
Initializes this
KeyAgreementSpi with the specified key,
algorithm parameters and randomness source. |
KeyAgreementSpi
(protected) |
| engineInit(KeyStore ks)
Initializes this factory instance with the specified keystore as source
of certificate authorities and trust material.
|
TrustManagerFactorySpi
(protected) |
| engineInit(KeyStore ks, char[] password)
Initializes this instance with the specified key store and password.
|
KeyManagerFactorySpi
(protected) |
| engineInit(SecureRandom random)
Initializes this
KeyGenerator with the specified randomness
source. |
KeyGeneratorSpi
(protected) |
| engineInit(AlgorithmParameterSpec paramSpec)
Initializes this
AlgorithmParametersSpi with the specified
AlgorithmParameterSpec. |
AlgorithmParametersSpi
(protected) |
| engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)
Initializes this
AlgorithmParameterGeneratorSpi with the given
AlgorithmParameterSpec and the given SecureRandom. |
AlgorithmParameterGeneratorSpi
(protected) |
| engineInit(AlgorithmParameterSpec params, SecureRandom random)
Initializes this
KeyGeneratorSpi instance with the specified
algorithm parameters and randomness source. |
KeyGeneratorSpi
(protected) |
| engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)
Initializes this
SSLContext instance. |
SSLContextSpi
(protected) |
| engineInit(ManagerFactoryParameters spec)
Initializes this instance with the specified factory parameters.
|
KeyManagerFactorySpi
(protected) |
| engineInit(ManagerFactoryParameters spec)
Initializes this factory instance with the specified provider-specific
parameters for a source of trust material.
|
TrustManagerFactorySpi
(protected) |
| engineInitSign(PrivateKey privateKey)
Initializes this
SignatureSpi instance for signing, using the
private key of the identity whose signature is going to be generated. |
SignatureSpi
(protected) |
| engineInitSign(PrivateKey privateKey, SecureRandom random)
Initializes this
SignatureSpi instance for signing, using the
private key of the identity whose signature is going to be generated and
the specified source of randomness. |
SignatureSpi
(protected) |
| engineInitVerify(PublicKey publicKey)
Initializes this
SignatureSpi instance for signature
verification, using the public key of the identity whose signature is
going to be verified. |
SignatureSpi
(protected) |
| engineIsCertificateEntry(String alias)
Indicates whether the specified alias is associated with a
KeyStore.TrustedCertificateEntry.
|
KeyStoreSpi |
| engineIsKeyEntry(String alias)
Indicates whether the specified alias is associated with either a
KeyStore.PrivateKeyEntry or a KeyStore.SecretKeyEntry.
|
KeyStoreSpi |
| engineLoad(InputStream stream, char[] password)
Loads this
KeyStoreSpi from the given InputStream. |
KeyStoreSpi |
| engineLoad(KeyStore.LoadStoreParameter param)
Loads this
KeyStoreSpi using the specified LoadStoreParameter. |
KeyStoreSpi |
| engineNextBytes(byte[] bytes)
Generates and stores random bytes in the given
byte[] for each
array element. |
SecureRandomSpi
(protected) |
| engineReset()
Resets this
MacSpi instance to its initial state. |
MacSpi
(protected) |
| engineReset()
Puts this
MessageDigestSpi back in an initial state, such that it
is ready to compute a one way hash value. |
MessageDigestSpi
(protected) |
| engineSetCertificateEntry(String alias, Certificate cert)
Associates the given alias with a certificate.
|
KeyStoreSpi |
| engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)
Stores the given
Entry in this KeyStoreSpi and associates
the entry with the given alias. |
KeyStoreSpi |
| engineSetKeyEntry(String alias, byte[] key, Certificate[] chain)
Associates the given alias with a key and a certificate chain.
|
KeyStoreSpi |
| engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain)
Associates the given alias with the key, password and certificate chain.
|
KeyStoreSpi |
| engineSetMode(String mode)
Sets the mode for this cipher.
|
CipherSpi
(protected) |
| engineSetPadding(String padding)
Sets the padding method for this cipher.
|
CipherSpi
(protected) |
| engineSetParameter(String param, Object value)
This method is deprecated.
Use engineSetParameter(AlgorithmParameterSpec)
|
SignatureSpi
(protected) |
| engineSetParameter(AlgorithmParameterSpec params)
Sets the specified
AlgorithmParameterSpec. |
SignatureSpi
(protected) |
| engineSetSeed(byte[] seed)
Reseeds this
SecureRandomSpi instance with the specified seed. |
SecureRandomSpi
(protected) |
| engineSign()
Generates and returns the signature of all updated data.
|
SignatureSpi
(protected) |
| engineSign(byte[] outbuf, int offset, int len)
Generates and stores the signature of all updated data in the provided
byte[] at the specified position with the specified length. |
SignatureSpi
(protected) |
| engineSize()
Returns the number of entries stored in this
KeyStoreSpi. |
KeyStoreSpi |
| engineStore(OutputStream stream, char[] password)
Writes this
KeyStoreSpi to the specified OutputStream. |
KeyStoreSpi |
| engineStore(KeyStore.LoadStoreParameter param)
Stores this
KeyStoreSpi using the specified LoadStoreParameter. |
KeyStoreSpi |
| engineToString()
Returns a string containing a concise, human-readable description of this
AlgorithmParametersSpi. |
AlgorithmParametersSpi
(protected) |
| engineTranslateKey(Key key)
Translates the given key into a key from this key factory.
|
KeyFactorySpi
(protected) |
| engineTranslateKey(SecretKey key)
Translates the specified secret key into an instance of the corresponding
key from the provider of this key factory.
|
SecretKeyFactorySpi
(protected) |
| engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType)
Unwraps a key using this cipher instance.
|
CipherSpi
(protected) |
| engineUpdate(byte input)
Updates this
MacSpi instance with the specified byte. |
MacSpi
(protected) |
| engineUpdate(byte input)
Updates this
MessageDigestSpi using the given byte. |
MessageDigestSpi
(protected) |
| engineUpdate(byte b)
Updates the data to be verified or to be signed, using the specified
byte. |
SignatureSpi
(protected) |
| engineUpdate(byte[] input, int inputOffset, int inputLen)
Continues a multi-part transformation (encryption or decryption).
|
CipherSpi
(protected) |
| engineUpdate(byte[] input, int offset, int len)
Updates this
MacSpi instance with the data from the specified
buffer input from the specified offset and length len. |
MacSpi
(protected) |
| engineUpdate(byte[] input, int offset, int len)
Updates this
MessageDigestSpi using the given byte[]. |
MessageDigestSpi
(protected) |
| engineUpdate(byte[] b, int off, int len)
Updates the data to be verified or to be signed, using the given
byte[], starting form the specified index for the specified length. |
SignatureSpi
(protected) |
| engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)
Continues a multi-part transformation (encryption or decryption).
|
CipherSpi
(protected) |
| engineUpdate(ByteBuffer input)
Updates this
MacSpi instance with the data from the specified
buffer, starting at position(), including the next
remaining() bytes. |
MacSpi
(protected) |
| engineUpdate(ByteBuffer input)
Updates this
MessageDigestSpi using the given input. |
MessageDigestSpi
(protected) |
| engineUpdate(ByteBuffer input)
Updates the data to be verified or to be signed, using the specified
ByteBuffer. |
SignatureSpi
(protected) |
| engineUpdate(ByteBuffer input, ByteBuffer output)
Continues a multi-part transformation (encryption or decryption).
|
CipherSpi
(protected) |
| engineValidate(CertPath certPath, CertPathParameters params)
Validates the
CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters. |
CertPathValidatorSpi |
| engineVerify(byte[] sigBytes)
Indicates whether the given
sigBytes can be verified using the
public key or a certificate of the signer. |
SignatureSpi
(protected) |
| engineVerify(byte[] sigBytes, int offset, int length)
Indicates whether the given
sigBytes starting at index offset with length bytes can be verified using the public key or
a certificate of the signer. |
SignatureSpi
(protected) |
| engineWrap(Key key)
Wraps a key using this cipher instance.
|
CipherSpi
(protected) |
| ENGLISH
Locale constant for en.
|
Locale |
| enoughToFilter()
Returns
true if the amount of text in the field meets
or exceeds the getThreshold() requirement. |
AutoCompleteTextView |
| enoughToFilter()
Instead of filtering whenever the total length of the text
exceeds the threshhold, this subclass filters only when the
length of the range from
findTokenStart(CharSequence, int) to getSelectionEnd()
meets or exceeds getThreshold().
|
MultiAutoCompleteTextView |
| enqueue()
Forces the reference object to be enqueued if it has been associated with
a queue.
|
Reference |
| ensureCapacity(int minimumCapacity)
Ensures that after this operation the
ArrayList can hold the
specified number of elements without further growing. |
ArrayList |
| ensureCapacity(int required) | CharArrayBuffer |
| ensureCapacity(int min)
Ensures that this object has a minimum capacity available before
requiring the internal buffer to be enlarged.
|
StringBuffer |
| ensureCapacity(int min)
Ensures that this object has a minimum capacity available before
requiring the internal buffer to be enlarged.
|
StringBuilder |
| ensureCapacity(int minimumCapacity)
Ensures that this vector can hold the specified number of elements
without growing.
|
Vector |
| ensureInterpolator()
Gurantees that this animation has an interpolator.
|
Animation
(protected) |
| entering(String sourceClass, String sourceMethod)
Logs a message indicating that a method has been entered.
|
Logger |
| entering(String sourceClass, String sourceMethod, Object param)
Logs a message indicating that a method has been entered.
|
Logger |
| entering(String sourceClass, String sourceMethod, Object[] params)
Logs a message indicating that a method has been entered.
|
Logger |
| EntityDeserializer(ContentLengthStrategy lenStrategy) | EntityDeserializer |
| EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest request) | EntityEnclosingRequestWrapper |
| entityRef(String text) | XmlSerializer |
| EntitySerializer(ContentLengthStrategy lenStrategy) | EntitySerializer |
| EntityTemplate(ContentProducer contentproducer) | EntityTemplate |
| ENTITY_NODE
The node is an
Entity.short
|
Node |
| ENTITY_REF
An entity reference was just read;
this token is available from nextToken()
only.
int
|
XmlPullParser |
| ENTITY_REFERENCE_NODE
The node is an
EntityReference.short
|
Node |
| entries
Reference to an array resource that will populate a list/adapter
Must be a reference to another resource, in the form " int
|
R.attr |
| entries()
Returns an
Enumeration of the AclEntry of this
ACL. |
Acl |
| entries()
Enumerate the names of the classes in this DEX file.
|
DexFile |
| entries()
Return an enumeration containing the
JarEntrys contained in this
JarFile. |
JarFile |
| entries()
Returns an enumeration of the entries.
|
ZipFile |
| entryInstanceOf(String alias, Class<? extends KeyStore.Entry> entryClass)
Indicates whether the entry for the given alias is assignable to the
provided
Class. |
KeyStore |
| entrySet()
Returns a set containing all of the mappings in this map.
|
AbstractMap |
| entrySet()
Returns a set containing map entries for each of the key/value pair
contained in this
Attributes. |
Attributes |
| entrySet()
Returns a Set view of the mappings contained in this map.
|
ConcurrentHashMap |
| entrySet()
Returns a
Set containing all of the mappings in this EnumMap. |
EnumMap |
| entrySet()
Returns a set containing all of the mappings in this map.
|
HashMap |
| entrySet()
Returns a set of the mappings contained in this
Hashtable. |
Hashtable |
| entrySet()
Returns a set containing all of the mappings in this map.
|
IdentityHashMap |
| entrySet()
Returns a
Set containing all of the mappings in this Map. |
Map |
| entrySet()
Returns a set of the mappings contained in this
Hashtable. |
Provider |
| entrySet()
Returns a set containing all of the mappings in this map.
|
TreeMap |
| entrySet()
Returns a set containing all of the mappings in this map.
|
WeakHashMap |
| entryValues
The array to find the value to save for a preference when an entry from
entries is selected.
int
|
R.attr |
| ENTRY_CONTENT_TYPE
The MIME type for entries in this table.
|
MediaStore.Audio.Albums |
| ENTRY_CONTENT_TYPE
The MIME type for entries in this table.
|
MediaStore.Audio.Artists |
| ENTRY_CONTENT_TYPE
The MIME type for entries in this table.
|
MediaStore.Audio.Genres |
| ENTRY_CONTENT_TYPE
The MIME type for entries in this table.
|
MediaStore.Audio.Playlists |
| EnumConstantNotPresentException(Class<? extends Enum> enumType, String constantName)
Constructs a new
EnumConstantNotPresentException with the current
stack trace and a detail message based on the specified enum type and
missing constant name. |
EnumConstantNotPresentException |
| enumerate(ThreadGroup[] groups)
Iterates over all thread groups in this group (and its sub-groups) and
and stores the groups in the given array.
|
ThreadGroup |
| enumerate(ThreadGroup[] groups, boolean recurse)
Iterates over all thread groups in this group (and, optionally, its
sub-groups) and and stores the groups in the given array.
|
ThreadGroup |
| enumerate(Thread[] threads)
Copies an array with all Threads which are in the same ThreadGroup as the
receiver - and subgroups - into the array
threads passed as
parameter. |
Thread |
| enumerate(Thread[] threads)
Iterates over all active threads in this group (and its sub-groups) and
stores the threads in the given array.
|
ThreadGroup |
| enumerate(Thread[] threads, boolean recurse)
Iterates over all active threads in this group (and, optionally, its
sub-groups) and stores the threads in the given array.
|
ThreadGroup |
| enumeration(Collection<T> collection)
Returns an
Enumeration on the specified collection. |
Collections |
| EnumMap(Class<K> keyType)
Constructs an empty
EnumMap using the given key type. |
EnumMap |
| EnumMap(EnumMap<K, ? extends V> map)
Constructs an
EnumMap using the same key type as the given EnumMap and
initially containing the same mappings. |
EnumMap |
| EnumMap(Map<K, ? extends V> map)
Constructs an
EnumMap initialized from the given map. |
EnumMap |
| enumType()
Gets the enum type for which the constant name is missing.
|
EnumConstantNotPresentException |
| Environment() | Environment |
| environment()
Returns this process builder's current environment.
|
ProcessBuilder |
| eofDetected(InputStream wrapped)
Indicates that EOF is detected.
|
BasicEofSensorWatcher |
| eofDetected(InputStream wrapped)
Indicates that EOF is detected.
|
BasicManagedEntity |
| eofDetected(InputStream wrapped)
Indicates that EOF is detected.
|
EofSensorWatcher |
| EOFException()
Constructs a new
EOFException with its stack trace filled in. |
EOFException |
| EOFException(String detailMessage)
Constructs a new
EOFException with its stack trace and detail
message filled in. |
EOFException |
| EofSensorInputStream(InputStream in, EofSensorWatcher watcher)
Creates a new EOF sensor.
|
EofSensorInputStream |
| eolIsSignificant(boolean flag)
Specifies whether the end of a line is significant and should be returned
as
TT_EOF in ttype by this tokenizer. |
StreamTokenizer |
| EPOCH_JULIAN_DAY
The Julian day of the epoch, that is, January 1, 1970 on the Gregorian
calendar.
int
|
Time |
| equals(Configuration that) | Configuration |
| equals(boolean[] array1, boolean[] array2)
Compares the two arrays.
|
Arrays |
| equals(byte[] array1, byte[] array2)
Compares the two arrays.
|
Arrays |
| equals(char[] array1, char[] array2)
Compares the two arrays.
|
Arrays |
| equals(double[] array1, double[] array2)
Compares the two arrays.
|
Arrays |
| equals(float x, float y)
Returns true if the point's coordinates equal (x,y)
|
PointF |
| equals(float[] array1, float[] array2)
Compares the two arrays.
|
Arrays |
| equals(int x, int y)
Returns true if the point's coordinates equal (x,y)
|
Point |
| equals(int[] array1, int[] array2)
Compares the two arrays.
|
Arrays |
| equals(CharSequence a, CharSequence b)
Returns true if a and b are equal, including if they are both null.
|
TextUtils |
| equals(Object object)
Compares the specified object to this list and return true if they are
equal.
|
AbstractList |
| equals(Object object)
Compares the specified object to this instance, and returns
true
if the specified object is a map and both maps contain the same mappings. |
AbstractMap |
| equals(Object object)
Compares the specified object to this Set and returns true if they are
equal.
|
AbstractSet |
| equals(Object obj)
Compares the specified object with this
AccessControlContext for
equality. |
AccessControlContext |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Account |
| equals(Object obj)
Compares the specified object with this
AllPermission for
equality and returns true if the specified object is equal,
false otherwise. |
AllPermission |
| equals(Object obj)
Determines whether or not this annotation is equivalent to the annotation
passed.
|
Annotation |
| equals(Object object)
Compares this attribute with the specified object.
|
AttributedCharacterIterator.Attribute |
| equals(Object obj)
Determines if this
Attributes and the parameter Attributes are equal. |
Attributes |
| equals(Object object)
returns whether the argument provided is the same as the attribute
name.
|
Attributes.Name |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
AuthScope |
| equals(Object o)
Compares the type only, suitable for key comparisons.
|
AuthenticatorDescription |
| equals(Object object)
Compares this instance with the specified object and indicates if they
are equal.
|
BasicHeaderElement |
| equals(Object object)
Compares this instance with the specified object and indicates if they
are equal.
|
BasicNameValuePair |
| equals(Object obj)
Compares the specified object with this
BasicPermission for
equality. |
BasicPermission |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
BasicUserPrincipal |
| equals(Object x)
Returns
true if x is a BigDecimal instance and if
this instance is equal to this big decimal. |
BigDecimal |
| equals(Object x)
Returns
true if x is a BigInteger instance and if this
instance is equal to this BigInteger. |
BigInteger |
| equals(Object obj)
Compares the argument to this
BitSet and returns whether they are
equal. |
BitSet |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
BluetoothClass |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
BluetoothDevice |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Boolean |
| equals(Object object)
Compares this object with the specified object and indicates if they are
equal.
|
Byte |
| equals(Object other)
Checks whether this byte buffer is equal to another object.
|
ByteBuffer |
| equals(Object object)
Compares the specified object to this
Calendar and returns whether they are
equal. |
Calendar |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
CdmaCellLocation |
| equals(Object other)
Returns
true if Certificates in the list are the same
type and the lists are equal (and by implication the certificates
contained within are the same). |
CertPath |
| equals(Object obj)
Compares the argument to this Certificate.
|
Certificate |
| equals(Object other)
Compares the argument to the certificate, and returns
true if they
represent the same object using a class specific comparison. |
Certificate |
| equals(Object other)
Checks whether this char buffer is equal to another object.
|
CharBuffer |
| equals(Object object)
Compares this object with the specified object and indicates if they are
equal.
|
Character |
| equals(Object object)
Compares this character subset with the specified object.
|
Character.Subset |
| equals(Object obj)
Determines whether this charset equals to the given object.
|
Charset |
| equals(Object object)
Compares the specified object with this
ChoiceFormat. |
ChoiceFormat |
| equals(Object obj)
Compares the specified object with this
CodeSigner for equality. |
CodeSigner |
| equals(Object obj)
Compares the specified object with this
CodeSource for equality. |
CodeSource |
| equals(Object object)
Compares the specified object to this
CollationKey and indicates
if they are equal. |
CollationKey |
| equals(Object object)
Compares this collator with the specified object and indicates if they
are equal.
|
Collator |
| equals(Object object)
Compares the argument to the receiver, and returns true if they represent
the same object using a class specific comparison.
|
Collection |
| equals(Object object)
Compares this
Comparator with the specified Object and indicates whether they
are equal. |
Comparator |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
ComponentName |
| equals(Object that)
Compares this instance with the specified object and indicates if they
are equal.
|
Configuration |
| equals(Object object)
Indicates whether or not the specified
object is equal to this
constructor. |
Constructor |
| equals(Object object)
Compares this instance with the specified object and indicates if they
are equal.
|
ContentValues |
| equals(Object o)
Compares the specified object with this list for equality.
|
CopyOnWriteArrayList |
| equals(Object o)
Compares the specified object with this set for equality.
|
CopyOnWriteArraySet |
| equals(Object object)
Compares the specified object to this
Date and returns if they are equal. |
Date |
| equals(Object object)
Compares this date format with the specified object and indicates if they
are equal.
|
DateFormat |
| equals(Object object)
Compares this object with the specified object and indicates if they are
equal.
|
DateFormatSymbols |
| equals(Object object)
Compares the specified object to this decimal format and indicates if
they are equal.
|
DecimalFormat |
| equals(Object object)
Compares the specified object to this
DecimalFormatSymbols and
indicates if they are equal. |
DecimalFormatSymbols |
| equals(Object object)
Compares this object with the specified object and indicates if they are
equal.
|
Double |
| equals(Object other)
Checks whether this double buffer is equal to another object.
|
DoubleBuffer |
| equals(Object obj)
Returns whether the specified object equals to this finite field.
|
ECFieldF2m |
| equals(Object obj)
Returns whether the specified object is equal to this finite field.
|
ECFieldFp |
| equals(Object other)
Returns whether the specified object and this elliptic curve point are
equal.
|
ECPoint |
| equals(Object other)
Returns whether the specified object equals to this elliptic curve.
|
EllipticCurve |
| equals(Object other)
Compares this object with the specified object and indicates if they are
equal.
|
Enum |
| equals(Object object)
Compares the argument to the receiver, and returns
true if the
specified Object is an EnumMap and both EnumMaps contain the same mappings. |
EnumMap |
| equals(Object object)
Indicates whether or not the specified
object is equal to this
field. |
Field |
| equals(Object object)
Compares the specified object to this field position and indicates if
they are equal.
|
FieldPosition |
| equals(Object obj)
Compares
obj to this file and returns true if they
represent the same object using a path specific comparison. |
File |
| equals(Object obj)
Indicates if this file permission is equal to another.
|
FilePermission |
| equals(Object object)
Compares this instance with the specified object and indicates if they
are equal.
|
Float |
| equals(Object other)
Checks whether this float buffer is equal to another object.
|
FloatBuffer |
| equals(Object object)
Compares the specified
Object to this GregorianCalendar and returns whether
they are equal. |
GregorianCalendar |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
GsmCellLocation |
| equals(Object object)
Compares this
Hashtable with the specified object and indicates
if they are equal. |
Hashtable |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
HttpHost |
| equals(Object o)
Compares this route to another.
|
HttpRoute |
| equals(Object obj)
Compares the specified object with this
Identity for equality and
returns true if the specified object is equal, false
otherwise. |
Identity |
| equals(Object object)
Compares this map with other objects.
|
IdentityHashMap |
| equals(Object obj)
Compares this
InetAddress instance against the specified address
in obj. |
InetAddress |
| equals(Object socketAddr)
Compares two socket endpoints and returns true if they are equal.
|
InetSocketAddress |
| equals(Object o)
Used to test whether the given parameter object is an
InputMethodInfo and its Id is the same to this one.
|
InputMethodInfo |
| equals(Object other)
Checks whether this int buffer is equal to another object.
|
IntBuffer |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Integer |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
Intent.FilterComparison |
| equals(Object otherObj)
Comparison operator on two IntentSender objects, such that true
is returned then they both represent the same operation from the
same package.
|
IntentSender |
| equals(Object object)
Compares this instance with the specified object and indicates if they
are equal.
|
JSONArray |
| equals(Object o)
Compares two
Level objects for equality. |
Level |
| equals(Object object)
Compares the given object with the
List, and returns true if they
represent the same object using a class specific comparison. |
List |
| equals(Object object)
Compares the specified object to this
Locale and returns whether they are
equal. |
Locale |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Long |
| equals(Object other)
Checks whether this long buffer is equal to another object.
|
LongBuffer |
| equals(Object o)
Determines if the receiver is equal to the parameter object.
|
Manifest |
| equals(Object object)
Compares the argument to the receiver, and returns
true if the
specified object is a Map and both Maps contain the same mappings. |
Map |
| equals(Object object)
Compares the specified object to this
Map.Entry and returns if they
are equal. |
Map.Entry |
| equals(Object x)
Returns true if x is a
MathContext with the same precision
setting and the same rounding mode as this MathContext instance. |
MathContext |
| equals(Object obj)
Returns true iff obj is a Matrix and its values equal our values.
|
Matrix |
| equals(Object object)
Compares the specified object to this
MessageFormat and indicates
if they are equal. |
MessageFormat |
| equals(Object otherObj)
Comparison operator on two Messenger objects, such that true
is returned then they both point to the same Handler.
|
Messenger |
| equals(Object object)
Indicates whether or not the specified
object is equal to this
method. |
Method |
| equals(Object obj)
Compares this factory with an object.
|
MultihomePlainSocketFactory |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
NTCredentials |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
NTUserPrincipal |
| equals(Object obj)
Compares the specified object to this
NetworkInterface and
returns whether they are equal or not. |
NetworkInterface |
| equals(Object object)
Compares the specified object to this number format and indicates if
they are equal.
|
NumberFormat |
| equals(Object obj)
Compares this NumericShaper object with the specified Object.
|
NumericShaper |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Object |
| equals(Object o)
Checks the two objects for equality by delegating to their respective equals() methods.
|
Pair |
| equals(Object object)
Compares this ParcelUuid to another object for equality.
|
ParcelUuid |
| equals(Object object)
Compares the specified object to this
ParsePosition and indicates
if they are equal. |
ParsePosition |
| equals(Object otherObj)
Comparison operator on two PendingIntent objects, such that true
is returned then they both represent the same operation from the
same package.
|
PendingIntent |
| equals(Object another)
Checks whether the specified object equals this permission.
|
Permission |
| equals(Object obj)
Compares the specified object with this
Permission for equality
and returns true if the specified object is equal, false
otherwise. |
Permission |
| equals(Object obj)
Compares this factory with an object.
|
PlainSocketFactory |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Point |
| equals(Object obj)
Compares the specified object with this
Principal for equality
and returns true if the specified object is equal, false
otherwise. |
Principal |
| equals(Object obj)
Compares the specified object with this
Permission for equality
and returns true if the specified object is equal, false
otherwise. |
PrivateCredentialPermission |
| equals(Object o)
Compares the argument to the receiver, and returns true if they represent
the same object using a class specific comparison.
|
PropertyPermission |
| equals(Object obj)
Checks equality of this protocol version with an object.
|
ProtocolVersion |
| equals(Object obj)
Compares the specified
obj to this Proxy instance and
returns whether they are equal or not. |
Proxy |
| equals(Object obj)
Compares the specified object to this
RC2ParameterSpec
instance. |
RC2ParameterSpec |
| equals(Object obj)
Compares the specified object with this
RC5ParameterSpec
instance. |
RC5ParameterSpec |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
Rect |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
Region |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
Rfc822Token |
| equals(Object o)
Compares this tracked route to another.
|
RouteTracker |
| equals(Object obj)
Compares the specified object with this
RuleBasedCollator and
indicates if they are equal. |
RuleBasedCollator |
| equals(Object obj)
Compares this scheme to an object.
|
Scheme |
| equals(Object obj)
Compares the specified object with this
SecretKeySpec
instance. |
SecretKeySpec |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
ServiceState |
| equals(Object object)
Compares the specified object to this set, and returns true if they
represent the same object using a class specific comparison.
|
Set |
| equals(Object object)
Compares this instance with the specified object and indicates if they
are equal.
|
Short |
| equals(Object other)
Checks whether this short buffer is equal to another object.
|
ShortBuffer |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
Signature |
| equals(Object object)
Compares the specified object with this simple date format and indicates
if they are equal.
|
SimpleDateFormat |
| equals(Object object)
Compares the specified object to this
SimpleTimeZone and returns whether they
are equal. |
SimpleTimeZone |
| equals(Object o)
Compares the argument
o to this instance and returns true
if they represent the same permission using a class specific comparison. |
SocketPermission |
| equals(Object obj)
Compares this instance with the specified object and indicates if they
are equal.
|
StackTraceElement |
| equals(Object object)
Compares the specified object to this string and returns true if they are
equal.
|
String |
| equals(Object object)
Compares the specified object with this
StringCharacterIterator
and indicates if they are equal. |
StringCharacterIterator |
| equals(Object obj)
Checks two Subjects for equality.
|
Subject |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
SyncAdapterType |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
TestMethod |
| equals(Object obj)
Compares the specified object with this
Timestamp for equality
and returns true if the specified object is equal, false
otherwise. |
Timestamp |
| equals(Object theObject)
Tests to see if this timestamp is equal to a supplied object.
|
Timestamp |
| equals(Object o)
Compares this URI instance with the given argument
o and
determines if both are equal. |
URI |
| equals(Object o)
Compares this URL instance with the given argument
o and
determines if both are equal. |
URL |
| equals(Object object)
Compares this UUID to another object for equality. |
UUID |
| equals(Object obj)
Compares the specified object with this
UnresolvedPermission for
equality and returns true if the specified object is equal,
false otherwise. |
UnresolvedPermission |
| equals(Object o)
Compares this Uri to another object for equality.
|
Uri |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
UsernamePasswordCredentials |
| equals(Object object)
Compares the specified object to this vector and returns if they are
equal.
|
Vector |
| equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
X500Principal |
| equals(Object other)
Returns whether the specified object equals to this instance.
|
X509CRL |
| equals(Object other)
Returns whether the specified object equals to this instance.
|
X509CRLEntry |
| equals(Object obj1, Object obj2) | LangUtils |
| equals(Object[] array1, Object[] array2)
Compares the two arrays.
|
Arrays |
| equals(Object[] a1, Object[] a2) | LangUtils |
| equals(String string1, String string2)
Compares two strings using the collation rules to determine if they are
equal.
|
Collator |
| equals(URL url1, URL url2)
Compares two URL objects whether they represent the same URL.
|
URLStreamHandler
(protected) |
| equals(Timestamp theTimestamp)
Tests to see if this timestamp is equal to a supplied timestamp.
|
Timestamp |
| equals(long[] array1, long[] array2)
Compares the two arrays.
|
Arrays |
| equals(short[] array1, short[] array2)
Compares the two arrays.
|
Arrays |
| equalsIgnoreCase(String string)
Compares the specified string to this string ignoring the case of the
characters and returns true if they are equal.
|
String |
| ERA
Field number for
get and set indicating the
era, e.g., AD or BC in the Julian calendar.int
|
Calendar |
| ERA
Marks the era part of a date.
|
DateFormat.Field |
| eraseColor(int c)
Fills the bitmap's pixels with the specified Color.
|
Bitmap |
| ERA_FIELD
The
FieldPosition selector for 'G' field alignment, corresponds
to the ERA field.int
|
DateFormat |
| err
FileDescriptor representing standard error.
|
FileDescriptor |
| err
Default error output stream.
|
System |
| ERROR
Denotes a generic operation failure.
int
|
AudioRecord |
| ERROR
Denotes a generic operation failure.
int
|
AudioTrack |
| ERROR
Sentinel error value for this class.
int
|
BluetoothAdapter |
| ERROR
Sentinel error value for this class.
int
|
BluetoothDevice |
| ERROR
Priority constant for the println method; use Log.e.
int
|
Log |
| ERROR
a String representation for
error. |
Pack200.Packer |
| ERROR
Denotes a generic operation failure.
int
|
TextToSpeech |
| Error()
Constructs a new
Error that includes the current stack trace. |
Error |
| Error(String detailMessage)
Constructs a new
Error with the current stack trace and the
specified detail message. |
Error |
| error(String message, Exception exception, int errorCode)
Reports an error using the given message, exception and error code.
|
ErrorManager |
| Error(String detailMessage, Throwable throwable)
Constructs a new
Error with the current stack trace, the
specified detail message and the specified cause. |
Error |
| Error(Throwable throwable)
Constructs a new
Error with the current stack trace and the
specified cause. |
Error |
| error(SAXParseException e)
Receive notification of a recoverable parser error.
|
DefaultHandler |
| error(SAXParseException exception)
Receive notification of a recoverable error.
|
ErrorHandler |
| error(SAXParseException e)
Receive notification of a recoverable parser error.
|
HandlerBase |
| error(SAXParseException e)
Filter an error event.
|
XMLFilterImpl |
| errorCount()
Gets the number of detected errors.
|
TestResult |
| ErrorManager()
Constructs an instance of
ErrorManager. |
ErrorManager |
| errors()
Returns an Enumeration for the errors
|
TestResult |
| ERROR_AUTHENTICATING
The error code if there was a problem authenticating.
int
|
WifiManager |
| ERROR_AUTHENTICATION
User authentication failed on server
int
|
WebViewClient |
| ERROR_BAD_URL
Malformed URL
int
|
WebViewClient |
| ERROR_BAD_VALUE
Denotes a failure due to the use of an invalid value.
int
|
AudioRecord |
| ERROR_BAD_VALUE
Denotes a failure due to the use of an invalid value.
int
|
AudioTrack |
| ERROR_CODE_BAD_ARGUMENTS
int
|
AccountManager |
| ERROR_CODE_BAD_REQUEST
int
|
AccountManager |
| ERROR_CODE_CANCELED
int
|
AccountManager |
| ERROR_CODE_INVALID_RESPONSE
int
|
AccountManager |
| ERROR_CODE_NETWORK_ERROR
int
|
AccountManager |
| ERROR_CODE_REMOTE_EXCEPTION
int
|
AccountManager |
| ERROR_CODE_UNSUPPORTED_OPERATION
int
|
AccountManager |
| ERROR_CONNECT
Failed to connect to the server
int
|
WebViewClient |
| ERROR_FAILED_SSL_HANDSHAKE
Failed to perform SSL handshake
int
|
WebViewClient |
| ERROR_FILE
Generic file error
int
|
WebViewClient |
| ERROR_FILE_NOT_FOUND
File not found
int
|
WebViewClient |
| ERROR_HOST_LOOKUP
Server or proxy hostname lookup failed
int
|
WebViewClient |
| ERROR_INVALID_OPERATION
Denotes a failure due to the improper use of a method.
int
|
AudioRecord |
| ERROR_INVALID_OPERATION
Denotes a failure due to the improper use of a method.
int
|
AudioTrack |
| ERROR_IO
Failed to read or write to the server
int
|
WebViewClient |
| ERROR_PROXY_AUTHENTICATION
User authentication failed on proxy
int
|
WebViewClient |
| ERROR_REDIRECT_LOOP
Too many redirects
int
|
WebViewClient |
| ERROR_TIMEOUT
Connection timed out
int
|
WebViewClient |
| ERROR_TOO_MANY_REQUESTS
Too many requests during this load
int
|
WebViewClient |
| ERROR_UNKNOWN
Generic error
int
|
WebViewClient |
| ERROR_UNSUPPORTED_AUTH_SCHEME
Unsupported authentication scheme (not basic or digest)
int
|
WebViewClient |
| ERROR_UNSUPPORTED_SCHEME
Unsupported URI scheme
int
|
WebViewClient |
| ERROR_WRONG_THREAD
The Error number used in the GLException that is thrown if
CONFIG_CHECK_THREAD is enabled and you call OpenGL ES on the
a different thread.
int
|
GLDebugHelper |
| establishRoute(HttpRoute route, HttpContext context)
Establishes the target route.
|
DefaultRequestDirector
(protected) |
| estimateElementsLen(HeaderElement[] elems)
Estimates the length of formatted header elements.
|
BasicHeaderValueFormatter
(protected) |
| estimateHeaderElementLen(HeaderElement elem)
Estimates the length of a formatted header element.
|
BasicHeaderValueFormatter
(protected) |
| estimateNameValuePairLen(NameValuePair nvp)
Estimates the length of a formatted name-value pair.
|
BasicHeaderValueFormatter
(protected) |
| estimateParametersLen(NameValuePair[] nvps)
Estimates the length of formatted parameters.
|
BasicHeaderValueFormatter
(protected) |
| estimateProtocolVersionLen(ProtocolVersion version)
Guesses the length of a formatted protocol version.
|
BasicLineFormatter
(protected) |
| ETHIOPIC
The "Ethiopic" Unicode Block.
|
Character.UnicodeBlock |
| ETHIOPIC
The Constant ETHIOPIC indicates the ETHIOPIC range and decimal base.
int
|
NumericShaper |
| EULER_X
The x-axis Euler angle of a face.
int
|
FaceDetector.Face |
| EULER_Y
The y-axis Euler angle of a face.
int
|
FaceDetector.Face |
| EULER_Z
The z-axis Euler angle of a face.
int
|
FaceDetector.Face |
| EUROPEAN
The Constant EUROPEAN indicates the latin and extended range,
and latin decimal base.
int
|
NumericShaper |
| EventListenerProxy(EventListener listener)
Creates a new
EventListener proxy instance. |
EventListenerProxy |
| EventLogTags() | EventLogTags |
| EventLogTags(BufferedReader input) | EventLogTags |
| EventObject(Object source)
Constructs a new instance of this class.
|
EventObject |
| eventsInterceptionEnabled
Defines whether the overlay should intercept the motion events when a gesture
is recognized.
int
|
R.attr |
| exactCenterX() | Rect |
| exactCenterY() | Rect |
| EXACTLY
Measure specification mode: The parent has determined an exact size
for the child.
int
|
View.MeasureSpec |
| Exception()
Constructs a new
Exception that includes the current stack trace. |
Exception |
| Exception(String detailMessage)
Constructs a new
Exception with the current stack trace and the
specified detail message. |
Exception |
| Exception(String detailMessage, Throwable throwable)
Constructs a new
Exception with the current stack trace, the
specified detail message and the specified cause. |
Exception |
| Exception(Throwable throwable)
Constructs a new
Exception with the current stack trace and the
specified cause. |
Exception |
| ExceptionInInitializerError()
Constructs a new
ExceptionInInitializerError that includes the
current stack trace. |
ExceptionInInitializerError |
| ExceptionInInitializerError(String detailMessage)
Constructs a new
ExceptionInInitializerError with the current
stack trace and the specified detail message. |
ExceptionInInitializerError |
| ExceptionInInitializerError(Throwable exception)
Constructs a new
ExceptionInInitializerError with the current
stack trace and the specified cause. |
ExceptionInInitializerError |
| exceptionMessage() | TestFailure |
| exchange(V x)
Waits for another thread to arrive at this exchange point (unless
the current thread is interrupted),
and then transfers the given object to it, receiving its object
in return.
|
Exchanger |
| exchange(V x, long timeout, TimeUnit unit)
Waits for another thread to arrive at this exchange point (unless
the current thread is interrupted or
the specified waiting time elapses), and then transfers the given
object to it, receiving its object in return.
|
Exchanger |
| Exchanger()
Creates a new Exchanger.
|
Exchanger |
| excludeFromRecents
Indicates that an Activity should be excluded from the list of
recently launched activities.
int
|
R.attr |
| excludePackages(String... packageNames)
Exclude all tests in the given packages and all sub-packages, unless otherwise specified.
|
TestSuiteBuilder |
| exec(String prog)
Executes the specified program in a separate native process.
|
Runtime |
| exec(String prog, String[] envp)
Executes the specified program in a separate native process.
|
Runtime |
| exec(String prog, String[] envp, File directory)
Executes the specified program in a separate native process.
|
Runtime |
| exec(String[] progArray)
Executes the specified command and its arguments in a separate native
process.
|
Runtime |
| exec(String[] progArray, String[] envp)
Executes the specified command and its arguments in a separate native
process.
|
Runtime |
| exec(String[] progArray, String[] envp, File directory)
Executes the specified command and its arguments in a separate native
process.
|
Runtime |
| execSQL(String sql)
Execute a single SQL statement that is not a query.
|
SQLiteDatabase |
| execSQL(String sql, Object[] bindArgs)
Execute a single SQL statement that is not a query.
|
SQLiteDatabase |
| execute()
Execute the previously prepared insert or replace using the bound values
since the last call to prepareForInsert or prepareForReplace.
|
DatabaseUtils.InsertHelper |
| execute()
Executes the SQL statement in this
PreparedStatement. |
PreparedStatement |
| execute()
Fetches data for this
RowSet from the database. |
RowSet |
| execute()
Execute this SQL statement, if it is not a query.
|
SQLiteStatement |
| execute(Runnable command)
Executes the given command at some time in the future.
|
Executor |
| execute(Runnable command)
Executes
command with zero required delay. |
ScheduledThreadPoolExecutor |
| execute(Runnable command)
Executes the given task sometime in the future.
|
ThreadPoolExecutor |
| execute(String sql)
Executes a supplied SQL statement.
|
Statement |
| execute(String sql, int autoGeneratedKeys)
Executes a supplied SQL statement.
|
Statement |
| execute(String sql, int[] columnIndexes)
Executes the supplied SQL statement.
|
Statement |
| execute(String sql, String[] columnNames)
Executes the supplied SQL statement.
|
Statement |
| execute(HttpUriRequest request)
Executes a request using the default context.
|
AbstractHttpClient |
| execute(HttpUriRequest request)
Executes a request using the default context.
|
HttpClient |
| execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler)
Executes a request using the default context and processes the
response using the given response handler.
|
AbstractHttpClient |
| execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler)
Executes a request using the default context and processes the
response using the given response handler.
|
HttpClient |
| execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)
Executes a request using the given context and processes the
response using the given response handler.
|
AbstractHttpClient |
| execute(HttpUriRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)
Executes a request using the given context and processes the
response using the given response handler.
|
HttpClient |
| execute(HttpUriRequest request, HttpContext context)
Maps to execute(target, request, context).
|
AbstractHttpClient |
| execute(HttpUriRequest request, HttpContext context)
Executes a request using the given context.
|
HttpClient |
| execute(HttpHost target, HttpRequest request)
Executes a request to the target using the default context.
|
AbstractHttpClient |
| execute(HttpHost target, HttpRequest request)
Executes a request to the target using the default context.
|
HttpClient |
| execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler)
Executes a request to the target using the default context and
processes the response using the given response handler.
|
AbstractHttpClient |
| execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler)
Executes a request to the target using the default context and
processes the response using the given response handler.
|
HttpClient |
| execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)
Executes a request to the target using the given context and
processes the response using the given response handler.
|
AbstractHttpClient |
| execute(HttpHost target, HttpRequest request, ResponseHandler<? extends T> responseHandler, HttpContext context)
Executes a request to the target using the given context and
processes the response using the given response handler.
|
HttpClient |
| execute(HttpHost target, HttpRequest request, HttpContext context)
Executes a request to the target using the given context.
|
AbstractHttpClient |
| execute(HttpHost target, HttpRequest request, HttpContext context)
Executes a request.
|
DefaultRequestDirector |
| execute(HttpHost target, HttpRequest request, HttpContext context)
Executes a request to the target using the given context.
|
HttpClient |
| execute(HttpHost target, HttpRequest request, HttpContext context)
Executes a request.
|
RequestDirector |
| execute(HttpRequest request, HttpClientConnection conn, HttpContext context)
Synchronously send a request and obtain the response.
|
HttpRequestExecutor |
| execute(Params... params)
Executes the task with the specified parameters.
|
AsyncTask |
| executeBatch()
Submits a batch of SQL commands to the database.
|
Statement |
| executeInsert()
Execute this SQL statement and return the ID of the most
recently inserted row.
|
SQLiteStatement |
| executeKeyEvent(KeyEvent event)
You can call this function yourself to have the scroll view perform
scrolling from a key event, just as if the event had been dispatched to
it by the view hierarchy.
|
HorizontalScrollView |
| executeKeyEvent(KeyEvent event)
You can call this function yourself to have the scroll view perform
scrolling from a key event, just as if the event had been dispatched to
it by the view hierarchy.
|
ScrollView |
| executeQuery()
Executes the SQL query in the
PreparedStatement and returns the
ResultSet generated by the query. |
PreparedStatement |
| executeQuery(String sql)
Executes a supplied SQL statement.
|
Statement |
| executeUpdate()
Invokes the SQL command contained within the prepared statement.
|
PreparedStatement |
| executeUpdate(String sql)
Executes the supplied SQL statement.
|
Statement |
| executeUpdate(String sql, int autoGeneratedKeys)
Executes the supplied SQL statement.
|
Statement |
| executeUpdate(String sql, int[] columnIndexes)
Executes the supplied SQL statement.
|
Statement |
| executeUpdate(String sql, String[] columnNames)
Executes the supplied SQL statement.
|
Statement |
| EXECUTE_FAILED
Indicates that an error was encountered during execution of a batch
statement.
int
|
Statement |
| ExecutionException(String message, Throwable cause)
Constructs an ExecutionException with the specified detail
message and cause.
|
ExecutionException |
| ExecutionException(Throwable cause)
Constructs an ExecutionException with the specified cause.
|
ExecutionException |
| ExecutorCompletionService(Executor executor)
Creates an ExecutorCompletionService using the supplied
executor for base task execution and a
LinkedBlockingQueue as a completion queue.
|
ExecutorCompletionService |
| ExecutorCompletionService(Executor executor, BlockingQueue<Future<V>> completionQueue)
Creates an ExecutorCompletionService using the supplied
executor for base task execution and the supplied queue as its
completion queue.
|
ExecutorCompletionService |
| ExemptionMechanismException()
Creates a new
ExemptionMechanismException with no message. |
ExemptionMechanismException |
| ExemptionMechanismException(String msg)
Creates a new
ExemptionMechanismException with the specified
message. |
ExemptionMechanismException |
| ExemptionMechanismSpi()
Creates a new
ExemptionMechanismSpi instance. |
ExemptionMechanismSpi |
| ExifInterface(String filename)
Reads Exif tags from the specified JPEG file.
|
ExifInterface |
| exists()
Returns a boolean indicating whether this file can be found on the
underlying file system.
|
File |
| EXISTS_ON_SERVER
This constant is deprecated.
see ContactsContract
|
Contacts.PhotosColumns |
| exit(int code)
Causes the virtual machine to stop running and the program to exit.
|
Runtime |
| exit(int code)
Causes the virtual machine to stop running and the program to exit.
|
System |
| exiting(String sourceClass, String sourceMethod)
Logs a message indicating that a method is exited.
|
Logger |
| exiting(String sourceClass, String sourceMethod, Object result)
Logs a message indicating that a method is exited.
|
Logger |
| exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult callback)
Exit the keyguard securely.
|
KeyguardManager |
| exitValue()
Returns the exit value of the native process represented by this object.
|
Process |
| exp(double d)
Returns the closest double approximation of the raising "e" to the power
of the argument.
|
Math |
| exp(double d)
Returns the closest double approximation of the raising "e" to the power
of the argument.
|
StrictMath |
| ExpandableListActivity() | ExpandableListActivity |
| expandableListPreferredChildIndicatorLeft
The preferred left bound for an expandable list child's indicator.
int
|
R.attr |
| expandableListPreferredChildIndicatorRight
The preferred right bound for an expandable list child's indicator.
int
|
R.attr |
| expandableListPreferredChildPaddingLeft
The preferred left padding for an expandable list item that is a child.
int
|
R.attr |
| expandableListPreferredItemIndicatorLeft
The preferred left bound for an expandable list item's indicator.
int
|
R.attr |
| expandableListPreferredItemIndicatorRight
The preferred right bound for an expandable list item's indicator.
int
|
R.attr |
| expandableListPreferredItemPaddingLeft
The preferred left padding for an expandable list item (for child-specific layouts,
use expandableListPreferredChildPaddingLeft).
int
|
R.attr |
| ExpandableListView(Context context) | ExpandableListView |
| ExpandableListView(Context context, AttributeSet attrs) | ExpandableListView |
| ExpandableListView(Context context, AttributeSet attrs, int defStyle) | ExpandableListView |
| ExpandableListView.ExpandableListContextMenuInfo(View targetView, long packedPosition, long id) | ExpandableListView.ExpandableListContextMenuInfo |
| expandableListViewStyle
Default ExpandableListView style.
int
|
R.attr |
| expandable_list_content
int
|
R.layout |
| expandGroup(int groupPos)
Expand a group in the grouped list view
|
ExpandableListView |
| expandTemplate(CharSequence template, CharSequence... values)
Replace instances of "^1", "^2", etc.
|
TextUtils |
| EXPAND_STATUS_BAR
Allows an application to expand or collapse the status bar.
|
Manifest.permission |
| expectContinue()
Tells if this request should use the expect-continue handshake.
|
BasicHttpEntityEnclosingRequest |
| expectContinue()
Tells if this request should use the expect-continue handshake.
|
EntityEnclosingRequestWrapper |
| expectContinue()
Tells if this request should use the expect-continue handshake.
|
HttpEntityEnclosingRequest |
| expectContinue()
Tells if this request should use the expect-continue handshake.
|
HttpEntityEnclosingRequestBase |
| EXPECT_CONTINUE
HTTP expectations
|
HTTP |
| EXPECT_DIRECTIVE | HTTP |
| EXPIRES_ATTR | ClientCookie |
| EXPIRES_PATTERN | NetscapeDraftSpec |
| expm1(double d)
Returns the closest double approximation of
ed- 1. |
Math |
| expm1(double d)
Returns the closest double approximation of
ed- 1. |
StrictMath |
| EXPONENT
This constant stands for the exponent part of the number.
|
NumberFormat.Field |
| EXPONENT_SIGN
This constant stands for the exponent sign symbol.
|
NumberFormat.Field |
| EXPONENT_SYMBOL
This constant stands for the exponent symbol.
|
NumberFormat.Field |
| exported
Flag indicating whether the given application component is available
to other applications.
int
|
R.attr |
| exportNode(OutputStream ostream)
Exports all of the preferences of this node to a XML document using the
given output stream.
|
AbstractPreferences |
| exportNode(OutputStream ostream)
Exports all of the preferences of this node to a XML document using the
given output stream.
|
Preferences |
| exportSubtree(OutputStream ostream)
Exports all of the preferences of this node and all its descendants to a
XML document using the given output stream.
|
AbstractPreferences |
| exportSubtree(OutputStream ostream)
Exports all of the preferences of this node and all its descendants to a
XML document using the given output stream.
|
Preferences |
| EXTCRC
int
|
ZipEntry |
| EXTCRC
int
|
ZipFile |
| EXTCRC
int
|
ZipInputStream |
| EXTCRC
int
|
ZipOutputStream |
| extendDown(Spannable text, Layout layout)
Move the selection end to the buffer offset physically below
the current selection end.
|
Selection |
| extendDuration(int extend)
Extend the scroll animation.
|
Scroller |
| extendLeft(Spannable text, Layout layout)
Move the selection end to the buffer offset physically to the left of
the current selection end.
|
Selection |
| extendRight(Spannable text, Layout layout)
Move the selection end to the buffer offset physically to the right of
the current selection end.
|
Selection |
| extendSelection(Spannable text, int index)
Move the selection edge to offset
index. |
Selection |
| extendSelection(int index)
Convenience for extendSelection(Spannable, int).
|
EditText |
| extendToLeftEdge(Spannable text, Layout layout) | Selection |
| extendToRightEdge(Spannable text, Layout layout) | Selection |
| extendUp(Spannable text, Layout layout)
Move the selection end to the buffer offset physically above
the current selection end.
|
Selection |
| EXTENSION_INSTALLATION
The
Extension-Installation attribute. |
Attributes.Name |
| EXTENSION_LIST
The
Extension-List attribute defining the extensions that are
needed by the applet. |
Attributes.Name |
| EXTENSION_NAME
The
Extension-Name attribute which defines the unique name of
the extension. |
Attributes.Name |
| externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
|
DeclHandler |
| externalEntityDecl(String name, String publicId, String systemId)
Report a parsed external entity declaration.
|
DefaultHandler2 |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Audio.Albums |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Audio.Artists |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Audio.Genres |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Audio.Media |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Audio.Playlists |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Images.Media |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Images.Thumbnails |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Video.Media |
| EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage
volume.
|
MediaStore.Video.Thumbnails |
| EXTHDR
int
|
ZipEntry |
| EXTHDR
int
|
ZipFile |
| EXTHDR
int
|
ZipInputStream |
| EXTHDR
int
|
ZipOutputStream |
| EXTLEN
int
|
ZipEntry |
| EXTLEN
int
|
ZipFile |
| EXTLEN
int
|
ZipInputStream |
| EXTLEN
int
|
ZipOutputStream |
| extractAlpha()
Returns a new bitmap that captures the alpha values of the original.
|
Bitmap |
| extractAlpha(Paint paint, int[] offsetXY)
Returns a new bitmap that captures the alpha values of the original.
|
Bitmap |
| extractArea
The part of the UI shown by an
InputMethodService that contains the
views for interacting with the user in extraction mode.
int
|
R.id |
| extractClassName(String className)
Extract the class name from a String
|
BaseTestRunner |
| ExtractEditText(Context context) | ExtractEditText |
| ExtractEditText(Context context, AttributeSet attrs) | ExtractEditText |
| ExtractEditText(Context context, AttributeSet attrs, int defStyle) | ExtractEditText |
| ExtractedText() | ExtractedText |
| ExtractedTextRequest() | ExtractedTextRequest |
| extractNetworkPortion(String phoneNumber)
Extracts the network address portion and canonicalizes
(filters out separators.)
Network address portion is everything up to DTMF control digit
separators (pause or wait), but without non-dialable characters.
|
PhoneNumberUtils |
| extractPostDialPortion(String phoneNumber)
Extracts the post-dial sequence of DTMF control digits, pauses, and
waits.
|
PhoneNumberUtils |
| extractText(ExtractedTextRequest request, ExtractedText outText)
If this TextView contains editable content, extract a portion of it
based on the information in request in to outText.
|
TextView |
| extraTension
This is the amount by which to multiply the tension.
int
|
R.attr |
| EXTRA_ALARM_COUNT
Used as an int extra field in AlarmManager intents
to tell the application being invoked how many pending alarms are being
delievered with the intent.
|
Intent |
| EXTRA_APPLICATION_ID
The name of the extra data when starting the Browser from another
application.
|
Browser |
| EXTRA_APPWIDGET_ID
An intent extra that contains one appWidgetId.
|
AppWidgetManager |
| EXTRA_APPWIDGET_IDS
An intent extra that contains multiple appWidgetIds.
|
AppWidgetManager |
| EXTRA_BCC
A String[] holding e-mail addresses that should be blind carbon copied.
|
Intent |
| EXTRA_BOND_STATE
Used as an int extra field in ACTION_BOND_STATE_CHANGED intents.
|
BluetoothDevice |
| EXTRA_BSSID
The lookup key for a String giving the BSSID of the access point to which
we are connected.
|
WifiManager |
| EXTRA_CC
A String[] holding e-mail addresses that should be carbon copied.
|
Intent |
| EXTRA_CHANGED_COMPONENT_NAME
Used as an int extra field in ACTION_PACKAGE_CHANGED
intent to supply the name of the component that changed.
|
Intent |
| EXTRA_CLASS | BluetoothDevice |
| EXTRA_CREATE_DESCRIPTION
This constant is deprecated.
see ContactsContract
|
Contacts.Intents |
| EXTRA_CREATE_DESCRIPTION
Used with SHOW_OR_CREATE_CONTACT to specify an exact
description to be shown when prompting user about creating a new
contact.
|
ContactsContract.Intents |
| EXTRA_CUSTOM_EXTRAS | AppWidgetManager |
| EXTRA_CUSTOM_INFO
An intent extra to pass to the AppWidget picker containing a List of
AppWidgetProviderInfo objects to mix in to the list of AppWidgets that are
installed.
|
AppWidgetManager |
| EXTRA_DATA_KEY
Intent extra data key: This key will be used for the extra populated by the
SUGGEST_COLUMN_INTENT_EXTRA_DATA column.
|
SearchManager |
| EXTRA_DATA_REMOVED
Used as a boolean extra field in ACTION_PACKAGE_REMOVED
intents to indicate whether this represents a full uninstall (removing
both the code and its data) or a partial uninstall (leaving its data,
implying that this is an update).
|
Intent |
| EXTRA_DEVICE
Used as a Parcelable BluetoothDevice extra field in every intent
broadcast by this class.
|
BluetoothDevice |
| EXTRA_DISCOVERABLE_DURATION
Used as an optional int extra field in ACTION_REQUEST_DISCOVERABLE intents to request a specific duration
for discoverability in seconds.
|
BluetoothAdapter |
| EXTRA_DOCK_STATE
Used as an int extra field in ACTION_DOCK_EVENT
intents to request the dock state.
|
Intent |
| EXTRA_DOCK_STATE_CAR
Used as an int value for EXTRA_DOCK_STATE
to represent that the phone is in a car dock.
int
|
Intent |
| EXTRA_DOCK_STATE_DESK
Used as an int value for EXTRA_DOCK_STATE
to represent that the phone is in a desk dock.
int
|
Intent |
| EXTRA_DOCK_STATE_UNDOCKED
Used as an int value for EXTRA_DOCK_STATE
to represent that the phone is not in any dock.
int
|
Intent |
| EXTRA_DONT_KILL_APP
Used as an boolean extra field in ACTION_PACKAGE_REMOVED or
ACTION_PACKAGE_CHANGED intents to override the default action
of restarting the application.
|
Intent |
| EXTRA_EMAIL
A String[] holding e-mail addresses that should be delivered to.
|
Intent |
| EXTRA_EXTRA_INFO
The lookup key for a string that provides optionally supplied
extra information about the network state.
|
ConnectivityManager |
| EXTRA_FINISH_ON_COMPLETION
The name of the Intent-extra used to control the onCompletion behavior of a MovieView.
|
MediaStore |
| EXTRA_FORCE_CREATE
This constant is deprecated.
see ContactsContract
|
Contacts.Intents |
| EXTRA_FORCE_CREATE
Used with SHOW_OR_CREATE_CONTACT to force creating a new
contact if no matching contact found.
|
ContactsContract.Intents |
| EXTRA_HEALTH
Extra for ACTION_BATTERY_CHANGED:
integer containing the current health constant.
|
BatteryManager |
| EXTRA_ICON_SMALL
Extra for ACTION_BATTERY_CHANGED:
integer containing the resource ID of a small status bar icon
indicating the current battery state.
|
BatteryManager |
| EXTRA_INCOMING_NUMBER
The lookup key used with the ACTION_PHONE_STATE_CHANGED broadcast
for a String containing the incoming phone number.
|
TelephonyManager |
| EXTRA_INITIAL_INTENTS
A Parcelable[] of Intent or
LabeledIntent objects as set with
putExtra(String, Parcelable[]) of additional activities to place
a the front of the list of choices, when shown to the user with a
ACTION_CHOOSER.
|
Intent |
| EXTRA_INTENT
An Intent describing the choices you would like shown with
ACTION_PICK_ACTIVITY.
|
Intent |
| EXTRA_IS_FAILOVER
The lookup key for a boolean that indicates whether a connect event
is for a network to which the connectivity manager was failing over
following a disconnect on another network.
|
ConnectivityManager |
| EXTRA_KEY_EVENT
A KeyEvent object containing the event that
triggered the creation of the Intent it is in.
|
Intent |
| EXTRA_LANGUAGE
Optional language override to inform the recognizer that it should expect speech in
a language different than the one set in the getDefault().
|
RecognizerIntent |
| EXTRA_LANGUAGE_MODEL
Informs the recognizer which speech model to prefer when performing
ACTION_RECOGNIZE_SPEECH.
|
RecognizerIntent |
| EXTRA_LEVEL
Extra for ACTION_BATTERY_CHANGED:
integer field containing the current battery level, from 0 to
EXTRA_SCALE.
|
BatteryManager |
| EXTRA_LIVE_FOLDER_BASE_INTENT
The name of the extra used to define the base Intent of a live folder.
|
LiveFolders |
| EXTRA_LIVE_FOLDER_DISPLAY_MODE
The name of the extra used to define the display mode of a live folder.
|
LiveFolders |
| EXTRA_LIVE_FOLDER_ICON
The name of the extra used to define the icon of a live folder.
|
LiveFolders |
| EXTRA_LIVE_FOLDER_NAME
The name of the extra used to define the name of a live folder.
|
LiveFolders |
| EXTRA_LOCAL_NAME
Used as a String extra field in ACTION_LOCAL_NAME_CHANGED
intents to request the local Bluetooth name.
|
BluetoothAdapter |
| EXTRA_MAX_BYTES
The name of the Intent-extra used to define a maximum file size for
a recording made by the SoundRecorder application.
|
MediaStore.Audio.Media |
| EXTRA_MAX_RESULTS
Optional limit on the maximum number of results to return.
|
RecognizerIntent |
| EXTRA_MEDIA_ALBUM
The name of the Intent-extra used to define the album
|
MediaStore |
| EXTRA_MEDIA_ARTIST
The name of the Intent-extra used to define the artist
|
MediaStore |
| EXTRA_MEDIA_FOCUS
The name of the Intent-extra used to define the search focus.
|
MediaStore |
| EXTRA_MEDIA_TITLE
The name of the Intent-extra used to define the song title
|
MediaStore |
| EXTRA_NAME
Used as a String extra field in ACTION_NAME_CHANGED and ACTION_FOUND intents.
|
BluetoothDevice |
| EXTRA_NETWORK_INFO
The lookup key for a NetworkInfo object.
|
ConnectivityManager |
| EXTRA_NETWORK_INFO
The lookup key for a NetworkInfo object associated with the
Wi-Fi network.
|
WifiManager |
| EXTRA_NEW_RSSI
The lookup key for an
int giving the new RSSI in dBm. |
WifiManager |
| EXTRA_NEW_STATE
The lookup key for a SupplicantState describing the new state
Retrieve with
getParcelableExtra(String).
|
WifiManager |
| EXTRA_NO_CONNECTIVITY
The lookup key for a boolean that indicates whether there is a
complete lack of connectivity, i.e., no network is available.
|
ConnectivityManager |
| EXTRA_OTHER_NETWORK_INFO
The lookup key for a NetworkInfo object.
|
ConnectivityManager |
| EXTRA_OUTPUT
The name of the Intent-extra used to indicate a content resolver Uri to be used to
store the requested image or video.
|
MediaStore |
| EXTRA_PHONE_NUMBER
A String holding the phone number originally entered in
ACTION_NEW_OUTGOING_CALL, or the actual
number to call in a ACTION_CALL.
|
Intent |
| EXTRA_PLUGGED
Extra for ACTION_BATTERY_CHANGED:
integer indicating whether the device is plugged in to a power
source; 0 means it is on battery, other constants are different
types of power sources.
|
BatteryManager |
| EXTRA_PRESENT
Extra for ACTION_BATTERY_CHANGED:
boolean indicating whether a battery is present.
|
BatteryManager |
| EXTRA_PREVIOUS_BOND_STATE
Used as an int extra field in ACTION_BOND_STATE_CHANGED intents.
|
BluetoothDevice |
| EXTRA_PREVIOUS_SCAN_MODE
Used as an int extra field in ACTION_SCAN_MODE_CHANGED
intents to request the previous scan mode.
|
BluetoothAdapter |
| EXTRA_PREVIOUS_STATE
Used as an int extra field in ACTION_STATE_CHANGED
intents to request the previous power state.
|
BluetoothAdapter |
| EXTRA_PREVIOUS_WIFI_STATE
The previous Wi-Fi state.
|
WifiManager |
| EXTRA_PROMPT
Optional text prompt to show to the user when asking them to speak.
|
RecognizerIntent |
| EXTRA_REASON
The lookup key for a string that indicates why an attempt to connect
to a network failed.
|
ConnectivityManager |
| EXTRA_REMOTE_INTENT_TOKEN
Used in the extra field in the remote intent.
|
Intent |
| EXTRA_REPLACING
Used as a boolean extra field in ACTION_PACKAGE_REMOVED
intents to indicate that this is a replacement of the package, so this
broadcast will immediately be followed by an add broadcast for a
different version of the same package.
|
Intent |
| EXTRA_RESULTS
An ArrayList
|
RecognizerIntent |
| EXTRA_RESULTS_PENDINGINTENT
When the intent is ACTION_RECOGNIZE_SPEECH, the speech input activity will
return results to you via the activity results mechanism.
|
RecognizerIntent |
| EXTRA_RESULTS_PENDINGINTENT_BUNDLE
If you use EXTRA_RESULTS_PENDINGINTENT to supply a forwarding intent, you can
also use this extra to supply additional extras for the final intent.
|
RecognizerIntent |
| EXTRA_RINGER_MODE
The new ringer mode.
|
AudioManager |
| EXTRA_RINGTONE_DEFAULT_URI
Given to the ringtone picker as a Uri.
|
RingtoneManager |
| EXTRA_RINGTONE_EXISTING_URI
Given to the ringtone picker as a Uri.
|
RingtoneManager |
| EXTRA_RINGTONE_INCLUDE_DRM
Given to the ringtone picker as a boolean.
|
RingtoneManager |
| EXTRA_RINGTONE_PICKED_URI
Returned from the ringtone picker as a Uri.
|
RingtoneManager |
| EXTRA_RINGTONE_SHOW_DEFAULT
Given to the ringtone picker as a boolean.
|
RingtoneManager |
| EXTRA_RINGTONE_SHOW_SILENT
Given to the ringtone picker as a boolean.
|
RingtoneManager |
| EXTRA_RINGTONE_TITLE
Given to the ringtone picker as a CharSequence.
|
RingtoneManager |
| EXTRA_RINGTONE_TYPE
Given to the ringtone picker as an int.
|
RingtoneManager |
| EXTRA_RSSI
Used as an optional short extra field in ACTION_FOUND intents.
|
BluetoothDevice |
| EXTRA_SCALE
Extra for ACTION_BATTERY_CHANGED:
integer containing the maximum battery level.
|
BatteryManager |
| EXTRA_SCAN_MODE
Used as an int extra field in ACTION_SCAN_MODE_CHANGED
intents to request the current scan mode.
|
BluetoothAdapter |
| EXTRA_SCREEN_ORIENTATION
The name of the Intent-extra used to control the orientation of a ViewImage or a MovieView.
|
MediaStore |
| EXTRA_SHORTCUT_ICON
The name of the extra used to define the icon, as a Bitmap, of a shortcut.
|
Intent |
| EXTRA_SHORTCUT_ICON_RESOURCE
The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.
|
Intent |
| EXTRA_SHORTCUT_INTENT
The name of the extra used to define the Intent of a shortcut.
|
Intent |
| EXTRA_SHORTCUT_NAME
The name of the extra used to define the name of a shortcut.
|
Intent |
| EXTRA_STATE
Used as an int extra field in ACTION_STATE_CHANGED
intents to request the current power state.
|
BluetoothAdapter |
| EXTRA_STATE
The lookup key used with the ACTION_PHONE_STATE_CHANGED broadcast
for a String containing the new call state.
|
TelephonyManager |
| EXTRA_STATE_IDLE
Value used with EXTRA_STATE corresponding to
CALL_STATE_IDLE.
|
TelephonyManager |
| EXTRA_STATE_OFFHOOK
Value used with EXTRA_STATE corresponding to
CALL_STATE_OFFHOOK.
|
TelephonyManager |
| EXTRA_STATE_RINGING
Value used with EXTRA_STATE corresponding to
CALL_STATE_RINGING.
|
TelephonyManager |
| EXTRA_STATUS
Extra for ACTION_BATTERY_CHANGED:
integer containing the current status constant.
|
BatteryManager |
| EXTRA_STREAM
A content: URI holding a stream of data associated with the Intent,
used with ACTION_SEND to supply the data being sent.
|
Intent |
| EXTRA_SUBJECT
A constant string holding the desired subject line of a message.
|
Intent |
| EXTRA_SUPPLICANT_CONNECTED
The lookup key for a boolean that indicates whether a connection to
the supplicant daemon has been gained or lost.
|
WifiManager |
| EXTRA_SUPPLICANT_ERROR
The lookup key for a SupplicantState describing the supplicant
error code if any
Retrieve with
getIntExtra(String, int).
|
WifiManager |
| EXTRA_TECHNOLOGY
Extra for ACTION_BATTERY_CHANGED:
String describing the technology of the current battery.
|
BatteryManager |
| EXTRA_TEMPERATURE
Extra for ACTION_BATTERY_CHANGED:
integer containing the current battery temperature.
|
BatteryManager |
| EXTRA_TEMPLATE
The initial data to place in a newly created record.
|
Intent |
| EXTRA_TEXT
A constant CharSequence that is associated with the Intent, used with
ACTION_SEND to supply the literal data to be sent.
|
Intent |
| EXTRA_TITLE
A CharSequence dialog title to provide to the user when used with a
ACTION_CHOOSER.
|
Intent |
| EXTRA_TTS_DATA_INSTALLED
Extra information received with the ACTION_TTS_DATA_INSTALLED intent.
|
TextToSpeech.Engine |
| EXTRA_UID
Used as an int extra field in ACTION_UID_REMOVED
intents to supply the uid the package had been assigned.
|
Intent |
| EXTRA_VIBRATE_SETTING
The new vibrate setting for a particular type.
|
AudioManager |
| EXTRA_VIBRATE_TYPE
The vibrate type whose setting has changed.
|
AudioManager |
| EXTRA_VIDEO_QUALITY
The name of the Intent-extra used to control the quality of a recorded video.
|
MediaStore |
| EXTRA_VOICE_DATA_FILES
Extra information received with the ACTION_CHECK_TTS_DATA intent where
the TextToSpeech engine specifies the file names of its resources under the
resource path.
|
TextToSpeech.Engine |
| EXTRA_VOICE_DATA_FILES_INFO
Extra information received with the ACTION_CHECK_TTS_DATA intent where
the TextToSpeech engine specifies the locale associated with each resource file.
|
TextToSpeech.Engine |
| EXTRA_VOICE_DATA_ROOT_DIRECTORY
Extra information received with the ACTION_CHECK_TTS_DATA intent where
the TextToSpeech engine specifies the path to its resources.
|
TextToSpeech.Engine |
| EXTRA_VOLTAGE
Extra for ACTION_BATTERY_CHANGED:
integer containing the current battery voltage level.
|
BatteryManager |
| EXTRA_WIFI_STATE
The lookup key for an int that indicates whether Wi-Fi is enabled,
disabled, enabling, disabling, or unknown.
|
WifiManager |
| EXTSIG
long
|
ZipEntry |
| EXTSIG
long
|
ZipFile |
| EXTSIG
long
|
ZipInputStream |
| EXTSIG
long
|
ZipOutputStream |
| EXTSIZ
int
|
ZipEntry |
| EXTSIZ
int
|
ZipFile |
| EXTSIZ
int
|
ZipInputStream |
| EXTSIZ
int
|
ZipOutputStream |
| eyesDistance()
Returns the distance between the eyes.
|
FaceDetector.Face |