Searched refs:Author (Results 1 – 11 of 11) sorted by relevance
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/dao/ |
D | DerivedDao.kt | 21 import androidx.room.integration.kotlintestapp.vo.Author 24 interface DerivedDao : BaseDao<Author> { 27 fun getAuthor(authorId: String): Author
|
D | BooksDao.kt | 26 import androidx.room.integration.kotlintestapp.vo.Author 51 fun addAuthors(vararg authors: Author) in addPublishers() 54 fun getAuthor(authorId: String): Author in addPublishers()
|
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/ |
D | TestUtil.kt | 19 import androidx.room.integration.kotlintestapp.vo.Author 32 val AUTHOR_1 = Author("a1", "author 1") 33 val AUTHOR_2 = Author("a2", "author 2")
|
D | BooksDaoTest.kt | 23 import androidx.room.integration.kotlintestapp.vo.Author 225 val author = Author("id", "name", Date(), ArrayList()) in insertAuthorWithAllFields() 230 assertThat(authorDb, CoreMatchers.`is`<Author>(author)) in insertAuthorWithAllFields() 239 assertThat(author, CoreMatchers.`is`<Author>(TestUtil.AUTHOR_1)) in insertInInheritedDao() 281 assertThat(author, CoreMatchers.`is`<Author>(TestUtil.AUTHOR_1)) in insertVarargInInheritedDao() 290 assertThat(author, CoreMatchers.`is`<Author>(TestUtil.AUTHOR_1)) in insertListInInheritedDao()
|
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/ |
D | TestDatabase.kt | 24 import androidx.room.integration.kotlintestapp.vo.Author 33 entities = [Book::class, Author::class, Publisher::class, BookAuthor::class,
|
/frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/vo/ |
D | Author.kt | 26 data class Author( class
|
D | BookAuthor.kt | 29 ForeignKey(entity = Author::class,
|
/frameworks/support/core/ktx/src/androidTest/ |
D | font_licenses.txt | 44 "Author" refers to any designer, engineer, programmer, technical 68 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 71 Copyright Holder(s) and the Author(s) or with their explicit written
|
/frameworks/support/development/refaster/ |
D | README | 1 Author: aurimas@google.com
|
/frameworks/base/proto/src/ |
D | gnss.proto | 2 // Author: siddharthr@google.com (Siddharth Ray)
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | retn.txt | 804 and Cabul. Author of Heavy Game of the Western Himalayas, 1881; Three
|