Searched refs:shouldYieldConnection (Results 1 – 2 of 2) sorted by relevance
530 if (!mConnectionPool.shouldYieldConnection(mConnection, mConnectionFlags)) { in yieldTransactionUnchecked()
421 public boolean shouldYieldConnection(SQLiteConnection connection, int connectionFlags) { in shouldYieldConnection() method in SQLiteConnectionPool