Home | History | Annotate | Download | only in sqlite

Lines Matching refs:reconfigure

102         RECONFIGURE,
254 public void reconfigure(SQLiteDatabaseConfiguration configuration) {
316 // Reconfigure the database connections in place.
394 if (status == AcquiredConnectionStatus.RECONFIGURE) {
396 connection.reconfigure(mConfiguration); // might throw
398 Log.e(TAG, "Failed to reconfigure released connection, closing it: "
544 mAvailablePrimaryConnection.reconfigure(mConfiguration); // might throw
546 Log.e(TAG, "Failed to reconfigure available primary connection, closing it: "
557 connection.reconfigure(mConfiguration); // might throw
559 Log.e(TAG, "Failed to reconfigure available non-primary connection, closing it: "
567 markAcquiredConnectionsLocked(AcquiredConnectionStatus.RECONFIGURE);