A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

ABSOLUTE_SIZE_SPAN - Static variable in class android.text.TextUtils
 
ACCESSIBILITY_CLICKABLE_SPAN - Static variable in class android.text.TextUtils
 
ACCESSIBILITY_URL_SPAN - Static variable in class android.text.TextUtils
 
accumulate(String, Object) - Method in class org.json.JSONObject
Appends value to the array already mapped to name.
acquire() - Method in class android.os.PowerManager.WakeLock
 
ActionCodeEmailInfo - Interface in com.google.firebase.auth
 
ActionCodeInfo - Interface in com.google.firebase.auth
 
ActionCodeMultiFactorInfo - Interface in com.google.firebase.auth
 
ActionCodeResult - Interface in com.google.firebase.auth
 
add(ArraySet<T>, T) - Static method in class com.android.internal.util.ArrayUtils
 
add(ArrayList<T>, T) - Static method in class com.android.internal.util.ArrayUtils
 
addCustomParameters(Map<String, String>) - Method in class com.google.firebase.auth.OAuthProvider.Builder
 
AlertDialog - Class in android.app
 
AlertDialog() - Constructor for class android.app.AlertDialog
 
ALIGNMENT_SPAN - Static variable in class android.text.TextUtils
 
android.app - package android.app
 
android.content - package android.content
 
android.content.pm - package android.content.pm
 
android.content.res - package android.content.res
 
android.net - package android.net
 
android.os - package android.os
 
android.text - package android.text
 
android.util - package android.util
 
android.view - package android.view
 
android.widget - package android.widget
 
AndroidException - Exception in android.util
Base class for all checked exceptions thrown by the Android frameworks.
AndroidException() - Constructor for exception android.util.AndroidException
 
AndroidException(Exception) - Constructor for exception android.util.AndroidException
 
AndroidException(String) - Constructor for exception android.util.AndroidException
 
AndroidException(String, Throwable) - Constructor for exception android.util.AndroidException
 
AndroidException(String, Throwable, boolean, boolean) - Constructor for exception android.util.AndroidException
 
ANNOTATION - Static variable in class android.text.TextUtils
 
append(boolean[], int, boolean) - Static method in class com.android.internal.util.GrowingArrayUtils
append(float[], int, float) - Static method in class com.android.internal.util.GrowingArrayUtils
append(int[], int, int) - Static method in class com.android.internal.util.GrowingArrayUtils
append(int, int) - Method in class android.util.SparseIntArray
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.
append(int, E) - Method in class android.util.SparseArray
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.
append(long[], int, long) - Static method in class com.android.internal.util.GrowingArrayUtils
append(String, Object) - Method in class org.json.JSONObject
Appends values to the array mapped to name.
append(T[], int, T) - Static method in class com.android.internal.util.GrowingArrayUtils
Appends an element to the end of the array, growing the array if there is no more room.
appendElement(Class<T>, T[], T) - Static method in class com.android.internal.util.ArrayUtils
Adds value to given array if not already present, providing set-like behavior.
appendElement(Class<T>, T[], T, boolean) - Static method in class com.android.internal.util.ArrayUtils
Adds value to given array.
appendInt(int[], int) - Static method in class com.android.internal.util.ArrayUtils
Adds value to given array if not already present, providing set-like behavior.
appendInt(int[], int, boolean) - Static method in class com.android.internal.util.ArrayUtils
Adds value to given array.
appendLong(long[], long) - Static method in class com.android.internal.util.ArrayUtils
Adds value to given array if not already present, providing set-like behavior.
appendLong(long[], long, boolean) - Static method in class com.android.internal.util.ArrayUtils
Adds value to given array if not already present, providing set-like behavior.
ApplicationInfo - Class in android.content.pm
 
ApplicationInfo() - Constructor for class android.content.pm.ApplicationInfo
 
ApplicationInfo(Map<String, Object>) - Constructor for class android.content.pm.ApplicationInfo
 
apply() - Method in interface android.content.SharedPreferences.Editor
 
array() - Method in class org.json.JSONStringer
Begins encoding a new array.
ArrayUtils - Class in com.android.internal.util
ArrayUtils contains some methods that you can call to find out the most efficient increments by which to grow arrays.
asBinder() - Method in interface android.os.IInterface
 
ASSERT - Static variable in class android.util.Log
Priority constant for the println method.
attachInterface(IInterface, String) - Method in class android.os.Binder
 
AuthCredential - Class in com.google.firebase.auth
 
AuthCredential() - Constructor for class com.google.firebase.auth.AuthCredential
 
AuthResult - Interface in com.google.firebase.auth
 

B

back() - Method in class org.json.JSONTokener
Unreads the most recent character of input.
BACKGROUND_COLOR_SPAN - Static variable in class android.text.TextUtils
 
Base64 - Class in android.util
Utilities for encoding and decoding the Base64 representation of binary data.
Base64OutputStream - Class in android.util
An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.
Base64OutputStream(OutputStream, int) - Constructor for class android.util.Base64OutputStream
Performs Base64 encoding on the data written to the stream, writing the encoded data to another OutputStream.
Base64OutputStream(OutputStream, int, boolean) - Constructor for class android.util.Base64OutputStream
Performs Base64 encoding or decoding on the data written to the stream, writing the encoded/decoded data to another OutputStream.
Binder - Class in android.os
 
Binder() - Constructor for class android.os.Binder
 
BRAND - Static variable in class android.os.Build
 
BroadcastReceiver - Class in android.content
 
BroadcastReceiver() - Constructor for class android.content.BroadcastReceiver
 
build() - Method in class com.google.firebase.auth.OAuthProvider.Builder
 
build() - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
 
build() - Method in class com.google.firebase.auth.UserProfileChangeRequest.Builder
 
Build - Class in android.os
Information about the current build, extracted from system properties.
Build() - Constructor for class android.os.Build
 
Build.VERSION - Class in android.os
 
Builder() - Constructor for class com.google.firebase.auth.OAuthProvider.Builder
 
Builder() - Constructor for class com.google.firebase.auth.UserProfileChangeRequest.Builder
 
BULLET_SPAN - Static variable in class android.text.TextUtils
 
Bundle - Class in android.os
 
Bundle(Bundle) - Constructor for class android.os.Bundle
 
Bundle(Map<String, Object>) - Constructor for class android.os.Bundle
 

C

CAP_MODE_CHARACTERS - Static variable in class android.text.TextUtils
Capitalization mode for TextUtils.getCapsMode(java.lang.CharSequence, int, int): capitalize all characters.
CAP_MODE_SENTENCES - Static variable in class android.text.TextUtils
Capitalization mode for TextUtils.getCapsMode(java.lang.CharSequence, int, int): capitalize the first character of each sentence.
CAP_MODE_WORDS - Static variable in class android.text.TextUtils
Capitalization mode for TextUtils.getCapsMode(java.lang.CharSequence, int, int): capitalize the first character of all words.
CHAR_SEQUENCE_CREATOR - Static variable in class android.text.TextUtils
 
clear() - Method in class android.util.SparseArray
Removes all key-value mappings from this SparseArray.
clear() - Method in class android.util.SparseIntArray
Removes all key-value mappings from this SparseIntArray.
clone() - Method in class android.util.SparseArray
 
clone() - Method in class android.util.SparseIntArray
 
cloneOrNull(long[]) - Static method in class com.android.internal.util.ArrayUtils
 
cloneOrNull(ArraySet<T>) - Static method in class com.android.internal.util.ArrayUtils
 
