HomeSort by relevance Sort by last modified time
    Searched refs:getByIdLive (Results 1 - 2 of 2) sorted by null

  /frameworks/support/room/compiler/src/test/data/daoWriter/input/
ComplexDao.java 61 abstract public LiveData<User> getByIdLive(int id);
  /frameworks/support/room/compiler/src/test/data/daoWriter/output/
ComplexDao.java 272 public LiveData<User> getByIdLive(int id) {

Completed in 694 milliseconds