/frameworks/base/docs/html/training/tv/discovery/ |
D | recommendations.jd | 2 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 …]
|
D | index.jd | 32 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/ |
D | RemotePrintServiceRecommendationService.java | 77 @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()
|
D | UserState.java | 695 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/ |
D | index.jd | 30 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>.
|
D | patterns.jd | 43 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
|
D | style.jd | 27 <p>Here are some additional recommendations for creating functional and attractive layouts for TV
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/ |
D | RecommendationServiceImpl.java | 125 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/ |
D | RecommendationService.java | 67 public final void updateRecommendations(@Nullable List<RecommendationInfo> recommendations) { in updateRecommendations() argument 68 mHandler.obtainMessage(MyHandler.MSG_UPDATE, recommendations).sendToTarget(); in updateRecommendations()
|
D | IRecommendationServiceCallbacks.aidl | 34 void onRecommendationsUpdated(in List<RecommendationInfo> recommendations); in onRecommendationsUpdated() argument
|
/frameworks/base/docs/html/distribute/users/ |
D | app-invites.jd | 10 …recommendations 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/ |
D | AddPrinterActivity.java | 753 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/ |
D | media-formats.jd | 13 <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/ |
D | index.jd | 130 <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/ |
D | PrintManager.java | 720 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/ |
D | checklist.jd | 12 <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/ |
D | easy-signin.jd | 62 features</strong> like adding a +1 button so users can make recommendations and the ability
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-overview.jd | 43 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/ |
D | testing.jd | 14 <li><a href="#recommendations">Testing Recommendations</a></li> 104 <h2 id="recommendations">Testing Recommendations</h2>
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 381 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/ |
D | navigation.jd | 179 For more recommendations on designing effective selection and focus for your TV app, see
|
/frameworks/base/docs/html/training/tv/publishing/ |
D | checklist.jd | 173 …<p>See <a href="{@docRoot}training/tv/discovery/recommendations.html">Recommending TV Content</a>.…
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 79 …Regular and Light variants. Text should adhere to the size and color recommendations (see the UI T…
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 21 <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/ |
D | screens-support-1.5.jd | 145 <p>Once you've completed the procedures above, you should follow the recommendations in <a
|