Home
last modified time | relevance | path

Searched refs:recommendations (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/docs/html/training/tv/discovery/
Drecommendations.jd2 page.tags=tv, recommendations
33 The Android framework assists with minimum-input interaction by providing a recommendations row
34 on the home screen. Content recommendations appear as the first row of the TV home screen after
35 the first use of the device. Contributing recommendations from your app's content catalog can help
39 <img src="{@docRoot}images/tv/home-recommendations.png" alt="" id="figure1" />
41 <strong>Figure 1.</strong> An example of the recommendations row.
45 This lesson teaches you how to create recommendations and provide them to the Android framework
54 recommendations that are high-quality and relevant to users is an important factor in creating a
56 recommendations you present to the user and manage them closely.</p>
60 <p>When you create recommendations, you should link users back to incomplete viewing activities or
[all …]
Dindex.jd32 including recommendations on the home screen and searching within your app's content catalog.
36 This class shows you how to help users discover your app's content through recommendations and
44 <dt><b><a href="recommendations.html">Recommending TV Content</a></b></dt>
45 <dd>Learn how to recommend content for users so that it appears in the recommendations row
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java77 @Nullable List<RecommendationInfo> recommendations); in onPrintServiceRecommendationsUpdated()
206 List<RecommendationInfo> recommendations) { in onServiceConnected()
209 if (recommendations != null) { in onServiceConnected()
211 recommendations, "recommendation"); in onServiceConnected()
215 recommendations); in onServiceConnected()
DUserState.java695 public void onPrintServiceRecommendationsUpdated(List<RecommendationInfo> recommendations) { in onPrintServiceRecommendationsUpdated() argument
697 0, 0, recommendations).sendToTarget(); in onPrintServiceRecommendationsUpdated()
1171 @Nullable List<RecommendationInfo> recommendations) { in handleDispatchPrintServiceRecommendationsUpdated()
1179 mPrintServiceRecommendations = recommendations; in handleDispatchPrintServiceRecommendationsUpdated()
/frameworks/base/docs/html/design/tv/
Dindex.jd30 recommendations, and access to apps and settings. This screen provides a rich and cinematic
47 <h2 id="recommendations">Recommendations</h2>
49 <p>The recommendations row on Android TV is a central feature of the Home Screen that allows
55 <img src="{@docRoot}design/tv/images/recommendations.png" alt="Recommendations Row" />
61 recommendations row to help get your content noticed. To learn more, see
62 <a href="{@docRoot}training/tv/discovery/recommendations.html">Recommending TV Content</a>.
Dpatterns.jd43 Your application provides these recommendations, as described in
44 <a href="{@docRoot}training/tv/discovery/recommendations.html">Recommending TV Content</a>.
45 For a visual overview of recommendations, see
46 <a href="{@docRoot}design/tv/index.html#recommendations">Designing for Android TV</a>.</p>
62 recommendation notification. See <a href="{@docRoot}training/tv/discovery/recommendations.html">
75 <p>The background image also appears behind the recommendations
Dstyle.jd27 <p>Here are some additional recommendations for creating functional and attractive layouts for TV
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
DRecommendationServiceImpl.java125 ArrayList<RecommendationInfo> recommendations = new ArrayList<>(); in onChanged() local
135 recommendations.add(new RecommendationInfo(plugin.packageName, in onChanged()
144 updateRecommendations(recommendations); in onChanged()
/frameworks/base/core/java/android/printservice/recommendation/
DRecommendationService.java67 public final void updateRecommendations(@Nullable List<RecommendationInfo> recommendations) { in updateRecommendations() argument
68 mHandler.obtainMessage(MyHandler.MSG_UPDATE, recommendations).sendToTarget(); in updateRecommendations()
DIRecommendationServiceCallbacks.aidl34 void onRecommendationsUpdated(in List<RecommendationInfo> recommendations); in onRecommendationsUpdated() argument
/frameworks/base/docs/html/distribute/users/
Dapp-invites.jd10recommendations can be one of the strongest motivators for a user installing your app. With this i…
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java753 public void updateRecommendations(List<RecommendationInfo> recommendations) { in updateRecommendations() argument
754 if (recommendations != null) { in updateRecommendations()
761 Collections.sort(recommendations, in updateRecommendations()
784 mRecommendations = recommendations; in updateRecommendations()
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd13 <li><a href="#recommendations">Video Encoding Recommendations</a></li>
309 <h2 id="recommendations">Video Encoding Recommendations</h2>
315 <p>In addition to these encoding parameter recommendations,
320 <p class="table-caption" id="encoding-recommendations-table"><strong>Table 2.</strong>
374 <p class="table-caption" id="encoding-recommendations-table-vp8"><strong>Table 3.</strong>
/frameworks/base/docs/html/tv/
Dindex.jd130 <img src="{@docRoot}tv/images/recommendations.png" alt="Recommendations"
138 <a href="{@docRoot}training/tv/discovery/recommendations.html">Learn about
139 recommendations</a>
/frameworks/base/core/java/android/print/
DPrintManager.java720 List<RecommendationInfo> recommendations = in getPrintServiceRecommendations() local
722 if (recommendations != null) { in getPrintServiceRecommendations()
723 return recommendations; in getPrintServiceRecommendations()
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd12 <li><a href="#recommendations">Accessibility Recommendations</a></li>
29 requirements, recommendations and considerations to help you make sure your application is
90 <h2 id="recommendations">Accessibility Recommendations</h2>
/frameworks/base/docs/html/distribute/engage/
Deasy-signin.jd62 features</strong> like adding a +1 button so users can make recommendations and the ability
/frameworks/base/docs/html/training/articles/
Duser-data-overview.jd43 For specific recommendations on how to manage permissions, please see
257 For specific recommendations on how to achieve this, please see <a href=
/frameworks/base/docs/html/training/accessibility/
Dtesting.jd14 <li><a href="#recommendations">Testing Recommendations</a></li>
104 <h2 id="recommendations">Testing Recommendations</h2>
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd381 stores, and entertainment and the order of recommendations changes depending on the user
386 <li>Rearrange recommendations when a new best estimate is obtained</li>
387 <li>Stop listening for updates if the order of recommendations has stabilized</li>
/frameworks/base/docs/html/training/tv/start/
Dnavigation.jd179 For more recommendations on designing effective selection and focus for your TV app, see
/frameworks/base/docs/html/training/tv/publishing/
Dchecklist.jd173 …<p>See <a href="{@docRoot}training/tv/discovery/recommendations.html">Recommending TV Content</a>.…
/frameworks/base/docs/html/design/wear/
Dstyle.jd79 …Regular and Light variants. Text should adhere to the size and color recommendations (see the UI T…
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd21 <li><a href="#custom-recommendations">Custom permission recommendations</a></li>
636 <h3 id="custom-recommendations">
637 Custom permission recommendations
/frameworks/base/docs/html/guide/practices/
Dscreens-support-1.5.jd145 <p>Once you've completed the procedures above, you should follow the recommendations in <a

12