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

  /frameworks/base/core/java/android/printservice/recommendation/
IRecommendationServiceCallbacks.aidl 30 * Update the print service recommendations.
32 * @param recommendations the new print service recommendations
34 void onRecommendationsUpdated(in List<RecommendationInfo> recommendations);
RecommendationService.java 63 * Update the print service recommendations.
65 * @param recommendations The new set of recommendations
67 public final void updateRecommendations(@Nullable List<RecommendationInfo> recommendations) {
68 mHandler.obtainMessage(MyHandler.MSG_UPDATE, recommendations).sendToTarget();
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java 68 * Callbacks to be called when there are updates to the print service recommendations.
72 * Called when there is an update list of print service recommendations.
74 * @param recommendations The new recommendations.
77 @Nullable List<RecommendationInfo> recommendations);
206 List<RecommendationInfo> recommendations) {
209 if (recommendations != null) {
211 recommendations, "recommendation");
215 recommendations);
UserState.java 150 /** Currently known list of print service recommendations */
155 * recommendations}.
441 * @return The currently known print service recommendations
712 public void onPrintServiceRecommendationsUpdated(List<RecommendationInfo> recommendations) {
715 this, recommendations));
    [all...]
  /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/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
RecommendationServiceImpl.java 155 ArrayList<RecommendationInfo> recommendations = new ArrayList<>(); local
165 recommendations.add(new RecommendationInfo(plugin.packageName,
173 updateRecommendations(recommendations);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
AddPrinterActivity.java 235 * recommendations}.
620 /** All print service recommendations */
624 * Sorted print service recommendations for services that are not installed
764 // Filter out recommendations for already installed services
799 * @param recommendations The new set of recommendations
801 public void updateRecommendations(List<RecommendationInfo> recommendations) {
802 if (recommendations != null) {
805 // Sort recommendations (early conditions are more important)
809 Collections.sort(recommendations,
    [all...]
  /external/error_prone/soong/
error_prone.go 109 // We are not interested in Guava recommendations
  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 24 recommendations from NIST for hashing algorithms (SHA-256) and public key
  /frameworks/base/core/java/android/print/
PrintManager.java 245 * Callback notifying that the print service recommendations changed.
653 * Listen for changes to the print service recommendations.
691 * Stop listening for changes to the print service recommendations.
729 * Gets the list of print service recommendations, but does not register for updates. The user
732 * @return The print service recommendations list or an empty list.
743 List<RecommendationInfo> recommendations = local
745 if (recommendations != null) {
746 return recommendations;
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 135 // Section 5 of RFC 5891. The mappings follow the recommendations of RFC 5894,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 135 // Section 5 of RFC 5891. The mappings follow the recommendations of RFC 5894,
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 591 milliseconds