Home
last modified time | relevance | path

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

/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DQueryTransactionTest.java529 return new TransactionSupportSQLiteOpenHelper(mDelegate.create(configuration)); in create()
533 static class TransactionSupportSQLiteOpenHelper implements SupportSQLiteOpenHelper { class in QueryTransactionTest
536 TransactionSupportSQLiteOpenHelper(SupportSQLiteOpenHelper delegate) { in TransactionSupportSQLiteOpenHelper() method in QueryTransactionTest.TransactionSupportSQLiteOpenHelper