Searched refs:suggest (Results 1 – 25 of 28) sorted by relevance
12
/frameworks/base/core/java/android/content/ |
D | Context.java | 3279 @CheckResult(suggest="#enforcePermission(String,int,int,String)") 3309 @CheckResult(suggest="#enforceCallingPermission(String,String)") 3329 @CheckResult(suggest="#enforceCallingOrSelfPermission(String,String)") 3488 @CheckResult(suggest="#enforceUriPermission(Uri,int,int,String)") 3517 @CheckResult(suggest="#enforceCallingUriPermission(Uri,int,String)") 3537 @CheckResult(suggest="#enforceCallingOrSelfUriPermission(Uri,int,String)") 3563 @CheckResult(suggest="#enforceUriPermission(Uri,String,String,int,int,int,String)")
|
/frameworks/base/core/java/android/annotation/ |
D | CheckResult.java | 57 String suggest() default ""; in suggest() method
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | CheckResult.java | 55 String suggest() default ""; in suggest() method
|
/frameworks/base/docs/html/design/wear/ |
D | creative-vision.jd | 40 <h2 id="SuggestDemand">All about suggest and demand</h2>
|
D | index.jd | 50 <p>For cases where Android Wear does not suggest an answer proactively through the context stream, …
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 35 * This type is used to suggest how the invoked kernel should iterate over the cells of the 123 …rmation used to select a sub-region of the allocation to be processed or suggest a walking strateg…
|
/frameworks/base/docs/html/guide/topics/search/ |
D | index.jd | 31 <img src="{@docRoot}images/search/search-suggest-custom.png" alt="" height="417" />
|
D | adding-custom-suggestions.jd | 51 dictionary, you can suggest words from the 67 <img src="{@docRoot}images/search/search-suggest-custom.png" alt="" height="417" /> 193 content://<em>your.authority</em>/<em>optional.suggest.path</em>/<em>{@link 199 content://<em>your.authority</em>/<em>optional.suggest.path</em>/<em>{@link 204 <p>The <em>{@code optional.suggest.path}</em> portion is only included in the URI if you have set
|
D | adding-recent-query-suggestions.jd | 46 <img src="{@docRoot}images/search/search-suggest-recent-queries.png" alt="" height="417" />
|
D | search-dialog.jd | 845 <img src="{@docRoot}images/search/search-suggest-custom.png" alt="" height="417" />
|
/frameworks/rs/api/ |
D | rs_for_each.spec | 38 This type is used to suggest how the invoked kernel should iterate over the cells of the
|
/frameworks/base/docs/html/tools/debugging/ |
D | annotations.jd | 121 messages throughout the code to indication annotation conflicts and suggest possible 293 @CheckResult(suggest="#enforcePermission(String,int,int,String)")
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 161 the keys as well as the auto-suggest dictionary.</p>
|
D | kitkat.jd | 1167 suggest possible optimizations for your app. For example, if your app is
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | recommendations.jd | 61 suggest activities that extend that to related content. Here are some specific type of
|
D | searchable.jd | 202 Log.d(TAG, "search suggest: " + selectionArgs[0] + " URI: " + uri);
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_eclipse.jd | 101 If <em>Use default location</em> is set, then the wizard will suggest a path that is 104 <code>MyTestApp</code>, then the wizard will suggest
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | about.jd | 110 powerful heuristics to suggest terms as the user types, and it offers direct
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_for_each.jd | 191 <p> This type is used to suggest how the invoked kernel should iterate over the cells of the 305 …rmation used to select a sub-region of the allocation to be processed or suggest a walking strateg…
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-tips.jd | 184 possible, and if not, suggest the most probable solution. </p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 291 suggest. Please read <a
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 23 can use it too, but we suggest you first think carefully about whether
|
/frameworks/base/docs/html/google/play/ |
D | expansion-files.jd | 259 <p>If your application doesn't demand a specific format, we suggest you create ZIP files for 510 using ZIP files for your expansion files, we suggest you also add the APK Expansion Zip Library to
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 515 <p>We suggest using a version code with at least 7 digits: integers that represent
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | settings.jd | 444 of activity you're building. As such, we suggest you use {@link
|
12