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 

D

DANGER_REQUEST_CODE - Static variable in class net.zer0bandwidth.android.lib.security.PermissionCheckpoint
An identifier used in permission requests.
databaseExists() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Checks whether the portal's database exists in the app's data folder on the Android device.
DateLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals Date objects.
DateLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DateLens
 
DEFAULT_ACTION_FORMAT - Static variable in class net.zer0bandwidth.android.lib.content.IntentUtils
DEFAULT_ARTICLE_CHANCE - Static variable in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
By default, this class will always begin the name with a "The".
DEFAULT_BINDING_FLAGS - Static variable in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
By default, the connection will bind at a level above the consumer, and auto-create the service if it has not yet been started.
DEFAULT_BOOLEAN - Static variable in class net.zer0bandwidth.android.lib.content.PreferencePortal
The default value for Boolean preferences.
DEFAULT_DANGER_LIST_RESOURCE - Static variable in class net.zer0bandwidth.android.lib.security.PermissionCheckpoint
The default string array resource in which dangerous permissions are defined.
DEFAULT_EXTRA_TAG_FORMAT - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
The default format string for constructing intent extra tags.
DEFAULT_INT_NOT_SET - Static variable in class net.zer0bandwidth.android.lib.content.PreferencePortal
A default value for integer fields, which indicates "not set".
DEFAULT_INT_ZERO - Static variable in class net.zer0bandwidth.android.lib.content.PreferencePortal
The usual default value for integer fields.
DEFAULT_KEEPER_ACTION_FORMAT - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
The default format string for constructing keeper actions.
DEFAULT_MAPPING - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.RefractorMap
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.ExecutionException
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.UnboundException
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder.UnboundException
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.IntrospectionException
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
 
DEFAULT_MESSAGE - Static variable in exception net.zer0bandwidth.android.lib.telephony.exceptions.ControllerConstructionException
 
DEFAULT_RELAY_ACTION_FORMAT - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
The default format string for constructing relay actions.
DEFAULT_STRING - Static variable in class net.zer0bandwidth.android.lib.content.PreferencePortal
The default value for string fields.
DEFAULT_TAPS_REQUIRED - Static variable in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Specifies the default number of taps required on the positive button before its action is executed.
DEFAULT_TAPS_REQUIRED - Static variable in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Specifies the default number of taps required on the positive button before its action is executed.
DefaultSignals() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper.DefaultSignals
 
delete() - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of a deletion query.
delete(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Handles a request to delete a record in the underlying database.
delete(SC) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Requests deletion of a particular row in the keeper's database, corresponding to the schematic class instance supplied.
delete(ROW) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Searches the database for a row of the table represented by the supplied objects, and deletes that row.
DELETE_ALL - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Magic value to be passed to SQLiteDatabase.delete(java.lang.String, java.lang.String, java.lang.String[]) when we want the method to return a count of the number of rows deleted.
DELETE_FAILED - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Similar to the standard magic number returned when an insertion query fails (see SQLiteSyntax.INSERT_FAILED, this return value from the execution methods of DeletionBuilder indicates that the delete operation could not be carried out because of an exception.
deleteAll() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.DeletionBuilder
Convenience grammar specifying that all rows should be deleted from the data context.
deleteAll() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.DeletionBuilder
Convenience grammar specifying that all rows should be deleted.
deleteFrom(ContentResolver, Uri) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of a deletion query.
deleteFrom(Context, Uri) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of a deletion query.
deleteFrom(String) - Static method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Kicks off construction of a DELETE query.
deleteFrom(SQLiteDatabase, String) - Static method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Kicks off construction of a DELETE query, bound to a specific database instance.
deleteFrom(Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Shorthand to obtain a DeletionBuilder bound to this database and targeting the table corresponding to the specified schematic class.
DeletionBuilder - Class in net.zer0bandwidth.android.lib.content.querybuilder
Builds a deletion query against a given ContentResolver and Uri.
DeletionBuilder(ContentResolver, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.DeletionBuilder
 
DeletionBuilder(Context, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.DeletionBuilder
 
DeletionBuilder() - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.DeletionBuilder
 
DeletionBuilder - Class in net.zer0bandwidth.android.lib.database.querybuilder
Builds a SQLite DELETE query.
DeletionBuilder(String) - Constructor for class net.zer0bandwidth.android.lib.database.querybuilder.DeletionBuilder
 
describe(Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Accesses the reflection of a class that is marshalled by this instance.
dial(String) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Dials the specified number, but does not call it.
disableDataConnectivity() - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Disables the data connection over the cell radio.
disconnect(Context) - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Attempts to break the connection to the service.
discoverAction(Intent) - Static method in class net.zer0bandwidth.android.lib.content.IntentUtils
Discovers the action inscribed into the intent, if any, and logs the result before returning it to the caller.
discoverRefractor() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
Discovers the Refractor implementation to be used for this column field.
DISPLAY_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.DISPLAY_SERVICE (added in Android API 17)
distinct(boolean) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Specifies whether to select distinct results.
distinct() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Specifies that selection results should be distinct.
DoubleLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals a double-precision floating-point number.
DoubleLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.DoubleLens
 
dumpDiscoveredMethods() - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Used to discover the actual definition of the ITelephony interface as visible to the current app.
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