Home
last modified time | relevance | path

Searched refs:getMovies (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
DMockDatabase.java225 List<Movie> movies = getMovies(context, channelId); in saveMovie()
252 public static List<Movie> getMovies(Context context, long channelId) { in getMovies() method in MockDatabase
266 for (Movie movie : getMovies(context, channelId)) { in findMovieById()
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
DSyncProgramsJobService.java233 List<Movie> cachedMovies = MockDatabase.getMovies(mContext, channelId); in doInBackground()