close() - Method in class android.util.Base64OutputStream
 
cls - Variable in class android.content.ComponentName
 
com.android.internal.util - package com.android.internal.util
 
com.google.android.collect - package com.google.android.collect
 
com.google.firebase.auth - package com.google.firebase.auth
 
commaEllipsize(CharSequence, TextPaint, float, String, String) - Static method in class android.text.TextUtils
Deprecated.
Do not use. This is not internationalized, and has known issues with right-to-left text, languages that have more than one plural form, languages that use a different character as a comma-like separator, etc. Use listEllipsize instead.
commaEllipsize(CharSequence, TextPaint, float, String, String, TextDirectionHeuristic) - Static method in class android.text.TextUtils
Deprecated.
commit() - Method in interface android.content.SharedPreferences.Editor
 
ComponentCallbacks - Interface in android.content
 
ComponentCallbacks2 - Interface in android.content
 
ComponentName - Class in android.content
 
ComponentName(Context, Class) - Constructor for class android.content.ComponentName
 
ComponentName(String, String) - Constructor for class android.content.ComponentName
 
concat(CharSequence...) - Static method in class android.text.TextUtils
Returns a CharSequence concatenating the specified CharSequences, retaining their spans if any.
contains(char[], char) - Static method in class com.android.internal.util.ArrayUtils
 
contains(int[], int) - Static method in class com.android.internal.util.ArrayUtils
 
contains(long[], long) - Static method in class com.android.internal.util.ArrayUtils
 
contains(String) - Method in interface android.content.SharedPreferences
 
contains(Collection<T>, T) - Static method in class com.android.internal.util.ArrayUtils
 
contains(T[], T) - Static method in class com.android.internal.util.ArrayUtils
Checks that value is present as at least one of the elements of the array.
containsAll(char[], char[]) - Static method in class com.android.internal.util.ArrayUtils
Test if all check items are contained in array.
containsAll(T[], T[]) - Static method in class com.android.internal.util.ArrayUtils
Test if all check items are contained in array.
containsAny(T[], T[]) - Static method in class com.android.internal.util.ArrayUtils
Test if any check items are contained in array.
containsKey(String) - Method in class android.os.Bundle
 
ContentResolver - Class in android.content
 
ContentResolver() - Constructor for class android.content.ContentResolver
 
CONTENTS_FILE_DESCRIPTOR - Static variable in interface android.os.Parcelable
Descriptor bit used with Parcelable.describeContents(): indicates that the Parcelable object's flattened representation includes a file descriptor.
convertToIntArray(List<Integer>) - Static method in class com.android.internal.util.ArrayUtils
 
convertToLongArray(int[]) - Static method in class com.android.internal.util.ArrayUtils
 
copyKeys() - Method in class android.util.SparseIntArray
Provides a copy of keys.
copySpansFrom(Spanned, int, int, Class, Spannable, int) - Static method in class android.text.TextUtils
Copies the spans from the region start...end in source to the region destoff...destoff+end-start in dest.
create(A, B) - Static method in class android.util.Pair
Convenience method for creating an appropriately typed pair.
createFromParcel(Parcel) - Method in interface android.os.Parcelable.Creator
Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel().
createFromParcel(Parcel, ClassLoader) - Method in interface android.os.Parcelable.ClassLoaderCreator
Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel() and using the given ClassLoader.
CredentialBuilder() - Constructor for class com.google.firebase.auth.OAuthProvider.CredentialBuilder
 
CRLF - Static variable in class android.util.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.

D

d(String, String) - Static method in class android.util.Log
Send a Log.DEBUG log message.
d(String, String, Throwable) - Static method in class android.util.Log
Send a Log.DEBUG log message and log the exception.
dalvik.system - package dalvik.system
 
DeadObjectException - Exception in android.os
The object you are calling has died, because its hosting process no longer exists.
DeadObjectException() - Constructor for exception android.os.DeadObjectException
 
DeadObjectException(String) - Constructor for exception android.os.DeadObjectException
 
DEBUG - Static variable in class android.util.Log
Priority constant for the println method; use Log.d.
decode(byte[], int) - Static method in class android.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class android.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(String, int) - Static method in class android.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
DEFAULT - Static variable in class android.util.Base64
Default values for encoder/decoder flags.
defeatNullable(int[]) - Static method in class com.android.internal.util.ArrayUtils
 
defeatNullable(String[]) - Static method in class com.android.internal.util.ArrayUtils
 
dehexchar(char) - Static method in class org.json.JSONTokener
Returns the integer [0..15] value for the given hex character, or -1 for non-hex input.
delete(int) - Method in class android.util.SparseArray
Removes the mapping from the specified key, if there was any.
delete(int) - Method in class android.util.SparseIntArray
Removes the mapping from the specified key, if there was any.
delimitedStringContains(String, char, String) - Static method in class android.text.TextUtils
Does a comma-delimited list 'delimitedString' contain a certain item? (without allocating memory)
describeContents() - Method in interface android.os.Parcelable
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
DEVICE - Static variable in class android.os.Build
 
Dialog - Class in android.app
 
Dialog() - Constructor for class android.app.Dialog
 
DialogInterface - Interface in android.content
 
DialogInterface.OnCancelListener - Interface in android.content
 
DialogInterface.OnClickListener - Interface in android.content
 
dumpSpans(CharSequence, Printer, String) - Static method in class android.text.TextUtils
Debugging tool to print the spans in a CharSequence.

E

e(String, String) - Static method in class android.util.Log
Send an Log.ERROR log message.
e(String, String, Throwable) - Static method in class android.util.Log
Send a Log.ERROR log message and log the exception.
EASY_EDIT_SPAN - Static variable in class android.text.TextUtils
 
edit() - Method in interface android.content.SharedPreferences
 
ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt) - Static method in class android.text.TextUtils
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.
ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt, boolean, TextUtils.EllipsizeCallback) - Static method in class android.text.TextUtils
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.
ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt, boolean, TextUtils.EllipsizeCallback, TextDirectionHeuristic, String) - Static method in class android.text.TextUtils
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.
ellipsized(int, int) - Method in interface android.text.TextUtils.EllipsizeCallback
This method is called to report that the specified region of text was ellipsized away by a call to TextUtils.ellipsize(java.lang.CharSequence, android.text.TextPaint, float, android.text.TextUtils.TruncateAt).
EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
EmailAuthProvider - Class in com.google.firebase.auth
 
EmailAuthProvider() - Constructor for class com.google.firebase.auth.EmailAuthProvider
 
emptyArray(Class<T>) - Static method in class com.android.internal.util.ArrayUtils
Returns an empty array of the specified type.
emptyIfNull(String) - Static method in class android.text.TextUtils
{}
encode(byte[], int) - Static method in class android.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class android.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeToString(byte[], int) - Static method in class android.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class android.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
END - android.text.TextUtils.TruncateAt
 
END_SMALL - android.text.TextUtils.TruncateAt
 
endArray() - Method in class org.json.JSONStringer
Ends encoding the current array.
endObject() - Method in class org.json.JSONStringer
Ends encoding the current object.
equals(byte[], byte[], int) - Static method in class com.android.internal.util.ArrayUtils
Checks if the beginnings of two byte arrays are equal.
equals(CharSequence, CharSequence) - Static method in class android.text.TextUtils
Returns true if a and b are equal, including if they are both null.
equals(Object) - Method in class android.util.Pair
Checks the two objects for equality by delegating to their respective Object.equals(Object) methods.
equals(Object) - Method in class org.json.JSONArray
 
