Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/vo/
DConstructor.kt79 override fun log(): String = property.getPath() in <lambda>()
83 override fun log(): String = embedded.property.getPath() in <lambda>()
87 override fun log(): String = relation.property.getPath() in <lambda>()
DProperty.kt70 fun getPath(): String { in getPath() method
/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DNoBackupDirectoryTest.java70 String expectedPath = new File(mContext.getNoBackupFilesDir(), NAME).getPath(); in testBuildDatabase_withCustomSupportSQLiteOpenHelper()
71 assertThat(sqLiteDatabase.getPath(), is(expectedPath)); in testBuildDatabase_withCustomSupportSQLiteOpenHelper()
DQueryTransactionTest.java753 public @Nullable String getPath() { in getPath() method in QueryTransactionTest.TransactionSupportSQLiteDatabase
754 return mDelegate.getPath(); in getPath()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DTableEntityProcessor.kt126 it.getPath(), in <lambda>()
337 ProcessorErrors.primaryKeyNull(property.getPath()) in <lambda>()
349 ProcessorErrors.primaryKeyNull(parentProperty.getPath()) in <lambda>()
569 propertyPath = embedded.property.getPath(), in <lambda>()
DDataClassProcessor.kt227 it.value.map(Property::getPath) in <lambda>()
364 matchingProperties.map { it.getPath() } + in <lambda>()
365 embeddedMatches.map { it.property.getPath() } + in <lambda>()
366 relationMatches.map { it.property.getPath() } in <lambda>()