Example usage for android.os CancellationSignal.OnCancelListener interface-usage

List of usage examples for android.os CancellationSignal.OnCancelListener interface-usage

Introduction

In this page you can find the example usage for android.os CancellationSignal.OnCancelListener interface-usage.

Usage

From source file io.requery.android.database.sqlite.SQLiteConnection.java

/**
 * Represents a SQLite database connection.
 * Each connection wraps an instance of a native <code>sqlite3</code> object.
 * <p>
 * When database connection pooling is enabled, there can be multiple active
 * connections to the same database.  Otherwise there is typically only one