Searched refs:sMovieListById (Results 1 – 1 of 1) sorted by relevance
30 private static HashMap<String, Movie> sMovieListById; field in VideoProvider33 return sMovieListById.get(mediaId); in getMovieById()45 sMovieListById = new HashMap<>(); in buildMedia()57 sMovieListById.put(movie.getId(), movie); in buildMedia()