Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

E

EMPTY_ACTION_LIST - Static variable in exception net.zer0bandwidth.android.lib.content.IntentUtils.FilterFormatException
Message when an action list is left empty.
EMPTY_DOMAIN - Static variable in exception net.zer0bandwidth.android.lib.content.IntentUtils.FilterFormatException
Message when a domain specification is left empty.
enableDataConnectivity() - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Enables the data connection over the cell radio.
endCall() - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Terminates a call in progress.
endCallForSubscriber(int) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Terminates a call in progress on behalf of a subscriber.
EnglishLocaleContext(Context) - Constructor for class net.zer0bandwidth.android.lib.text.format.TitleFormatter.EnglishLocaleContext
 
EQUAL - Static variable in interface net.zer0bandwidth.android.lib.util.StringComparator
Semantic constant indicating that the strings are equal.
EVALUATION_INDETERMINATE - Static variable in class net.zer0bandwidth.android.lib.util.StringComparator.Base
Semantic constant not intended as an actual return value; instead, the internal StringComparator.Base.compareAsObjects(java.lang.String, java.lang.String) method will return this when its naïve evaluation of the strings (comparing their nullness and emptiness) isn't enough to resolve the comparison.
execute() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Executes the query that has been built by the implementation class, using the ContentResolver and Uri to which the builder has been bound, either by the constructor, or by an invocation of QueryBuilder.onDataSource(android.content.ContentResolver, android.net.Uri).
execute() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Executes the query that has been built by the implementation class, on the database instance to which the builder has been bound, either by a constructor, or by QueryBuilder.onDatabase(android.database.sqlite.SQLiteDatabase).
executeComparison(String, String) - Method in class net.zer0bandwidth.android.lib.util.JavaStringComparator
Wrapper for String.compareTo(java.lang.String), unless the instance was created with the "force return constants" switch set, in which case the value is coerced to one of the constants from StringComparator.
executeComparison(String, String) - Method in class net.zer0bandwidth.android.lib.util.LexicalStringComparator
Compares the two strings lexically.
executeComparison(String, String) - Method in class net.zer0bandwidth.android.lib.util.StringComparator.Base
Executes the comparison that is specific to this class.
executeOn(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Executes the query that has been built by the implementation class, using the supplied ContentResolver and Uri.
executeOn(Context, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Executes the query that has been built by the implementation class, using the ContentResolver provided by the specified Context, and the specified Uri.
executeOn(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.DeletionBuilder
Deletes rows based on the builder's WHERE clause.
executeOn(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.InsertionBuilder
Executes an insertion query on the values that have been appended to the builder.
executeOn(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Executes the query that has been built by the implementation class.
executeOn(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Executes the selection query.
executeOn(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.UpdateBuilder
Executes an update query on the value that has been appended to the builder.
executeOrCancel(CancellationSignal) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
(API 16+) Selects results from the data context, while allowing the query to be cancelled in response to the specified signal.
executeOrCancel(ContentResolver, Uri, CancellationSignal) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
(API 16+) Selects results from the data context, while allowing the query to be cancelled in response to the specified signal.
executeQuery(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.DeletionBuilder
Deletes rows from the data context based on the builder's current state.
executeQuery(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.InsertionBuilder
Inserts the data values in this builder into the given data context.
executeQuery(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
executeQuery(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Selects results from the data context.
executeQuery(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.UpdateBuilder
 
ExecutionException() - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
 
ExecutionException(String) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
 
ExecutionException(Class<? extends QueryBuilder>) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
Creates a standard exception with a message indicating the class which failed to execute.
ExecutionException(Throwable) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
 
ExecutionException(Class<? extends QueryBuilder>, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
Creates a standard exception with a message indicating the class which failed to execute.
expectedExtraNotFound(String, Throwable) - Static method in exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
Used when one of the extras expected by SQLiteHouseKeeper or SQLiteHouseRelay is not found.
EXTRA_INSERT_ROW_ID - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Name suffix for the extra that contains the inserted row ID.
EXTRA_RESULT_ROW_COUNT - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Name suffix for the extra that contains the number of rows selected, updated, or deleted.
EXTRA_SCHEMA_CLASS_DATA - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Name suffix for the extra that contains the schematic class data.
EXTRA_SCHEMA_CLASS_NAME - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Name suffix for the extra that contains the schematic class name.
EXTRA_SELECTION_QUERY_SPEC - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Name suffix for the extra that contains the bundle that defines a set of selection parameters.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links