Home
last modified time | relevance | path

Searched refs:TransactionSupportSQLiteDatabase (Results 1 – 1 of 1) sorted by relevance

/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DQueryTransactionTest.java552 return new TransactionSupportSQLiteDatabase(mDelegate.getWritableDatabase()); in getWritableDatabase()
557 return new TransactionSupportSQLiteDatabase(mDelegate.getReadableDatabase()); in getReadableDatabase()
566 static class TransactionSupportSQLiteDatabase implements SupportSQLiteDatabase { class in QueryTransactionTest
569 TransactionSupportSQLiteDatabase(SupportSQLiteDatabase delegate) { in TransactionSupportSQLiteDatabase() method in QueryTransactionTest.TransactionSupportSQLiteDatabase