Home
last modified time | relevance | path

Searched refs:prefer (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java349 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/
Dindex.jd18 <p>If you think you might prefer to learn the basics through interactive video training,
/frameworks/base/docs/html/training/tv/discovery/
Dindex.jd25 from apps and related content services. At the same time, most users prefer to use TVs with the
Drecommendations.jd26 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/
Dbuild-community.jd64 How will my users prefer to interact? Game users may prefer a modern feed
Dexpand-to-new-markets.jd228 x.99, while others prefer x.00 pricing.
/frameworks/base/docs/html/wear/design/
Duser-interface.jd57 will have the opportunity to choose which application they prefer to use.</p>
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiAutoJoinController.java729 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/
Drequest-custom.jd162 if you prefer to take that approach. See <a href="request.html">
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd223 likely use just one web browser) or taking a photo (users likely prefer one camera).</p>
226 prefer a different app each time&mdash;such as a "share" action, for which users might have several
/frameworks/base/docs/html/guide/topics/manifest/
Dintent-filter-element.jd116 which the broadcasts are received, or want to force Android to prefer
/frameworks/base/docs/html/design/wear/
Dindex.jd52 … intent, and the user will have the opportunity to choose which application they prefer to use.</p>
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd320 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/
Dlateral.jd273 <p>If you don't want to include action bar tabs and prefer to provide
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd249 cheap operation for your server, you might prefer to call {@link
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd62 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/
Dindex.jd329 <p>Games frequently need greater bandwidth to provide optimum performance, and many users prefer
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex2.jd591 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/
Dsensors_position.jd368 calibration. Some applications may prefer these uncalibrated results as smoother and more
Dsensors_motion.jd432 calibration. Some applications may prefer these uncalibrated results as smoother and more
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline-ant.jd151 your keystore and alias password being visible on screen, then you may prefer to perform the
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd378 might prefer a back-facing camera that offers higher-resolution.</p>
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd360 also type something directly into the EditText if they prefer.</p>
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd288 will prefer an MCC match over a language match. </p>
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd436 activities in the same application prefer to be in the same task. However, you can modify

12