Searched refs:findMovieById (Results 1 – 3 of 3) sorted by relevance
38 Movie entity = MockDatabase.findMovieById(context, channelId, movie.getId()); in updateProgress()97 Movie movie = MockDatabase.findMovieById(context, channelId, movieId); in removeFromWatchNext()
101 Movie movie = MockDatabase.findMovieById(this, action.getChannelId(), action.getMovieId()); in play()
265 public static Movie findMovieById(Context context, long channelId, long movieId) { in findMovieById() method in MockDatabase