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 

O

of(Class<T>) - Static method in class net.zer0bandwidth.android.lib.util.CollectionsZ
This method provides a static way to obtain a parameterized instance of the CollectionsZ class so that its other nifty methods may be invoked under these conditions.
onBind(Intent) - Method in class net.zer0bandwidth.android.lib.services.SingletonService
 
onClick(DialogInterface, int) - Method in class net.zer0bandwidth.android.lib.security.PermissionCheckpoint.WriteSettingsDialogClickListener
 
onClick(DialogInterface, int) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertCompatDialog
 
onClick(DialogInterface, int) - Method in class net.zer0bandwidth.android.lib.ui.MultitapAlertDialog
 
onConflict(int) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.InsertionBuilder
Selects, by its numeric ID, the conflict resolution algorithm provided by Android.
onConflict(int) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.UpdateBuilder
Selects, by its numeric ID, the conflict resolution algorithm provided by Android.
onCreate(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal
If the database did not previously exist, then we need to copy it from the asset.
onCreate(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Called by Android when the consumer tries to connect to the database.
onCreate() - Method in class net.zer0bandwidth.android.lib.services.SingletonService
 
onDatabase(SQLiteDatabase) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Binds the builder to a specific database instance, to be used by QueryBuilder.execute().
onDatabaseConnected(SQLitePortal) - Method in interface net.zer0bandwidth.android.lib.database.SQLitePortal.ConnectionListener
Handles callback event from SQLitePortal.ConnectionTask when the connection is established.
onDataSource(ContentResolver, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Binds the builder to a specific data context, to be used by the execution methods.
onDataSource(Context, Uri) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
Binds the builder to a specific data context, to be used by the execution methods.
onDeleteFailed() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onDeleteFailed(android.content.Intent) to inform the listener of a failed deletion.
onDeleteFailed(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that a row deletion failed.
onInsertFailed() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onInsertFailed(android.content.Intent) to inform the listener of a failed insertion.
onInsertFailed(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that a row insertion has failed.
onReceive(Context, Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseKeeper
 
onReceive(Context, Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
 
onRowInserted(long) - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onRowInserted(android.content.Intent) to inform the listener of a successful insertion.
onRowInserted(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that a row was inserted.
onRowsDeleted(int) - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onRowsDeleted(android.content.Intent) to inform the listener of a successful deletion.
onRowsDeleted(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that some rows were deleted.
onRowsSelected(Class<SC>, int, List<SC>) - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onRowsSelected(android.content.Intent) to pass the results of a successful selection to the listener.
onRowsSelected(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal payload from the keeper, containing a set of selected rows from the database.
onRowsUpdated(int) - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onRowsUpdated(android.content.Intent) to inform the listener of a successful update.
onRowsUpdated(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that some rows were updated.
onSelectFailed() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onSelectFailed(android.content.Intent) to inform the listener of a failed selection.
onSelectFailed(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that a row selection failed.
onServiceConnected(SimpleServiceConnection<LS>) - Method in interface net.zer0bandwidth.android.lib.services.SimpleServiceConnection.Listener
Invoked when the connection is bound.
onServiceConnected(ComponentName, IBinder) - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Called by the Android OS when a the service accepts the connection's binding.
onServiceDisconnected(SimpleServiceConnection<LS>) - Method in interface net.zer0bandwidth.android.lib.services.SimpleServiceConnection.Listener
Invoked when the connection is unbound.
onServiceDisconnected(ComponentName) - Method in class net.zer0bandwidth.android.lib.services.SimpleServiceConnection
Called by the Android OS when a connection's binding to the service must be broken.
onStartCommand(Intent, int, int) - Method in class net.zer0bandwidth.android.lib.services.SingletonService
 
onUpdateFailed() - Method in interface net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay.Listener
Called by SQLiteHouseRelay.onUpdateFailed(android.content.Intent) to inform the listener of a failed update.
onUpdateFailed(Intent) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.content.SQLiteHouseRelay
Handles a signal from the keeper that a table update has failed.
onUpgrade(SQLiteDatabase, int, int) - Method in class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal
Copy the database asset only if an upgrade is needed.
onUpgrade(SQLiteDatabase, int, int) - Method in class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse
Called by Android when the consumer tries to connect to the database, and the current schema version in the class is newer than the one that is currently installed.
openDB(boolean, SQLitePortal.ConnectionListener) - Method in class net.zer0bandwidth.android.lib.database.SQLiteAssetPortal
Forces the connection to be read-only, and uses the descendant version of SQLiteAssetPortal.ConnectionTask to open, and then copy, the database.
openDB() - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Kicks off a SQLitePortal.ConnectionTask to establish the connection to the SQLite database.
openDB(SQLitePortal.ConnectionListener) - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Kicks off a SQLitePortal.ConnectionTask which will inform the specified SQLitePortal.ConnectionListener when the connection to the SQLite database is established.
openDB(boolean) - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Kicks off a SQLitePortal.ConnectionTask which will optionally connect in read-only mode.
openDB(boolean, SQLitePortal.ConnectionListener) - Method in class net.zer0bandwidth.android.lib.database.SQLitePortal
Kicks off a SQLitePortal.ConnectionTask which will optionally connect in read-only mode, and will inform the specified SQLitePortal.ConnectionListener when the connection to the SQLite database is established
orderBy(String, String) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Adds a sorting specification to the query.
orderBy(String) - Method in class net.zer0bandwidth.android.lib.content.querybuilder.SelectionBuilder
Adds a sorting specification to the query.
orderBy(String, String) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Adds an SQLite ORDER BY clause to the selection.
orderBy(String) - Method in class net.zer0bandwidth.android.lib.database.querybuilder.SelectionBuilder
Adds an SQLite ORDER BY clause to the selection.
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