Searched refs:setMaxSqlCacheSize (Results 1 – 3 of 3) sorted by relevance
| /room/room-runtime/src/androidUnitTest/kotlin/androidx/room/ | ||
| D | MigrationTest.kt | 191 override fun setMaxSqlCacheSize(cacheSize: Int) { in setMaxSqlCacheSize() method in androidx.room.FakeDB |
| /room/room-runtime/src/androidMain/kotlin/androidx/room/support/ | ||
| D | AutoClosingRoomOpenHelper.android.kt | 313 override fun setMaxSqlCacheSize(cacheSize: Int) { in <lambda>() method in androidx.room.support.AutoClosingRoomOpenHelper.AutoClosingSupportSQLiteDatabase |
| /room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ | ||
| D | QueryTransactionTest.java | 763 public void setMaxSqlCacheSize(int cacheSize) { in setMaxSqlCacheSize() method in QueryTransactionTest.TransactionSupportSQLiteDatabase |