Searched refs:Entity1WithChildren (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
H A DQueryTransactionTest.java191 List<Entity1WithChildren> result = mDao.withRelation();
236 private void assertTransactionCountWithChildren(List<Entity1WithChildren> allEntities,
240 for (Entity1WithChildren entity1 : allEntities) {
302 static class Entity1WithChildren extends Entity1 { class in class:QueryTransactionTest
307 Entity1WithChildren(int id, String value) { method in class:QueryTransactionTest.Entity1WithChildren
356 List<Entity1WithChildren> withRelation();
394 List<Entity1WithChildren> withRelation();
435 List<Entity1WithChildren> withRelation();

Completed in 46 milliseconds