Searched refs:entity1Id (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.java304 entityColumn = "entity1Id")
317 public int entity1Id; field in class:QueryTransactionTest.Child
321 Child(int id, int entity1Id) { argument
323 this.entity1Id = entity1Id;

Completed in 151 milliseconds