HomeSort by relevance Sort by last modified time
    Searched defs:recommendations (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
RecommendationServiceImpl.java 125 ArrayList<RecommendationInfo> recommendations = new ArrayList<>(); local
135 recommendations.add(new RecommendationInfo(plugin.packageName,
144 updateRecommendations(recommendations);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
UpdateRecommendationsService.java 29 * This class builds up to MAX_RECOMMMENDATIONS of recommendations and defines what happens
30 * when they're clicked from Recommendations seciton on Home screen
43 HashMap<String, List<Movie>> recommendations = VideoProvider.getMovieList(); local
52 for (Map.Entry<String, List<Movie>> entry : recommendations.entrySet())
87 // Ensure a unique PendingIntents, otherwise all recommendations end up with the same
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
UpdateRecommendationsService.java 43 * This class builds up to MAX_RECOMMMENDATIONS of recommendations and defines what happens
44 * when they're clicked from Recommendations section on Home screen
62 HashMap<String, List<Movie>> recommendations = VideoProvider.getMovieList(); local
63 if (recommendations == null) {
78 for (Map.Entry<String, List<Movie>> entry : recommendations.entrySet()) {
120 // Ensure a unique PendingIntents, otherwise all recommendations end up with the same
  /frameworks/base/core/java/android/print/
PrintManager.java 237 * Callback notifying that the print service recommendations changed.
646 * Listen for changes to the print service recommendations.
674 * Stop listening for changes to the print service recommendations.
708 * Gets the list of print service recommendations, but does not register for updates. The user
711 * @return The print service recommendations list or an empty list.
720 List<RecommendationInfo> recommendations = local
722 if (recommendations != null) {
723 return recommendations;
    [all...]

Completed in 121 milliseconds