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 

S

S1_IS_GREATER - Static variable in interface net.zer0bandwidth.android.lib.util.StringComparator
Semantic constant indicating the first string is "greater".
S2_IS_GREATER - Static variable in interface net.zer0bandwidth.android.lib.util.StringComparator
Semantic constant indicating the second string is "greater".
s_mgrClipboard - Static variable in class net.zer0bandwidth.android.lib.content.ContentUtils
A persistent reference to the system's clipboard manager.
SCHEMA_NOT_DEFINED - Static variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Magic constant to indicate that the schema version has not yet been resolved.
SchematicException - Exception in net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions
Thrown by SQLiteHouse whenever a method encounters a problem with the schema definition discovered in some schematic class.
SchematicException() - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
 
SchematicException(String) - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
 
SchematicException(Throwable) - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
 
SchematicException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.exceptions.SchematicException
 
sColumnName - Variable in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
The name of the column in the table definition.
sColumnName - Variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.QueryContext
Deprecated.
The name of the column.
sColumnSQLValue - Variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.QueryContext
Deprecated.
The value of this column in some instance, if set.
sColumnType - Variable in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
The magic SQLite token indicating this column's data type.
sDefault - Variable in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
The default value of the column, as a string.
search(ROW) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Searches the database for a row of the table represented by the supplied object, such that the primary key value in that object equals the primary key found in the object.
search(Class<ROW>, String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Searches the database for a row of the table represented by the supplied schematic class, such that the primary key column value matches the value supplied in the method call.
select() - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of a selection query.
select(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Handles a request to select records from the underlying database.
select(Class<SC>, SelectionBuilder) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Requests the selection of a set of rows from the keeper's database.
select(Class<ROW>, long) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Searches the database for a row of the table represented by the supplied object, where the specified integer is equal to the row's magic auto-ID.
SELECT_ALL - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Magic value to be passed to SQLiteDatabase.query(boolean, java.lang.String, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) and related methods when we want to select all rows, not the actual SQL syntax to specify "all columns" in a SELECT statement.
selectFrom(ContentResolver, Uri) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of a selection query.
selectFrom(Context, Uri) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of a selection query.
selectFrom(String) - Static method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Kicks off construction of a SELECT query.
selectFrom(SQLiteDatabase, String) - Static method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Kicks off construction of a SELECT query, bound to a specific database instance.
selectFrom(Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Shorthand to obtain a SelectionBuilder bound to this database and targeting the table corresponding to the specified schematic class.
SelectionBuilder - Class in net.zer0bandwidth.android.lib.content.querybuilder
Builds an insertion query against a given ContentResolver and Uri.
SelectionBuilder(ContentResolver, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
 
SelectionBuilder(Context, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
 
SelectionBuilder() - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
 
SelectionBuilder - Class in net.zer0bandwidth.android.lib.database.querybuilder
Builds a SQLite SELECT query.
SelectionBuilder(String) - Constructor for class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
 
sendSelectionResults(Class<SC>, List<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Broadcasts a result set to the relay.
SERVICE_MANAGER_CLASS - Static variable in class net.zer0bandwidth.android.lib.telephony.TelephonyController
 
SERVICE_MANAGER_NATIVE_CLASS - Static variable in class net.zer0bandwidth.android.lib.telephony.TelephonyController
 
setAdjectives(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Defines the set of adjectives that should be considered when generating the name.
setAdjectives(Collection<String>) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Defines the set of adjectives that should be considered when generating the name.
setAdverb(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for the adverb modifying the verb of the sentence.
setAdverbChance(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder.Configuration
Sets the probability that an adverb will be added to modify the verb of the sentence.
setArticleChance(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Sets the chance that the builder will begin the name with "The".
setConfiguration(NonsenseBuilder.Configuration) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Sets the configuration parameters of the builder.
setContext(Context) - Method in class net.zer0bandwidth.android.lib.nonsense.BuildertextJavaclass
 
setContext(Context) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
 
setContext(Context) - Method in interface net.zer0bandwidth.android.lib.nonsense.NonsenseGenerator
Sets the context in which string resources can be fetched.
setContext(Context) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Sets the resource context.
setExtraTagFormat(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Sets the format string used to construct tags for Intent extras that are exchanged between the keeper and the relay.
setKeeperActionFormat(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Sets the format string used to construct actions for Intents that are dispatched to SQLiteHouseKeepers.
setKeeperActions(String[]) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Adds a list of custom actions which are expected from a SQLiteHouseKeeper implementation.
setNegativeButton(int, Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Add a negative button with the specified label, such that the specified task is executed when tapped once.
setNegativeButton(Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Add a negative button which will execute the specified task when tapped once.
setNegativeButton(int, Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Add a negative button with the specified label, such that the specified task is executed when tapped once.
setNegativeButton(Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Add a negative button which will execute the specified task when tapped once.
setNouns(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Defines the set of nouns that should be considered when generating the name.
setNouns(Collection<String>) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseShipOrPub
Defines the set of nouns that should be considered when generating the name.
setObject(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for the object of the sentence.
setObjectAdjective(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for the adjective modifying the object of the sentence.
setObjectAdjectiveChance(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder.Configuration
Sets the probability that an adjective will be added to modify the object of the sentence.
setObjectModifier(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for additional text (expected to be a prepositional phrase) modifying the object of the sentence.
setObjectPhraseChance(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder.Configuration
Sets the probability that a prepositional phrase will be added to modify the object of the sentence.
setParent(AlertDialog) - Method in class net.zer0bandwidth.android.lib.security.PermissionCheckpoint.WriteSettingsDialogClickListener
Sets the parent dialog from the modern library.
setParent(AlertDialog) - Method in class net.zer0bandwidth.android.lib.security.PermissionCheckpoint.WriteSettingsDialogClickListener
Sets the parent dialog from the compatibility library.
setPositiveButton(int, Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Add a positive button with the specified label, such that the specified task is executed when tapped the requisite number of times.
setPositiveButton(Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Add a positive button which will execute the specified task when tapped the requisite number of times.
setPositiveButton(int, Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Add a positive button with the specified label, such that the specified task is executed when tapped the requisite number of times.
setPositiveButton(Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Add a positive button which will execute the specified task when tapped the requisite number of times.
setPositiveTapsRequired(int) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Sets the number of taps required to execute the positive action.
setPositiveTapsRequired(int) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Sets the number of taps required to execute the positive action.
setRadio(boolean) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Sets the cell radio on or off.
setRelayActionFormat(String) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Sets the format string used to construct actions for Intents that are dispatched to SQLiteHouseRelays.
setRelayActions(String[]) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
Adds a list of custom actions which are expected from a SQLiteHouseRelay implementation.
setSchemaClasses(List<Class<? extends SQLightable>>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Caches a list of classes that define the database schema.
setSince(int) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLightable.Reflection.Column
 
setStandardButtons(Runnable, Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
Sets up a standard "OK" positive button and a standard "Cancel" negative button, using the specified tasks.
setStandardButtons(Runnable, Runnable) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
Sets up a standard "OK" positive button and a standard "Cancel" negative button, using the specified tasks.
setSubject(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for the subject of the sentence.
setSubjectAdjective(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for the adjective modifying the subject of the sentence.
setSubjectAdjectiveChance(int) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder.Configuration
Sets the probability that an adjective will be added to modify the subject of the sentence.
setTableName(String) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Sets the table name in which the query will be executed.
setValues(ContentValues) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Sets values to be written as part of an "insert" or "update" operation, if applicable.
setValues(ContentValues) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Sets values to be written as part of an INSERT or UPDATE query.
setVerb(String) - Method in class net.zer0bandwidth.android.lib.nonsense.NonsenseBuilder
Locks a value for the verb of the sentence.
shareText(Context, String, String) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Opens the OS-standard "share" dialog, using the specified text content to be shared.
shareText(Context, String, int) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Opens the OS-standard "share" dialog, using the specified text content to be shared.
shareText(Context, String) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Opens the OS-standard "share" dialog, using the specified text content to be shared.
ShortLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals shorts.
ShortLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.ShortLens
 
show() - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
 
show() - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
 
silenceRinger() - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Silences the ringer if an incoming call is ringing.
SimpleServiceConnection<S extends android.app.Service> - Class in net.zer0bandwidth.android.lib.services
This class provides a simple, consistent implementation of a service binding, so that neither the service nor the consumer of that service is required to have its own implementation.
SimpleServiceConnection(Class<S>) - Constructor for class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Initializes a simple connection for a specified service class.
SimpleServiceConnection.InstanceBinder<BS extends android.app.Service> - Interface in net.zer0bandwidth.android.lib.services
The binder provided by the service needs to implement this interface, which provides us with a standard way to reach into the service's own public methods.
SimpleServiceConnection.Listener<LS extends android.app.Service> - Interface in net.zer0bandwidth.android.lib.services
Because connections can take a while, the object that is waiting for the connection to be completed should implement this interface to receive a signal when the connection is established.
SingletonService - Class in net.zer0bandwidth.android.lib.services
This service provides "singleton" instances of any specified class.
SingletonService() - Constructor for class net.zer0bandwidth.android.lib.services.SingletonService
 
SingletonService.Binder - Class in net.zer0bandwidth.android.lib.services
An implementation of the Binder class which simply returns this instance of the service.
SQL_ADD_COLUMN - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a SQL ADD COLUMN clause in an ALTER TABLE statement.
SQL_ALTER_TABLE - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a SQL ALTER TABLE statement.
SQL_COLUMN_DEFAULT - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Sets up the part of a column definition clause in which the default value is specified
SQL_COLUMN_DEFAULT_NULL - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Defines a column with a null default value.
SQL_COLUMN_IS_KEYLIKE - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Defines a column as "key-like" — unique and not nullable.
SQL_COLUMN_NOT_NULLABLE - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Defines a column as not nullable.
SQL_COLUMN_NULLABLE - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Defines a column as nullable.
SQL_DELETE_FROM - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a SQL DELETE FROM statement.
SQL_FROM - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a FROM clause in a SQL SELECT statement.
SQL_GROUP_BY - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a GROUP BY clause in a SQL SELECT statement.
SQL_HAVING - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a HAVING clause in a SQL SELECT statement.
SQL_INSERT_INTO - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a SQL INSERT statement.
SQL_LIMIT - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a LIMIT clause in a SQL SELECT statement.
SQL_ORDER_ASC - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Specifies that a column should be ordered ascending.
SQL_ORDER_BY - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins an ORDER BY clause in a SQL SELECT statement.
SQL_ORDER_DESC - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Specifies that a column should be ordered descending.
SQL_SELECT - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a SQL SELECT operation.
SQL_SELECT_ALL_COLUMNS - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
SQL syntax to specify that all columns should be returned by a SELECT statement.
SQL_SET - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
SQLite keyword for INSERT and UPDATE queries that set explicit column sets.
SQL_UPDATE - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a SQL UPDATE operation.
SQL_WHERE - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Begins a WHERE clause in an SQL statement.
SQLDateLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals Date objects.
SQLDateLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.SQLDateLens
 
SQLightable - Interface in net.zer0bandwidth.android.lib.database.sqlitehouse
Designates a class as a data container which can be used in a database defined and managed by SQLiteHouse.
SQLightable.Reflection<T extends SQLightable> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
A full reflection of a SQLightable object, which represents, and is used to marshal data for, an SQLite table.
SQLightable.Reflection.Column - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
A full reflection of a SQLiteColumn field.
SQLightable.Reflection.ColumnMap<ST extends SQLightable> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Provides a syntactic shorthand for working with maps of fields to column reflections.
SQLightable.Reflection.ColumnSequencer - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Orders SQLightable.Reflection.Column attributes in a list.
SQLightable.ReflectionMap - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Provides a precise method for retrieving an entry from a map of schematic classes to their SQLightable.Reflection instances.
SQLITE_FALSE_INT - Static variable in class net.zer0bandwidth.android.lib.database.SQLitePortal
Integer representation of "false".
SQLITE_FALSE_INTSTRING - Static variable in class net.zer0bandwidth.android.lib.database.SQLitePortal
Stringified-integer representation of "false".
SQLITE_NULL - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
The string to be used in an SQLite statement to represent a null value.
SQLITE_TRUE_INT - Static variable in class net.zer0bandwidth.android.lib.database.SQLitePortal
Integer representation of "true".
SQLITE_TRUE_INTSTRING - Static variable in class net.zer0bandwidth.android.lib.database.SQLitePortal
Stringified-integer representation of "true".
SQLITE_TYPE_INT - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
The data type token representing integer columns in SQLite.
SQLITE_TYPE_REAL - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
The data type token representing decimal-numeric columns in SQLite.
SQLITE_TYPE_TEXT - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
The data type token representing text columns in SQLite.
SQLITE_VAR - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
The character that stands in for a variable value in the Android format string that is passed to SQLiteDatabase query methods.
SQLiteAssetPortal - Class in net.zer0bandwidth.android.lib.database
Provides a SQLiteOpenHelper implementation which manages a read-only database that is loaded from an asset file.
SQLiteAssetPortal(Context, String, SQLiteDatabase.CursorFactory, int) - Constructor for class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal
 
SQLiteAssetPortal.ConnectionTask - Class in net.zer0bandwidth.android.lib.database
Allows the SQLiteAssetPortal to create a persistent connection to its underlying database on a background thread.
SQLiteColumn - Annotation Type in net.zer0bandwidth.android.lib.database.sqlitehouse.annotations
Correlates a member field with a corresponding column in an SQLite database table.
SQLiteColumnInfo - Class in net.zer0bandwidth.android.lib.database
Contains information returned by the table_info pragma in SQLite.
SQLiteColumnInfo() - Constructor for class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
 
SQLiteContentException - Exception in net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions
Thrown by SQLiteHouseKeeper when access through the provider can't be achieved for some reason.
SQLiteContentException() - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
 
SQLiteContentException(String) - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
 
SQLiteContentException(Throwable) - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
 
SQLiteContentException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.database.sqlitehouse.content.exceptions.SQLiteContentException
 
SQLiteDatabaseSpec - Annotation Type in net.zer0bandwidth.android.lib.database.sqlitehouse.annotations
Annotates a class that defines a SQLite database.
SQLiteHouse<DSC extends SQLiteHouse> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Uses custom annotations to automatically construct and manage SQLite databases with tables in which each row holds a serialization of a specified Java class.
SQLiteHouse(SQLiteHouse.Factory) - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Constructor used by the SQLiteHouse.Factory to create an instance of the class.
SQLiteHouse.ColumnIndexComparator - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — replaced by SQLightable.Reflection.ColumnSequencer
SQLiteHouse.Factory - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Creates instances of a SQLiteHouse.
SQLiteHouse.QueryContext<DBH extends SQLiteHouse> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse
Deprecated.
zer0bandwidth-net/android 0.2.1 (#56) — use SQLightable.Reflection instead, by using SQLiteHouse.getReflection(Class) to fetch the one that the database class has already generated, or by using SQLightable.Reflection.reflect(Class) to generate a new one.
SQLiteHouseKeeper<H extends SQLiteHouse> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.content
A class which is bound to a SQLiteHouse implementation and receives intents that request queries from the underlying database.
SQLiteHouseKeeper(Context, Class<H>, H) - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Constructs an instance, but does not register it.
SQLiteHouseKeeper.DefaultSignals - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.content
A default implementation of SQLiteHouseSignalAPI for this keeper class.
SQLiteHouseRelay - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.content
A class which can send requests to, and receive notifications from, a SQLiteHouseKeeper.
SQLiteHouseRelay(Context) - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Constructs an instance, but does not register it.
SQLiteHouseRelay.Listener - Interface in net.zer0bandwidth.android.lib.database.sqlitehouse.content
Methods that must be implemented by any class that wants to process the information received in signals from a SQLiteHouseKeeper.
SQLiteHouseSignalAPI - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.content
Defines the contract of signals between implementations of SQLiteHouseKeeper and SQLiteHouseRelay.
SQLiteHouseSignalAPI() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseSignalAPI
 
SQLiteInheritColumns - Annotation Type in net.zer0bandwidth.android.lib.database.sqlitehouse.annotations
Applied to SQLightable classes to specify that a SQLightable.Reflection should examine the class's inheritance chain to pick up fields that are annotated with SQLiteColumn in the parent classes.
SQLitePortal - Class in net.zer0bandwidth.android.lib.database
Extends SQLiteOpenHelper with a few additional features.
SQLitePortal(Context, String, SQLiteDatabase.CursorFactory, int) - Constructor for class net.zer0bandwidth.android.lib.database.SQLitePortal
 
SQLitePortal.ConnectionListener - Interface in net.zer0bandwidth.android.lib.database
Classes interested in immediately reacting to a database's connection status may implement this interface to catch the event.
SQLitePortal.ConnectionTask - Class in net.zer0bandwidth.android.lib.database
Allows the SQLitePortal to create a persistent connection to its underlying database on a background thread.
SQLitePrimaryKey - Annotation Type in net.zer0bandwidth.android.lib.database.sqlitehouse.annotations
Designates a column as the primary key of its table.
SQLiteSyntax - Class in net.zer0bandwidth.android.lib.database
Provides named constants for various SQLite syntactic elements, magic values, etc., to any class that needs them.
SQLiteTable - Annotation Type in net.zer0bandwidth.android.lib.database.sqlitehouse.annotations
Annotates a class that represents a table in a SQLite database and can contain a row of that table.
sTableName - Variable in class net.zer0bandwidth.android.lib.database.SQLiteColumnInfo
The name of the table containing this column.
sTableName - Variable in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.QueryContext
Deprecated.
The name of the table.
startsWithArticle(String) - Static method in class net.zer0bandwidth.android.lib.nonsense.NonsenseGenerator.Utils
Given a string, indicates whether that string begins with an article, which could be split from the front of the noun string.
StringCollectionLens<C extends java.util.Collection<java.lang.String>> - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Provides a canonical implementation of a Lens which can marshal a collection of strings to/from a single column in a database row.
StringCollectionLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringCollectionLens
 
StringComparator - Interface in net.zer0bandwidth.android.lib.util
There might be lots of ways to compare strings.
StringComparator.Base - Class in net.zer0bandwidth.android.lib.util
An abstract base class which provides logic that will be common to most, if not all, actual implementations of the interface.
StringLens - Class in net.zer0bandwidth.android.lib.database.sqlitehouse.refractor
Marshals strings.
StringLens() - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.refractor.StringLens
 
supplyPin(String) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Supply a PIN to unlock the phone's SIM card.
supplyPinForSubscriber(int, String) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Supply a PIN to unlock the phone's SIM card.
supplyPuk(String, String) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Supply a PUK (Personal Unlocking Key) to unlock the SIM and set its PIN to a new value.
supplyPukForSubscriber(int, String, String) - Method in class net.zer0bandwidth.android.lib.telephony.TelephonyController
Supply a PUK (Personal Unlocking Key) to unlock the SIM and set its PIN to a new value.
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