Home
last modified time | relevance | path

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

/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DNoBackupDirectoryTest.java68 assertThat(helper.getDatabaseName(), is(NAME)); in testBuildDatabase_withCustomSupportSQLiteOpenHelper()
DQueryTransactionTest.java541 public @Nullable String getDatabaseName() { in getDatabaseName() method in QueryTransactionTest.TransactionSupportSQLiteOpenHelper
542 return mDelegate.getDatabaseName(); in getDatabaseName()