Searched refs:getMovies (Results 1 – 2 of 2) sorted by relevance
225 List<Movie> movies = getMovies(context, channelId); in saveMovie()252 public static List<Movie> getMovies(Context context, long channelId) { in getMovies() method in MockDatabase266 for (Movie movie : getMovies(context, channelId)) { in findMovieById()
233 List<Movie> cachedMovies = MockDatabase.getMovies(mContext, channelId); in doInBackground()