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 

C

cacheArrays() - Method in class net.zer0bandwidth.android.lib.nonsense.BuildertextJavaclass
Caches the resource arrays in this instance.
CalendarLens<C extends java.util.Calendar> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals Calendar objects.
CalendarLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CalendarLens
 
call(String, String) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
CAMERA_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.CAMERA_SERVICE (added in Android API 21)
CANONICAL_CONFIGURATION - Static variable in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
A canonical instance of a NonsenseBuilder.Configuration, using the default values defined in that inner class.
CAPTIONING_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.CAPTIONING_SERVICE (added in Android API 19)
CharacterLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals a character.
CharacterLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CharacterLens
 
checkPermission(Context, String) - Static method in class net.zer0bandwidth.android.lib.security.PermissionCheckpoint
Static method allowing any class to check the momentary status of a permission.
classNotInSchema(Class<? extends SQLightable>, List<Class<? extends SQLightable>>) - Static method in exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
Returns an exception to be thrown when a method tries to operate on a schematic class that is not actually part of a defined schema.
clearColumnDef() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.QueryContext
Deprecated.
Clears any and all contextual data pertaining to a table column.
close() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Closes the database connection and releases all references to it, before closing the portal itself.
closeCursor(Cursor) - Static method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Safely closes a database cursor.
closeDB() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Closes the database connection and releases all references to it.
clsTable - Variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.QueryContext
Deprecated.
The schematic class providing this context.
CollectionsZ<I> - Class in net.zer0bandwidth.android.lib.util
Provides additional utility methods for working with collections, beyond the stock Arrays and Collections classes.
Column(Field) - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Initializes the object with the selected field's data.
COLUMN_NOT_FOUND - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Magic value returned by Cursor.getColumnIndex(java.lang.String) when a column doesn't exist.
ColumnIndexComparator() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.ColumnIndexComparator
Deprecated.
 
ColumnMap() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.ColumnMap
 
columnNotFound(String, String, String, Throwable) - Static method in exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
Returns a new exception to be thrown when a field's mapping into an existing table can't be resolved.
columns(String...) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Sets the columns that should be included in the result set.
columns(Collection<String>) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Sets the columns that should be included in the result set.
columns(String...) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Sets the columns that should be returned in the selection set.
columns(Collection<String>) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Sets the columns that should be returned in the selection set.
ColumnSequencer() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.ColumnSequencer
 
CommaDelimStringsListLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
A canonical implementation of StringCollectionLens in which the collection type is an ArrayList and the delimiter is a comma.
CommaDelimStringsListLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.CommaDelimStringsListLens
 
compare(SQLightable.Reflection<T>.Column, SQLightable.Reflection<T>.Column) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.ColumnSequencer
 
compare(Field, Field) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.ColumnIndexComparator
Deprecated.
The algorithm in this method prefers to sort a column with an explicit index definition before any column with no index definition.
compare(String, String) - Method in class net.zer0bandwidth.android.lib.util.StringComparator.Base
Executes StringComparator.Base.compareAsObjects(java.lang.String, java.lang.String) first to determine whether there is already a clear winner, and if not, calls the comparator's more specific StringComparator.Base.executeComparison(java.lang.String, java.lang.String) method.
compareAsObjects(String, String) - Static method in class net.zer0bandwidth.android.lib.util.StringComparator.Base
Compares the strings as objects — that is, it bases its comparison on the simple question of whether one or both of the strings is null or empty.
Configuration() - Constructor for class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder.Configuration
 
connect(Context, int) - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Attempts to connect to the service.
connect(Context) - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Attempts to connect to the service, using the default binding control flags.
ConnectionTask(SQLitePortal.ConnectionListener) - Constructor for class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal.ConnectionTask
 
ConnectionTask() - Constructor for class net.zer0bandwidth.android.lib.database.SQLitePortal.ConnectionTask
The default constructor.
ConnectionTask(SQLitePortal.ConnectionListener) - Constructor for class net.zer0bandwidth.android.lib.database.SQLitePortal.ConnectionTask
A constructor which specifies a listener to receive the "on connected" callback.
CONSUMER_IR_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.CONSUMER_IR_SERVICE (added in Android API 19)
ContentUtils - Class in net.zer0bandwidth.android.lib.content
Provides convenience methods and canonical implementations of methods for working with content in general.
ContentUtils() - Constructor for class net.zer0bandwidth.android.lib.content.ContentUtils
 
ControllerConstructionException - Exception in net.zer0bandwidth.android.lib.telephony.exceptions
Exception thrown by TelephonyController.TelephonyController(android.content.Context) when any part of the initialization process critically fails.
ControllerConstructionException() - Constructor for exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerConstructionException
Constructs an exception with the default message.
ControllerConstructionException(String) - Constructor for exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerConstructionException
Constructs an exception with the specified message.
ControllerConstructionException(Throwable) - Constructor for exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerConstructionException
Constructs an exception with the specified message and cause.
ControllerConstructionException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerConstructionException
Constructs an exception with the default message and specified cause.
ControllerInvocationException - Exception in net.zer0bandwidth.android.lib.telephony.exceptions
Exception thrown by methods of TelephonyController when the invocation of the underlying Android OS method fails.
ControllerInvocationException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerInvocationException
Constructs an exception with a standardized notice of the method name, and the cause of the failure.
copyFromAsset() - Method in class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal
If indicated by the flag set during connection, this method overwrites the portal's database with the contents of a static asset packaged in the APK.
copyTextToClipboard(Context, String, String) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Copies the specified plain text into the clipboard.
copyTextToClipboard(Context, String) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Copies the specified plain text into the clipboard.
copyTextToClipboard(Context, String, int) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Copies the specified plain text into the clipboard.
copyTextToClipboard(Context, int) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Copies the specified plain text into the clipboard.
ctx - Variable in class net.zer0bandwidth.android.lib.text.format.TitleFormatter.EnglishLocaleContext
 
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