Searched refs:getMovieById (Results 1 – 3 of 3) sorted by relevance
28 @NonNull Movie getMovieById(long id); in getMovieById() method
457 public @NonNull Movie getMovieById(long id) { in getMovieById() method in MediaDb
119 mMovie = mMediaDb.getMovieById(id); in handleIntent()