ERROR - Static variable in class android.util.Log
Priority constant for the println method; use Log.e.
ERROR - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
expandTemplate(CharSequence, CharSequence...) - Static method in class android.text.TextUtils
Replace instances of "^1", "^2", etc.

F

FacebookAuthProvider - Class in com.google.firebase.auth
 
FacebookAuthProvider() - Constructor for class com.google.firebase.auth.FacebookAuthProvider
 
Factory() - Constructor for class android.text.Spannable.Factory
 
FirebaseAuthRegistrar - Class in com.google.firebase.auth
 
FirebaseAuthRegistrar() - Constructor for class com.google.firebase.auth.FirebaseAuthRegistrar
 
first - Variable in class android.util.Pair
 
FIRST_SPAN - Static variable in class android.text.TextUtils
 
firstNotEmpty(String, String) - Static method in class android.text.TextUtils
{}
ForceResendingToken() - Constructor for class com.google.firebase.auth.PhoneAuthProvider.ForceResendingToken
 
FOREGROUND_COLOR_SPAN - Static variable in class android.text.TextUtils
 
FROM_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
 

G

get(int) - Method in class android.util.SparseArray
Gets the Object mapped from the specified key, or null if no such mapping has been made.
get(int) - Method in class android.util.SparseIntArray
Gets the int mapped from the specified key, or 0 if no such mapping has been made.
get(int) - Method in class org.json.JSONArray
Returns the value at index.
get(int, int) - Method in class android.util.SparseIntArray
Gets the int mapped from the specified key, or the specified value if no such mapping has been made.
get(int, E) - Method in class android.util.SparseArray
Gets the Object mapped from the specified key, or the specified Object if no such mapping has been made.
get(String) - Method in class android.os.Bundle
 
get(String) - Method in class org.json.JSONObject
Returns the value mapped by name, or throws if no such mapping exists.
getAction() - Method in class android.content.Intent
 
getAll() - Method in interface android.content.SharedPreferences
 
getApplicationInfo(String, int) - Method in class android.content.pm.PackageManager
 
