Searched refs:saveMovies (Results 1 – 2 of 2) sorted by relevance
201 public static void saveMovies(Context context, long channelId, List<Movie> movies) { in saveMovies() method in MockDatabase213 saveMovies(context, channelId, Collections.<Movie>emptyList()); in removeMovies()232 saveMovies(context, channelId, movies); in saveMovie()
132 MockDatabase.saveMovies(getApplicationContext(), channelId, movies); in syncPrograms()