/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 349 final int prefer; in resolveInstallLocation() local 352 prefer = RECOMMEND_INSTALL_INTERNAL; in resolveInstallLocation() 355 prefer = RECOMMEND_INSTALL_EXTERNAL; in resolveInstallLocation() 358 prefer = RECOMMEND_INSTALL_INTERNAL; in resolveInstallLocation() 361 prefer = RECOMMEND_INSTALL_EXTERNAL; in resolveInstallLocation() 367 prefer = RECOMMEND_INSTALL_EXTERNAL; in resolveInstallLocation() 369 prefer = RECOMMEND_INSTALL_INTERNAL; in resolveInstallLocation() 372 prefer = RECOMMEND_INSTALL_INTERNAL; in resolveInstallLocation() 376 prefer = RECOMMEND_INSTALL_INTERNAL; in resolveInstallLocation() 384 if (checkBoth || prefer == RECOMMEND_INSTALL_INTERNAL) { in resolveInstallLocation() [all …]
|
/frameworks/base/docs/html/training/ |
D | index.jd | 18 <p>If you think you might prefer to learn the basics through interactive video training,
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | index.jd | 25 from apps and related content services. At the same time, most users prefer to use TVs with the
|
D | recommendations.jd | 26 When interacting with TVs, users generally prefer to give minimal input before watching 28 to get users to content they enjoy is generally the path they prefer.
|
/frameworks/base/docs/html/distribute/users/ |
D | build-community.jd | 64 How will my users prefer to interact? Game users may prefer a modern feed
|
D | expand-to-new-markets.jd | 228 x.99, while others prefer x.00 pricing.
|
/frameworks/base/docs/html/wear/design/ |
D | user-interface.jd | 57 will have the opportunity to choose which application they prefer to use.</p>
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiAutoJoinController.java | 729 String prefer = " = "; in compareWifiConfigurationsRSSI() local 731 prefer = " < "; // Ascending in compareWifiConfigurationsRSSI() 733 prefer = " > "; // Descending in compareWifiConfigurationsRSSI() 740 + prefer + b.configKey() in compareWifiConfigurationsRSSI()
|
/frameworks/base/docs/html/training/volley/ |
D | request-custom.jd | 162 if you prefer to take that approach. See <a href="request.html">
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 223 likely use just one web browser) or taking a photo (users likely prefer one camera).</p> 226 prefer a different app each time—such as a "share" action, for which users might have several
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | intent-filter-element.jd | 116 which the broadcasts are received, or want to force Android to prefer
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 52 … intent, and the user will have the opportunity to choose which application they prefer to use.</p>
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 320 should prefer <code>double</code> to <code>float</code>.</p> 332 <p>In addition to all the usual reasons to prefer library code over rolling
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | lateral.jd | 273 <p>If you don't want to include action bar tabs and prefer to provide
|
/frameworks/base/docs/html/training/id-auth/ |
D | authenticate.jd | 249 cheap operation for your server, you might prefer to call {@link
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_otheride.jd | 62 or if you prefer to work from the command line. This document assumes that you already know how 290 which provides an overview of Android testing. If you prefer to follow a tutorial,
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 329 <p>Games frequently need greater bandwidth to provide optimum performance, and many users prefer
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex2.jd | 591 to edit the AndroidManifest file, and we will use this. If you prefer to edit the file directly 611 <p class="note">If you prefer to edit this file directly, simply open the
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_position.jd | 368 calibration. Some applications may prefer these uncalibrated results as smoother and more
|
D | sensors_motion.jd | 432 calibration. Some applications may prefer these uncalibrated results as smoother and more
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline-ant.jd | 151 your keystore and alias password being visible on screen, then you may prefer to perform the
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3-highlights.jd | 378 might prefer a back-facing camera that offers higher-resolution.</p>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 360 also type something directly into the EditText if they prefer.</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 288 will prefer an MCC match over a language match. </p>
|
/frameworks/base/docs/html/guide/components/ |
D | tasks-and-back-stack.jd | 436 activities in the same application prefer to be in the same task. However, you can modify
|