Searched refs:TransactionSupportSQLiteDatabase (Results 1 – 1 of 1) sorted by relevance
552 return new TransactionSupportSQLiteDatabase(mDelegate.getWritableDatabase()); in getWritableDatabase()557 return new TransactionSupportSQLiteDatabase(mDelegate.getReadableDatabase()); in getReadableDatabase()566 static class TransactionSupportSQLiteDatabase implements SupportSQLiteDatabase { class in QueryTransactionTest569 TransactionSupportSQLiteDatabase(SupportSQLiteDatabase delegate) { in TransactionSupportSQLiteDatabase() method in QueryTransactionTest.TransactionSupportSQLiteDatabase