getBoolean(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
getBoolean(String) - Method in class android.os.Bundle
 
getBoolean(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or throws otherwise.
getCapsMode(CharSequence, int, int) - Static method in class android.text.TextUtils
Determine what caps mode should be in effect at the current offset in the text.
getChars(CharSequence, int, int, char[], int) - Static method in class android.text.TextUtils
 
getComponents() - Method in class com.google.firebase.auth.FirebaseAuthRegistrar
 
getCredential(String) - Static method in class com.google.firebase.auth.FacebookAuthProvider
 
getCredential(String) - Static method in class com.google.firebase.auth.GithubAuthProvider
 
getCredential(String, String) - Static method in class com.google.firebase.auth.EmailAuthProvider
 
getCredential(String, String) - Static method in class com.google.firebase.auth.GoogleAuthProvider
 
getCredential(String, String) - Static method in class com.google.firebase.auth.OAuthProvider
 
getCredential(String, String) - Static method in class com.google.firebase.auth.PhoneAuthProvider
 
getCredential(String, String) - Static method in class com.google.firebase.auth.TwitterAuthProvider
 
getCredentialWithLink(String, String) - Static method in class com.google.firebase.auth.EmailAuthProvider
 
getDouble(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
getDouble(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or throws otherwise.
getEllipsisString(TextUtils.TruncateAt) - Static method in class android.text.TextUtils
{}
getEmail() - Method in interface com.google.firebase.auth.ActionCodeInfo
 
getInfo() - Method in interface com.google.firebase.auth.ActionCodeResult
 
getInstallerPackageName(String) - Method in class android.content.pm.PackageManager
 
getInstance() - Static method in class android.text.Spannable.Factory
Returns the standard Spannable Factory.
getInstance(FirebaseAuth) - Static method in class com.google.firebase.auth.PhoneAuthProvider
 
getInt(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
getInt(String) - Method in class android.os.Bundle
 
getInt(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int, or throws otherwise.
getJSONArray(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
getJSONArray(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray, or throws otherwise.
getJSONObject(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
getJSONObject(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject, or throws otherwise.
getLong(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
getLong(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or throws otherwise.
getLong(String, long) - Method in interface android.content.SharedPreferences
 
getLooper() - Method in class android.os.HandlerThread
 
getMainLooper() - Static method in class android.os.Looper
 
getMultiFactorInfo() - Method in interface com.google.firebase.auth.ActionCodeMultiFactorInfo
 
getOffsetAfter(CharSequence, int) - Static method in class android.text.TextUtils
 
getOffsetBefore(CharSequence, int) - Static method in class android.text.TextUtils
 
getOperation() - Method in interface com.google.firebase.auth.ActionCodeResult
 
getPackageInfo(String, int) - Method in class android.content.pm.PackageManager
 
getPreviousEmail() - Method in interface com.google.firebase.auth.ActionCodeEmailInfo
 
getProvider() - Method in class com.google.firebase.auth.AuthCredential
 
getReverse(CharSequence, int, int) - Static method in class android.text.TextUtils
Deprecated.
Do not use.
getRuntime() - Static method in class dalvik.system.VMRuntime
 
getServiceInfo(ComponentName, int) - Method in class android.content.pm.PackageManager
 
getSpanEnd(Object) - Method in interface android.text.Spanned
Return the end of the range of text to which the specified markup object is attached, or -1 if the object is not attached.
getSpanFlags(Object) - Method in interface android.text.Spanned
Return the flags that were specified when Spannable.setSpan(java.lang.Object, int, int, int) was used to attach the specified markup object, or 0 if the specified object has not been attached.
getSpans(int, int, Class<T>) - Method in interface android.text.Spanned
Return an array of the markup objects attached to the specified slice of this CharSequence and whose type is the specified type or a subclass of it.
getSpanStart(Object) - Method in interface android.text.Spanned
Return the beginning of the range of text to which the specified markup object is attached, or -1 if the object is not attached.
getStackTraceString(Throwable) - Static method in class android.util.Log
Handy function to get a loggable stack trace from a Throwable
getString(int) - Method in class org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
getString(String) - Method in class android.os.Bundle
 
getString(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary, or throws if no such mapping exists.
getString(String, String) - Method in interface android.content.SharedPreferences
 
getTrimmedLength(CharSequence) - Static method in class android.text.TextUtils
Returns the length that the specified CharSequence would have if spaces and ASCII control characters were trimmed from the start and end, as by String.trim().
getUser() - Method in interface com.google.firebase.auth.AuthResult
 
GithubAuthProvider - Class in com.google.firebase.auth
 
GithubAuthProvider() - Constructor for class com.google.firebase.auth.GithubAuthProvider
 
GoogleAuthProvider - Class in com.google.firebase.auth
 
GoogleAuthProvider() - Constructor for class com.google.firebase.auth.GoogleAuthProvider
 
GrowingArrayUtils - Class in com.android.internal.util
A helper class that aims to provide comparable growth performance to ArrayList, but on primitive arrays.
growSize(int) - Static method in class com.android.internal.util.GrowingArrayUtils
Given the current size of an array, returns an ideal size to which the array should grow.

H

HandlerThread - Class in android.os
 
HandlerThread(String, int) - Constructor for class android.os.HandlerThread
 
has(String) - Method in class org.json.JSONObject
Returns true if this object has a mapping for name.
hashCode() - Method in class android.util.Pair
Compute a hash code using the hash codes of the underlying objects
hashCode() - Method in class org.json.JSONArray
 
hasNext() - Method in class android.text.TextUtils.SimpleStringSplitter
 
hasStyleSpan(Spanned) - Static method in class android.text.TextUtils
Returns whether or not the specified spanned text has a style span.
hasSystemFeature(String) - Method in class android.content.pm.PackageManager
 
htmlEncode(String) - Static method in class android.text.TextUtils
Html-encode the string.

I

i(String, String) - Static method in class android.util.Log
Send an Log.INFO log message.
i(String, String, Throwable) - Static method in class android.util.Log
Send a Log.INFO log message and log the exception.
IBinder - Interface in android.os
 
IInterface - Interface in android.os
 
indexOf(CharSequence, char) - Static method in class android.text.TextUtils
 
indexOf(CharSequence, char, int) - Static method in class android.text.TextUtils
 
indexOf(CharSequence, char, int, int) - Static method in class android.text.TextUtils
 
indexOf(CharSequence, CharSequence) - Static method in class android.text.TextUtils
 
indexOf(CharSequence, CharSequence, int) - Static method in class android.text.TextUtils
 
indexOf(CharSequence, CharSequence, int, int) - Static method in class android.text.TextUtils
 
indexOf(T[], T) - Static method in class com.android.internal.util.ArrayUtils
Return first index of value in array, or -1 if not found.
indexOfKey(int) - Method in class android.util.SparseArray
Returns the index for which SparseArray.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped.
indexOfKey(int) - Method in class android.util.SparseIntArray
Returns the index for which SparseIntArray.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped.
indexOfValue(int) - Method in class android.util.SparseIntArray
Returns an index for which SparseIntArray.valueAt(int) would return the specified key, or a negative number if no keys map to the specified value.
indexOfValue(E) - Method in class android.util.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified key, or a negative number if no keys map to the specified value.
indexOfValueByValue(E) - Method in class android.util.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified key, or a negative number if no keys map to the specified value.
INFO - Static variable in class android.util.Log
Priority constant for the println method; use Log.i.
insert(boolean[], int, int, boolean) - Static method in class com.android.internal.util.GrowingArrayUtils
insert(int[], int, int, int) - Static method in class com.android.internal.util.GrowingArrayUtils
insert(long[], int, int, long) - Static method in class com.android.internal.util.GrowingArrayUtils
insert(T[], int, int, T) - Static method in class com.android.internal.util.GrowingArrayUtils
Inserts an element into the array at the specified index, growing the array if there is no more room.
Intent - Class in android.content
 
Intent(String) - Constructor for class android.content.Intent
 
IntentFilter - Class in android.content
 
IntentFilter(String) - Constructor for class android.content.IntentFilter
 
io.grpc.okhttp - package io.grpc.okhttp
 
isDigitsOnly(CharSequence) - Static method in class android.text.TextUtils
Returns whether the given CharSequence contains only digits.
isEmpty(boolean[]) - Static method in class com.android.internal.util.ArrayUtils
Checks if given array is null or has zero elements.
isEmpty(byte[]) - Static method in class com.android.internal.util.ArrayUtils
Checks if given array is null or has zero elements.
isEmpty(int[]) - Static method in class com.android.internal.util.ArrayUtils
Checks if given array is null or has zero elements.
isEmpty(long[]) - Static method in class com.android.internal.util.ArrayUtils
Checks if given array is null or has zero elements.
isEmpty(CharSequence) - Static method in class android.text.TextUtils
Returns true if the string is null or 0-length.
isEmpty(Collection<?>) - Static method in class com.android.internal.util.ArrayUtils
Checks if given array is null or has zero elements.
isEmpty(Map<?, ?>) - Static method in class com.android.internal.util.ArrayUtils
Checks if given map is null or has zero elements.
isEmpty(T[]) - Static method in class com.android.internal.util.ArrayUtils
Checks if given array is null or has zero elements.
isGraphic(char) - Static method in class android.text.TextUtils
Deprecated.
isGraphic(CharSequence) - Static method in class android.text.TextUtils
Returns whether the given CharSequence contains any printable characters.
isLoggable(String, int) - Static method in class android.util.Log
 
isNull(int) - Method in class org.json.JSONArray
Returns true if this array has no value at index, or if its value is the null reference or JSONObject.NULL.
isNull(String) - Method in class org.json.JSONObject
Returns true if this object has no mapping for name or if it has a mapping whose value is JSONObject.NULL.
isPrintableAscii(char) - Static method in class android.text.TextUtils
 
isPrintableAsciiOnly(CharSequence) - Static method in class android.text.TextUtils
 
isUserUnlocked() - Method in class android.os.UserManager
 
iterator() - Method in class android.text.TextUtils.SimpleStringSplitter
 

J

join(CharSequence, Iterable) - Static method in class android.text.TextUtils
Returns a string containing the tokens joined by delimiters.
join(CharSequence, Object[]) - Static method in class android.text.TextUtils
Returns a string containing the tokens joined by delimiters.
join(String) - Method in class org.json.JSONArray
Returns a new string by alternating this array's values with separator.
JSONArray - Class in org.json
A dense indexed sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Creates a JSONArray with no values.
JSONArray(Object) - Constructor for class org.json.JSONArray
Creates a new JSONArray with values from the given primitive array.
JSONArray(String) - Constructor for class org.json.JSONArray
Creates a new JSONArray with values from the JSON string.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Creates a new JSONArray by copying all values from the given collection.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Creates a new JSONArray with values from the next array in the tokener.
JSONException - Exception in org.json
Thrown to indicate a problem with the JSON API.
JSONException(String) - Constructor for exception org.json.JSONException
 
JSONException(String, Throwable) - Constructor for exception org.json.JSONException
 
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
A modifiable set of name/value mappings.
JSONObject() - Constructor for class org.json.JSONObject
Creates a JSONObject with no name/value mappings.
JSONObject(String) - Constructor for class org.json.JSONObject
Creates a new JSONObject with name/value mappings from the JSON string.
JSONObject(Map) - Constructor for class org.json.JSONObject
Creates a new JSONObject by copying all name/value mappings from the given map.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Creates a new JSONObject by copying mappings for the listed names from the given object.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Creates a new JSONObject with name/value mappings from the next object in the tokener.
JSONStringer - Class in org.json
JSONStringer() - Constructor for class org.json.JSONStringer
 
JSONTokener - Class in org.json
Parses a JSON (RFC 4627) encoded string into the corresponding object.
JSONTokener(String) - Constructor for class org.json.JSONTokener
 

K

key(String) - Method in class org.json.JSONStringer
Encodes the key (property name) to this stringer.
keyAt(int) - Method in class android.util.SparseArray
Given an index in the range 0...size()-1, returns the key from the indexth key-value mapping that this SparseArray stores.
keyAt(int) - Method in class android.util.SparseIntArray
Given an index in the range 0...size()-1, returns the key from the indexth key-value mapping that this SparseIntArray stores.
keys() - Method in class org.json.JSONObject
Returns an iterator of the String names in this object.
keySet() - Method in class android.os.Bundle
 
keySet() - Method in class org.json.JSONObject
Returns the set of String names in this object.

L

LAST_SPAN - Static variable in class android.text.TextUtils
 
lastIndexOf(CharSequence, char) - Static method in class android.text.TextUtils
 
lastIndexOf(CharSequence, char, int) - Static method in class android.text.TextUtils
 
lastIndexOf(CharSequence, char, int, int) - Static method in class android.text.TextUtils
 
LEADING_MARGIN_SPAN - Static variable in class android.text.TextUtils
 
length() - Method in class org.json.JSONArray
Returns the number of values in this array.
length() - Method in class org.json.JSONObject
Returns the number of name/value mappings in this object.
length(String) - Static method in class android.text.TextUtils
{}
Lists - Class in com.google.android.collect
 
Lists() - Constructor for class com.google.android.collect.Lists
 
LOCALE_SPAN - Static variable in class android.text.TextUtils
 
Log - Class in android.util
Mock Log implementation for testing on non android host.
LOG_ID_CRASH - Static variable in class android.util.Log
 
LOG_ID_EVENTS - Static variable in class android.util.Log
 
LOG_ID_MAIN - Static variable in class android.util.Log
 
LOG_ID_RADIO - Static variable in class android.util.Log
 
LOG_ID_SYSTEM - Static variable in class android.util.Log
 
Looper - Class in android.os
 
Looper() - Constructor for class android.os.Looper
 

M

MARQUEE - android.text.TextUtils.TruncateAt
 
Message - Class in android.os
 
Message(int, Object) - Constructor for class android.os.Message
 
Messenger - Class in android.os
 
Messenger(Handler) - Constructor for class android.os.Messenger
 
metaData - Variable in class android.content.pm.ServiceInfo
 
MIDDLE - android.text.TextUtils.TruncateAt
 
minSdkVersion - Variable in class android.content.pm.ApplicationInfo
 
more() - Method in class org.json.JSONTokener
Returns true until the input has been exhausted.
myLooper() - Static method in class android.os.Looper
 
myPid() - Static method in class android.os.Process
 
myTid() - Static method in class android.os.Process
 

N

NameNotFoundException() - Constructor for exception android.content.pm.PackageManager.NameNotFoundException
 
NameNotFoundException(String) - Constructor for exception android.content.pm.PackageManager.NameNotFoundException
 
names() - Method in class org.json.JSONObject
Returns an array containing the string names in this object.
newArray(int) - Method in interface android.os.Parcelable.Creator
Create a new array of the Parcelable class.
newArrayList() - Static method in class com.google.android.collect.Lists
 
newArrayList(E...) - Static method in class com.google.android.collect.Lists
 
newBuilder(String, FirebaseAuth) - Static method in class com.google.firebase.auth.OAuthProvider
 
newCredentialBuilder(String) - Static method in class com.google.firebase.auth.OAuthProvider
 
newSpannable(CharSequence) - Method in class android.text.Spannable.Factory
Returns a new SpannableString from the specified CharSequence.
newUnpaddedArray(Class<T>, int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedArray(Class<T>, int) - Method in class dalvik.system.VMRuntime
 
newUnpaddedBooleanArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedByteArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedCharArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedFloatArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedIntArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedLongArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newUnpaddedObjectArray(int) - Static method in class com.android.internal.util.ArrayUtils
 
newWakeLock(int, String) - Method in class android.os.PowerManager
 
next() - Method in class android.text.TextUtils.SimpleStringSplitter
 
next() - Method in class org.json.JSONTokener
Returns the next available character, or the null character '\0' if all input has been exhausted.
next(char) - Method in class org.json.JSONTokener
Returns the next available character if it equals c.
next(int) - Method in class org.json.JSONTokener
Returns the next length characters of the input.
nextClean() - Method in class org.json.JSONTokener
Returns the next character that is not whitespace and does not belong to a comment.
nextSpanTransition(int, int, Class) - Method in interface android.text.Spanned
Return the first offset greater than start where a markup object of class type begins or ends, or limit if there are no starts or ends greater than start but less than limit.
nextString(char) - Method in class org.json.JSONTokener
Returns the string up to but not including quote, unescaping any character escape sequences encountered along the way.
nextTo(char) - Method in class org.json.JSONTokener
Equivalent to nextTo(String.valueOf(excluded)).
nextTo(String) - Method in class org.json.JSONTokener
Returns the trimmed string holding the characters up to but not including the first of: any character in excluded a newline character '\n' a carriage return '\r'
nextValue() - Method in class org.json.JSONTokener
Returns the next value from the input.
NO_CLOSE - Static variable in class android.util.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - Static variable in class android.util.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class android.util.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
NotFoundException() - Constructor for exception android.content.res.Resources.NotFoundException
 
NULL - Static variable in class org.json.JSONObject
A sentinel value used to explicitly define a name with no value.
nullIfEmpty(String) - Static method in class android.text.TextUtils
{}
numberToString(Number) - Static method in class org.json.JSONObject
Encodes the number as a JSON string.

O

OAuthProvider - Class in com.google.firebase.auth
 
OAuthProvider(OAuthProvider.Builder) - Constructor for class com.google.firebase.auth.OAuthProvider
 
OAuthProvider.Builder - Class in com.google.firebase.auth
 
OAuthProvider.CredentialBuilder - Class in com.google.firebase.auth
 
object() - Method in class org.json.JSONStringer
Begins encoding a new object.
OkHttpChannelBuilder - Class in io.grpc.okhttp
 
OkHttpChannelBuilder() - Constructor for class io.grpc.okhttp.OkHttpChannelBuilder
 
onCodeAutoRetrievalTimeOut(String) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
 
onCodeSent(String, PhoneAuthProvider.ForceResendingToken) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
 
onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo) - Method in interface android.view.View.OnCreateContextMenuListener
 
onVerificationCompleted(PhoneAuthCredential) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
 
onVerificationFailed(FirebaseException) - Method in class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
 
OnVerificationStateChangedCallbacks() - Constructor for class com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
 
opt(int) - Method in class org.json.JSONArray
Returns the value at index, or null if the array has no value at index.
opt(String) - Method in class org.json.JSONObject
Returns the value mapped by name, or null if no such mapping exists.
optBoolean(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
optBoolean(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or false otherwise.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a boolean or can be coerced to a boolean, or fallback otherwise.
optDouble(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(int, double) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a double or can be coerced to a double.
optDouble(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or NaN otherwise.
optDouble(String, double) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a double or can be coerced to a double, or fallback otherwise.
optInt(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(int, int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is an int or can be coerced to an int.
optInt(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int, or 0 otherwise.
optInt(String, int) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is an int or can be coerced to an int, or fallback otherwise.
optJSONArray(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONArray.
optJSONArray(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONArray, or null otherwise.
optJSONObject(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a JSONObject.
optJSONObject(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a JSONObject, or null otherwise.
optLong(int) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(int, long) - Method in class org.json.JSONArray
Returns the value at index if it exists and is a long or can be coerced to a long.
optLong(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or 0 otherwise.
optLong(String, long) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists and is a long or can be coerced to a long, or fallback otherwise.
optString(int) - Method in class org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(int, String) - Method in class org.json.JSONArray
Returns the value at index if it exists, coercing it if necessary.
optString(String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary, or the empty string if no such mapping exists.
optString(String, String) - Method in class org.json.JSONObject
Returns the value mapped by name if it exists, coercing it if necessary, or fallback if no such mapping exists.
org.json - package org.json
 

P

PackageInfo - Class in android.content.pm
 
PackageInfo() - Constructor for class android.content.pm.PackageInfo
 
PackageItemInfo - Variable in class android.content.pm.PackageInfo
 
PackageManager - Class in android.content.pm
 
PackageManager() - Constructor for class android.content.pm.PackageManager
 
PackageManager.NameNotFoundException - Exception in android.content.pm
 
packRangeInLong(int, int) - Static method in class android.text.TextUtils
Pack 2 int values into a long, useful as a return value for a range
Pair<F,​S> - Class in android.util
Container to ease passing around a tuple of two objects.
Pair(F, S) - Constructor for class android.util.Pair
Constructor for a Pair.
Parcelable - Interface in android.os
Interface for classes whose instances can be written to and restored from a Parcel.
PARCELABLE_ELIDE_DUPLICATES - Static variable in interface android.os.Parcelable
Flag for use with Parcelable.writeToParcel(android.os.Parcel, int): a parent object will take care of managing duplicate state/data that is nominally replicated across its inner data members.
PARCELABLE_WRITE_RETURN_VALUE - Static variable in interface android.os.Parcelable
Flag for use with Parcelable.writeToParcel(android.os.Parcel, int): the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)".
Parcelable.ClassLoaderCreator<T> - Interface in android.os
Specialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in.
Parcelable.ContentsFlags - Annotation Type in android.os
 
Parcelable.Creator<T> - Interface in android.os
Interface that must be implemented and provided as a public CREATOR field that generates instances of your Parcelable class from a Parcel.
Parcelable.WriteFlags - Annotation Type in android.os
 
PASSWORD_RESET - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
PathClassLoader - Class in dalvik.system
 
PathClassLoader() - Constructor for class dalvik.system.PathClassLoader
 
PhoneAuthProvider - Class in com.google.firebase.auth
 
PhoneAuthProvider() - Constructor for class com.google.firebase.auth.PhoneAuthProvider
 
PhoneAuthProvider.ForceResendingToken - Class in com.google.firebase.auth
 
PhoneAuthProvider.OnVerificationStateChangedCallbacks - Class in com.google.firebase.auth
 
pkg - Variable in class android.content.ComponentName
 
PowerManager - Class in android.os
 
PowerManager() - Constructor for class android.os.PowerManager
 
PowerManager.WakeLock - Class in android.os
 
println(int, int, String, String) - Static method in class android.util.Log
 
println(int, String, String) - Static method in class android.util.Log
Low-level logging call.
Process - Class in android.os
 
Process() - Constructor for class android.os.Process
 
PRODUCT - Static variable in class android.os.Build
 
ProgressBar - Class in android.widget
 
ProgressBar() - Constructor for class android.widget.ProgressBar
 
put(boolean) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(double) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(int) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(int, boolean) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, double) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, int) - Method in class android.util.SparseIntArray
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
put(int, int) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, long) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(int, E) - Method in class android.util.SparseArray
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
put(int, Object) - Method in class org.json.JSONArray
Sets the value at index to value, null padding this array to the required length if necessary.
put(long) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(Object) - Method in class org.json.JSONArray
Appends value to the end of this array.
put(String, boolean) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, double) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, int) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, long) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
put(String, Object) - Method in class org.json.JSONObject
Maps name to value, clobbering any existing name/value mapping with the same name.
putLong(String, long) - Method in interface android.content.SharedPreferences.Editor
 
putOpt(String, Object) - Method in class org.json.JSONObject
Equivalent to put(name, value) when both parameters are non-null; does nothing otherwise.
putString(String, String) - Method in interface android.content.SharedPreferences.Editor
 

Q

quote(String) - Static method in class org.json.JSONObject
Encodes data as a JSON string.
QUOTE_SPAN - Static variable in class android.text.TextUtils
 

R

RECOVER_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
referenceEquals(ArrayList<T>, ArrayList<T>) - Static method in class com.android.internal.util.ArrayUtils
Returns true if the two ArrayLists are equal with respect to the objects they contain.
regionMatches(CharSequence, int, CharSequence, int, int) - Static method in class android.text.TextUtils
 
RELATIVE_SIZE_SPAN - Static variable in class android.text.TextUtils
 
release() - Method in class android.os.PowerManager.WakeLock
 
RemoteException - Exception in android.os
Parent exception for all Binder remote-invocation errors
RemoteException() - Constructor for exception android.os.RemoteException
 
RemoteException(String) - Constructor for exception android.os.RemoteException
 
RemoteException(String, Throwable, boolean, boolean) - Constructor for exception android.os.RemoteException
 
remove() - Method in class android.text.TextUtils.SimpleStringSplitter
 
remove(int) - Method in class android.util.SparseArray
remove(int) - Method in class org.json.JSONArray
Removes and returns the value at index, or null if the array has no value at index.
remove(ArraySet<T>, T) - Static method in class com.android.internal.util.ArrayUtils
 
remove(String) - Method in class org.json.JSONObject
Removes the named mapping if it exists; does nothing otherwise.
remove(ArrayList<T>, T) - Static method in class com.android.internal.util.ArrayUtils
 
removeAt(int) - Method in class android.util.SparseArray
Removes the mapping at the specified index.
removeAt(int) - Method in class android.util.SparseIntArray
Removes the mapping at the given index.
removeAtRange(int, int) - Method in class android.util.SparseArray
Remove a range of mappings as a batch.
removeElement(Class<T>, T[], T) - Static method in class com.android.internal.util.ArrayUtils
Removes value from given array if present, providing set-like behavior.
removeEmptySpans(T[], Spanned, Class<T>) - Static method in class android.text.TextUtils
Removes empty spans from the spans array.
removeInt(int[], int) - Static method in class com.android.internal.util.ArrayUtils
Removes value from given array if present, providing set-like behavior.
removeLong(long[], long) - Static method in class com.android.internal.util.ArrayUtils
Removes value from given array if present, providing set-like behavior.
removeReturnOld(int) - Method in class android.util.SparseArray
Removes the mapping from the specified key, if there was any, returning the old value.
removeSpan(Object) - Method in interface android.text.Spannable
Remove the specified object from the range of text to which it was attached, if any.
removeSpan(Object, int) - Method in interface android.text.Spannable
Remove the specified object from the range of text to which it was attached, if any.
removeString(String[], String) - Static method in class com.android.internal.util.ArrayUtils
Removes value from given array if present, providing set-like behavior.
replace(CharSequence, String[], CharSequence[]) - Static method in class android.text.TextUtils
Return a new CharSequence in which each of the source strings is replaced by the corresponding element of the destinations.
ResolveInfo - Class in android.content.pm
 
ResolveInfo() - Constructor for class android.content.pm.ResolveInfo
 
resolveService(Intent, int) - Method in class android.content.pm.PackageManager
 
Resources - Class in android.content.res
 
Resources() - Constructor for class android.content.res.Resources
 
Resources.NotFoundException - Exception in android.content.res
 
rethrowAsRuntimeException() - Method in exception android.os.RemoteException
{}
rethrowFromSystemServer() - Method in exception android.os.RemoteException
Rethrow this exception when we know it came from the system server.
REVERT_SECOND_FACTOR_ADDITION - Static variable in interface com.google.firebase.auth.ActionCodeResult
 

S

safeIntern(String) - Static method in class android.text.TextUtils
 
SCALE_X_SPAN - Static variable in class android.text.TextUtils
 
SDK_INT - Static variable in class android.os.Build.VERSION
 
second - Variable in class android.util.Pair
 
Service - Class in android.app
 
Service() - Constructor for class android.app.Service
 
ServiceInfo - Class in android.content.pm
 
ServiceInfo(Map<String, Object>) - Constructor for class android.content.pm.ServiceInfo
 
setAccessToken(String) - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
 
setDisplayName(String) - Method in class com.google.firebase.auth.UserProfileChangeRequest.Builder
 
setIdToken(String) - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
 
setIdTokenWithRawNonce(String, String) - Method in class com.google.firebase.auth.OAuthProvider.CredentialBuilder
 
setPackage(String) - Method in class android.content.Intent
 
setPhotoUri(Uri) - Method in class com.google.firebase.auth.UserProfileChangeRequest.Builder
 
setReferenceCounted(boolean) - Method in class android.os.PowerManager.WakeLock
 
setScopes(List<String>) - Method in class com.google.firebase.auth.OAuthProvider.Builder
 
setSpan(Object, int, int, int) - Method in interface android.text.Spannable
Attach the specified markup object to the range start…end of the text, or move the object to that range if it was already attached elsewhere.
setString(String) - Method in class android.text.TextUtils.SimpleStringSplitter
Sets the string to split
setString(String) - Method in interface android.text.TextUtils.StringSplitter
 
setThreadPriority(int) - Static method in class android.os.Process
 
setValueAt(int, int) - Method in class android.util.SparseIntArray
Directly set the value at a particular index.
setValueAt(int, E) - Method in class android.util.SparseArray
Given an index in the range 0...size()-1, sets a new value for the indexth key-value mapping that this SparseArray stores.
SharedPreferences - Interface in android.content
 
SharedPreferences.Editor - Interface in android.content
 
SIGN_IN_WITH_EMAIL_LINK - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
SimpleStringSplitter(char) - Constructor for class android.text.TextUtils.SimpleStringSplitter
Initializes the splitter.
size() - Method in class android.util.SparseArray
Returns the number of key-value mappings that this SparseArray currently stores.
size() - Method in class android.util.SparseIntArray
Returns the number of key-value mappings that this SparseIntArray currently stores.
size(Object[]) - Static method in class com.android.internal.util.ArrayUtils
Length of the given array or 0 if it's null.
size(Collection<?>) - Static method in class com.android.internal.util.ArrayUtils
Length of the given collection or 0 if it's null.
skipPast(String) - Method in class org.json.JSONTokener
Advances past all input up to and including the next occurrence of thru.
skipTo(char) - Method in class org.json.JSONTokener
Advances past all input up to but not including the next occurrence of to.
SPAN_COMPOSING - Static variable in interface android.text.Spanned
This flag is set on spans that are being used to apply temporary styling information on the composing text of an input method, so that they can be found and removed when the composing text is being replaced.
SPAN_EXCLUSIVE_EXCLUSIVE - Static variable in interface android.text.Spanned
Spans of type SPAN_EXCLUSIVE_EXCLUSIVE do not expand to include text inserted at either their starting or ending point.
SPAN_EXCLUSIVE_INCLUSIVE - Static variable in interface android.text.Spanned
Non-0-length spans of type SPAN_EXCLUSIVE_INCLUSIVE expand to include text inserted at their ending point but not at their starting point.
SPAN_INCLUSIVE_EXCLUSIVE - Static variable in interface android.text.Spanned
Non-0-length spans of type SPAN_INCLUSIVE_EXCLUSIVE expand to include text inserted at their starting point but not at their ending point.
SPAN_INCLUSIVE_INCLUSIVE - Static variable in interface android.text.Spanned
Spans of type SPAN_INCLUSIVE_INCLUSIVE expand to include text inserted at either their starting or ending point.
SPAN_INTERMEDIATE - Static variable in interface android.text.Spanned
This flag will be set for intermediate span changes, meaning there is guaranteed to be another change following it.
SPAN_MARK_MARK - Static variable in interface android.text.Spanned
0-length spans with type SPAN_MARK_MARK behave like text marks: they remain at their original offset when text is inserted at that offset.
SPAN_MARK_POINT - Static variable in interface android.text.Spanned
SPAN_MARK_POINT is a synonym for Spanned.SPAN_INCLUSIVE_INCLUSIVE.
SPAN_PARAGRAPH - Static variable in interface android.text.Spanned
SPAN_PARAGRAPH behaves like SPAN_INCLUSIVE_EXCLUSIVE (SPAN_MARK_MARK), except that if either end of the span is at the end of the buffer, that end behaves like _POINT instead (so SPAN_INCLUSIVE_INCLUSIVE if it starts in the middle and ends at the end, or SPAN_EXCLUSIVE_INCLUSIVE if it both starts and ends at the end).
SPAN_POINT_MARK - Static variable in interface android.text.Spanned
SPAN_POINT_MARK is a synonym for Spanned.SPAN_EXCLUSIVE_EXCLUSIVE.
SPAN_POINT_MARK_MASK - Static variable in interface android.text.Spanned
Bitmask of bits that are relevent for controlling point/mark behavior of spans.
SPAN_POINT_POINT - Static variable in interface android.text.Spanned
0-length spans with type SPAN_POINT_POINT behave like cursors: they are pushed forward by the length of the insertion when text is inserted at their offset.
SPAN_PRIORITY - Static variable in interface android.text.Spanned
The bits specified by the SPAN_PRIORITY bitmap determine the order of change notifications -- higher numbers go first.
SPAN_PRIORITY_SHIFT - Static variable in interface android.text.Spanned
The bits numbered just above SPAN_PRIORITY_SHIFT determine the order of change notifications -- higher numbers go first.
SPAN_USER - Static variable in interface android.text.Spanned
The bits specified by the SPAN_USER bitfield are available for callers to use to store scalar data associated with their span object.
SPAN_USER_SHIFT - Static variable in interface android.text.Spanned
The bits numbered SPAN_USER_SHIFT and above are available for callers to use to store scalar data associated with their span object.
Spannable - Interface in android.text
This is the interface for text to which markup objects can be attached and detached.
Spannable.Factory - Class in android.text
Factory used by TextView to create new Spannables.
Spanned - Interface in android.text
This is the interface for text that has markup objects attached to ranges of it.
SparseArray<E> - Class in android.util
SparseArrays map integers to Objects.
SparseArray() - Constructor for class android.util.SparseArray
Creates a new SparseArray containing no mappings.
SparseArray(int) - Constructor for class android.util.SparseArray
Creates a new SparseArray containing no mappings that will not require any additional memory allocation to store the specified number of mappings.
SparseIntArray - Class in android.util
SparseIntArrays map integers to integers.
SparseIntArray() - Constructor for class android.util.SparseIntArray
Creates a new SparseIntArray containing no mappings.
SparseIntArray(int) - Constructor for class android.util.SparseIntArray
Creates a new SparseIntArray containing no mappings that will not require any additional memory allocation to store the specified number of mappings.
SPELL_CHECK_SPAN - Static variable in class android.text.TextUtils
 
split(String, String) - Static method in class android.text.TextUtils
String.split() returns [''] when the string to be split is empty.
split(String, Pattern) - Static method in class android.text.TextUtils
Splits a string on a pattern.
SSLSessionCache - Class in android.net
 
SSLSessionCache(File) - Constructor for class android.net.SSLSessionCache
 
start() - Method in class android.os.HandlerThread
 
START - android.text.TextUtils.TruncateAt
 
STRIKETHROUGH_SPAN - Static variable in class android.text.TextUtils
 
stringOrSpannedString(CharSequence) - Static method in class android.text.TextUtils
 
STYLE_SPAN - Static variable in class android.text.TextUtils
 
SUBSCRIPT_SPAN - Static variable in class android.text.TextUtils
 
substring(CharSequence, int, int) - Static method in class android.text.TextUtils
Create a new String object containing the given range of characters from the source string.
SUGGESTION_RANGE_SPAN - Static variable in class android.text.TextUtils
 
SUGGESTION_SPAN - Static variable in class android.text.TextUtils
 
SUPERSCRIPT_SPAN - Static variable in class android.text.TextUtils
 
syntaxError(String) - Method in class org.json.JSONTokener
Returns an exception containing the given message plus the current position and the entire input string.

T

targetSdkVersion - Variable in class android.content.pm.ApplicationInfo
 
TEXT_APPEARANCE_SPAN - Static variable in class android.text.TextUtils
 
TextUtils - Class in android.text
 
TextUtils.EllipsizeCallback - Interface in android.text
 
TextUtils.SimpleStringSplitter - Class in android.text
A simple string splitter.
TextUtils.StringSplitter - Interface in android.text
An interface for splitting strings according to rules that are opaque to the user of this interface.
TextUtils.TruncateAt - Enum in android.text
 
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Returns an array with the values corresponding to names.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Returns a new object whose values are the values in this array, and whose names are the values in names.
toString() - Method in class android.util.Pair
 
toString() - Method in class android.util.SparseArray
toString() - Method in class android.util.SparseIntArray
toString() - Method in class org.json.JSONArray
Encodes this array as a compact JSON string, such as:
toString() - Method in class org.json.JSONObject
Encodes this object as a compact JSON string, such as:
toString() - Method in class org.json.JSONStringer
Returns the encoded JSON string.
toString() - Method in class org.json.JSONTokener
Returns the current position and the entire input string.
toString(int) - Method in class org.json.JSONArray
Encodes this array as a human readable JSON string for debugging, such as:
toString(int) - Method in class org.json.JSONObject
Encodes this object as a human readable JSON string for debugging, such as:
total(long[]) - Static method in class com.android.internal.util.ArrayUtils
 
toUpperCase(Locale, CharSequence, boolean) - Static method in class android.text.TextUtils
Transforms a CharSequences to uppercase, copying the sources spans and keeping them spans as much as possible close to their relative original places.
trimNoCopySpans(CharSequence) - Static method in class android.text.TextUtils
If the charSequence is instance of Spanned, creates a new copy and NoCopySpan's are removed from the copy.
trimToParcelableSize(T) - Static method in class android.text.TextUtils
Trims the text to TextUtils.PARCEL_SAFE_TEXT_LENGTH length.
trimToSize(T[], int) - Static method in class com.android.internal.util.ArrayUtils
 
trimToSize(T, int) - Static method in class android.text.TextUtils
Trims the text to size length.
TTS_SPAN - Static variable in class android.text.TextUtils
 
TwitterAuthProvider - Class in com.google.firebase.auth
 
TwitterAuthProvider() - Constructor for class com.google.firebase.auth.TwitterAuthProvider
 
TYPEFACE_SPAN - Static variable in class android.text.TextUtils
 

U

UNDERLINE_SPAN - Static variable in class android.text.TextUtils
 
unpackRangeEndFromLong(long) - Static method in class android.text.TextUtils
Get the end value from a range packed in a long by TextUtils.packRangeInLong(int, int)
unpackRangeStartFromLong(long) - Static method in class android.text.TextUtils
Get the start value from a range packed in a long by TextUtils.packRangeInLong(int, int)
unstableRemoveIf(ArrayList<T>, Predicate<T>) - Static method in class com.android.internal.util.ArrayUtils
Removes elements that match the predicate in an efficient way that alters the order of elements in the collection.
URL_SAFE - Static variable in class android.util.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
URL_SPAN - Static variable in class android.text.TextUtils
 
UserManager - Class in android.os
 
UserManager() - Constructor for class android.os.UserManager
 
UserProfileChangeRequest - Class in com.google.firebase.auth
 
UserProfileChangeRequest() - Constructor for class com.google.firebase.auth.UserProfileChangeRequest
 
UserProfileChangeRequest.Builder - Class in com.google.firebase.auth
 

V

v(String, String) - Static method in class android.util.Log
Send a Log.VERBOSE log message.
v(String, String, Throwable) - Static method in class android.util.Log
Send a Log.VERBOSE log message and log the exception.
value(boolean) - Method in class org.json.JSONStringer
Encodes value to this stringer.
value(double) - Method in class org.json.JSONStringer
Encodes value to this stringer.
value(long) - Method in class org.json.JSONStringer
Encodes value to this stringer.
value(Object) - Method in class org.json.JSONStringer
Encodes value.
valueAt(int) - Method in class android.util.SparseArray
Given an index in the range 0...size()-1, returns the value from the indexth key-value mapping that this SparseArray stores.
valueAt(int) - Method in class android.util.SparseIntArray
Given an index in the range 0...size()-1, returns the value from the indexth key-value mapping that this SparseIntArray stores.
valueOf(String) - Static method in enum android.text.TextUtils.TruncateAt
Returns the enum constant of this type with the specified name.
values() - Static method in enum android.text.TextUtils.TruncateAt
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE - Static variable in class android.util.Log
Priority constant for the println method; use Log.v.
VERIFY_BEFORE_CHANGE_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
VERIFY_EMAIL - Static variable in interface com.google.firebase.auth.ActionCodeResult
 
verifyPhoneNumber(String, long, TimeUnit, Activity, PhoneAuthProvider.OnVerificationStateChangedCallbacks) - Method in class com.google.firebase.auth.PhoneAuthProvider
 
verifyPhoneNumber(String, long, TimeUnit, Activity, PhoneAuthProvider.OnVerificationStateChangedCallbacks, PhoneAuthProvider.ForceResendingToken) - Method in class com.google.firebase.auth.PhoneAuthProvider
 
VERSION() - Constructor for class android.os.Build.VERSION
 
View - Class in android.view
 
View() - Constructor for class android.view.View
 
View.OnCreateContextMenuListener - Interface in android.view
 
VMRuntime - Class in dalvik.system
 
VMRuntime() - Constructor for class dalvik.system.VMRuntime
 

W

w(String, String) - Static method in class android.util.Log
Send a Log.WARN log message.
w(String, String, Throwable) - Static method in class android.util.Log
Send a Log.WARN log message and log the exception.
w(String, Throwable) - Static method in class android.util.Log
 
WakeLock() - Constructor for class android.os.PowerManager.WakeLock
 
WARN - Static variable in class android.util.Log
Priority constant for the println method; use Log.w.
wrap(Object) - Static method in class org.json.JSONObject
Wraps the given object if necessary.
wrap(StringBuilder, String, String) - Static method in class android.text.TextUtils
Prepends start and appends end to a given StringBuilder
write(byte[], int, int) - Method in class android.util.Base64OutputStream
 
write(int) - Method in class android.util.Base64OutputStream
 
writeToParcel(Parcel, int) - Method in interface android.os.Parcelable
Flatten this object in to a Parcel.
writeToParcel(CharSequence, Parcel, int) - Static method in class android.text.TextUtils
Flatten a CharSequence and whatever styles can be copied across processes into the parcel.
wtf(String, String) - Static method in class android.util.Log
 
wtf(String, String, Throwable) - Static method in class android.util.Log
 
wtf(String, Throwable) - Static method in class android.util.Log
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages