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 

U

UnboundException() - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.UnboundException
 
UnboundException(String) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.UnboundException
 
UnboundException(Throwable) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.UnboundException
 
UnboundException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder.UnboundException
 
UnboundException() - Constructor for exception net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder.UnboundException
 
UnboundException(String) - Constructor for exception net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder.UnboundException
 
UnboundException(Throwable) - Constructor for exception net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder.UnboundException
 
UnboundException(String, Throwable) - Constructor for exception net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder.UnboundException
 
unregister(Context, BroadcastReceiver) - Static method in class net.zer0bandwidth.android.lib.content.ContentUtils
Safe and idempotent method for unregistering a BroadcastReceiver which might or might not still be registered in the given Context.
unregister() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Unregisters the keeper in its context.
unregister() - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Unregisters the relay in its context.
update() - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of an update query.
update(ContentResolver, Uri) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of an update query.
update(Context, Uri) - Static method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Kicks off construction of an update query.
update(String) - Static method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Kicks off construction of an UPDATE query.
update(SQLiteDatabase, String) - Static method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Kicks off construction of an UPDATE query, bound to a specific database instance.
update(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
Handles a request to update a record in the underlying database.
update(SC) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Requests an update of a particular row in the keeper's database, corresponding to the schematic class instance supplied.
update(ROW) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Updates the values of an object from a known schematic class.
update(Class<SC>) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Shorthand to obtain an UpdateBuilder bound to this database and targeting the table corresponding to the specified schematic class.
UPDATE_ALL - Static variable in class net.zer0bandwidth.android.lib.database.SQLiteSyntax
Magic value to be passed to SQLiteDatabase.update(java.lang.String, android.content.ContentValues, java.lang.String, java.lang.String[]) and related methods when we want to indiscriminately update all rows, and get a count of the number of rows that were updated.
UPDATE_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 UpdateBuilder indicates that the delete operation could not be carried out because of an exception.
updateAll() - Method in class net.zer0bandwidth.android.lib.content.querybuilder.UpdateBuilder
Convenience grammar specifying that all rows should be updated.
updateAll() - Method in class net.zer0bandwidth.android.lib.database.querybuilder.UpdateBuilder
Convenience grammar specifying that all rows should be updated.
UpdateBuilder - Class in net.zer0bandwidth.android.lib.content.querybuilder
Builds an insertion query against a given ContentResolver and Uri.
UpdateBuilder(ContentResolver, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.UpdateBuilder
 
UpdateBuilder(Context, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.UpdateBuilder
 
UpdateBuilder() - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.UpdateBuilder
 
UpdateBuilder - Class in net.zer0bandwidth.android.lib.database.querybuilder
Builds a SQLite UPDATE query.
UpdateBuilder(String) - Constructor for class net.zer0bandwidth.android.lib.database.querybuilder.UpdateBuilder
 
upgradeTable(SQLiteDatabase, Class<SC>, int) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Called by SQLiteHouse.onUpgrade(android.database.sqlite.SQLiteDatabase, int, int) to upgrade a single SQLite database table based on the information reflected by a specific schematic class.
USAGE_STATS_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.USAGE_STATS_SERVICE (added in Android API 22)
useIntegerDefaultValue(int) - Method in class net.zer0bandwidth.android.lib.content.PreferencePortal
Specifies the value that should be used as the integer default.
USER_SERVICE - Static variable in class net.zer0bandwidth.android.lib.app.Managers
Backward-compatibility constant for Context.USER_SERVICE (added in Android API 17)
Utils() - Constructor for class net.zer0bandwidth.android.lib.nonsense.NonsenseGenerator.Utils
 
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