/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ |
D | PojoWithRelationTest.java | 54 Pet[] pets = TestUtil.createPetsForUser(user.getId(), user.getId() * 10, in fetchAll() local 56 mPetDao.insertAll(pets); in fetchAll() 57 userPets[user.getId() - 1] = pets; in fetchAll() 62 assertThat(usersAndPets.get(0).pets, is(Collections.<Pet>emptyList())); in fetchAll() 65 assertThat(usersAndPets.get(1).pets, is(Arrays.asList(userPets[1]))); in fetchAll() 68 assertThat(usersAndPets.get(2).pets, is(Arrays.asList(userPets[2]))); in fetchAll() 115 List<Toy> toys = first.pets.get(0).toys; in nested() 118 assertThat(userWithPetsAndToys.get(1).pets.get(0).toys, is(Collections.<Toy>emptyList())); in nested() 134 assertThat(userAndAllPets.get(0).pets, is(Arrays.asList(pets_1))); in duplicateParentField() 135 assertThat(userAndAllPets.get(2).pets, is(Arrays.asList(pets_1))); in duplicateParentField() [all …]
|
D | RawQueryTest.java | 123 Pet[] pets = TestUtil.createPetsForUser(3, 1, 1); in embedded() local 125 mPetDao.insertAll(pets); in embedded() 129 assertThat(received.getPet(), is(pets[0])); in embedded() 136 Pet[] pets = TestUtil.createPetsForUser(3, 1, 10); in relation() local 137 mPetDao.insertAll(pets); in relation() 142 assertThat(result.pets, is(Arrays.asList(pets))); in relation() 179 Pet[] pets = TestUtil.createPetsForUser(3, 1, 1); in embedded_nullField() local 181 mPetDao.insertAll(pets); in embedded_nullField() 191 Pet[] pets = TestUtil.createPetsForUser(3, 1, 2); in embedded_list() local 193 mPetDao.insertAll(pets); in embedded_list() [all …]
|
D | TestUtil.java | 76 Pet[] pets = new Pet[count]; in createPetsForUser() local 80 pets[i] = pet; in createPetsForUser() 82 return pets; in createPetsForUser()
|
D | RxJava2Test.java | 398 final Pet[] pets = TestUtil.createPetsForUser(3, 1, 2); in flowableWithRelation() local 399 mPetDao.insertAll(pets); in flowableWithRelation() 405 && userAndAllPets.pets.equals(Arrays.asList(pets)); in flowableWithRelation()
|
D | LiveDataQueryTest.java | 207 Pet[] pets = TestUtil.createPetsForUser(3, 1, 2); in withRelation() local 208 mPetDao.insertAll(pets); in withRelation() 212 assertThat(withPets.pets, is(Arrays.asList(pets))); in withRelation()
|
D | SimpleEntityReadWriteTest.java | 122 assertThat(inserted.get(0).pets, hasSize(1)); in insertDifferentEntities() 123 assertThat(inserted.get(0).pets.get(0).getPetId(), is(1)); in insertDifferentEntities() 124 assertThat(inserted.get(0).pets.get(0).getName(), is("a")); in insertDifferentEntities() 125 assertThat(inserted.get(0).pets.get(0).getUserId(), is(3)); in insertDifferentEntities() 130 assertThat(updated.get(0).pets, hasSize(1)); in insertDifferentEntities() 131 assertThat(updated.get(0).pets.get(0).getName(), is("b")); in insertDifferentEntities()
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/ |
D | PetDao.java | 33 void insertOrReplace(Pet... pets); in insertOrReplace() argument 36 void insertAll(Pet[] pets); in insertAll() argument
|
D | UserPetDao.java | 89 void updateUsersAndPets(User[] users, Pet[] pets); in updateUsersAndPets() argument 92 void delete2UsersAndPets(User user1, User user2, Pet[] pets); in delete2UsersAndPets() argument
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/paging/ |
D | DataSourceFactoryTest.java | 196 Pet[] pets = TestUtil.createPetsForUser(3, 1, 2); in withRelation() local 197 mPetDao.insertAll(pets); in withRelation() 202 assertThat(withPets.pets, is(Arrays.asList(pets))); in withRelation()
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/ |
D | UserAndAllPets.java | 28 public List<Pet> pets; field in UserAndAllPets
|
D | UserWithPetsAndToys.java | 28 public List<PetAndToys> pets; field in UserWithPetsAndToys
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | advs.txt | 7878 I had forgotten the strange pets which the doctor affected. There was
|