Searched defs:SQLiteConnectionPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java72 public final class SQLiteConnectionPool implements Closeable { class in inherits:Closeable
73 private static final String TAG = "SQLiteConnectionPool";
148 private SQLiteConnectionPool(SQLiteDatabaseConfiguration configuration) { method in class:SQLiteConnectionPool
170 public static SQLiteConnectionPool open(SQLiteDatabaseConfiguration configuration) {
176 SQLiteConnectionPool pool = new SQLiteConnectionPool(configuration);
1057 return "SQLiteConnectionPool: " + mConfiguration.path;

Completed in 34 milliseconds