HomeSort by relevance Sort by last modified time
    Searched full:users (Results 676 - 700 of 5734) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 12 # [2] flag in the end of the line can be used to mark users for tunneled phase
52 # Phase 1 users
79 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_priv.sgml 44 a non-root user (e.g., all standard users on a laptop or as a special
52 <command>wpa_priv</command> to allow users in the
56 <para>Create user group (e.g., wpapriv) and assign users that
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 30 * padding. This makes it easy for users to read and write the code without
160 /* Be nice to users that mistake O (letter) for 0 (zero) */
163 /* Be nice to users that mistake I (letter) for 1 (one) */
  /frameworks/base/docs/html/design/building-blocks/
progress.jd 5 <p>Progress bars and activity indicators signal to users that something is happening that will take a moment.</p>
8 <p>Progress bars are for situations where the percentage completed can be determined. They give users a quick sense of how much longer an operation will take.</p>
23 <p>Activity indicators are for operations of an indeterminate length. They ask users to wait a moment while something finishes up, without getting into specifics about what's happening behind the scenes.</p>
  /frameworks/base/docs/html/google/backup/
index.jd 71 <p>At Google, we are keenly aware of the trust users place in us and our responsibility to protect
72 users' privacy. Google securely transmits backup data to and from Google servers in order to provide
76 <p>In addition, users can disable data backup functionality through the Android
  /frameworks/base/docs/html/google/play-services/
maps.jd 16 <p itemprop="description">Allow your users explore the world with rich maps provided by
43 <p>Add markers onto the map to indicate special points of interest for your users.
52 <p>Give your users a different view of the world with the ability to control the rotation, tilt,
plus.jd 39 <p>Once users have signed in with Google, your app can welcome them by name,
46 <p>Interactive posts is a rich way of sharing to Google+. It lets users prompt friends
53 <p>Add a native +1 button so users can recommend content from your app. These endorsements
wallet.jd 10 <p itemprop="description">Add fast, secure checkout for users buying physical goods and
44 <p>For users ready to purchase, you can simplify the login and account creation steps
45 by adding Google+ sign in. Users can sign in with a single click and share their
  /frameworks/base/docs/html/guide/topics/ui/
controls.jd 68 <td>An on/off switch that can be toggled by the user. You should use checkboxes when presenting users with a group of selectable options that are not mutually exclusive.</td>
84 <td>A drop-down list that allows users to select one value from a set.</td>
89 <td>A dialog for users to select a single value for a set by using up/down buttons or via a swipe gesture. Use a <code>DatePicker</code>code> widget to enter the values for the date (month, day, year) or a <code>TimePicker</code> widget to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically for the user's locale.</td>
  /frameworks/base/docs/html/training/tv/
unsupported-features-tv.jd 83 these reasons, users interact with Android-powered TVs using a remote. In consideration of this,
98 functionality for TVs and still allow users to view and even edit photos. The next section talks about how to
104 information, allow users to search for a location or use a "static" location provider to get
  /prebuilts/tools/common/proguard/proguard4.7/docs/
feedback.html 78 document.write("users.sourceforge.net\">");
81 document.write("users.sourceforge.net");
96 &lt;&nbsp;lafortune&nbsp;&#64;&nbsp;users&nbsp;.&nbsp;sourceforge&nbsp;.&nbsp;net&nbsp;&gt;
  /bionic/libc/kernel/tools/
kernel.py 74 self.headers = {} # maps headers to set of users
152 """return the set of all users for a given header"""
265 users = needed[header]
269 for user in users:
281 """return the set of all users for a given header"""
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
locally_managed_user_creation_screen_handler.cc 190 const UserList& users = UserManager::Get()->GetUsers(); local
194 for (UserList::const_iterator it = users.begin(); it != users.end(); ++it) {
419 const base::ListValue* users) {
420 CallJS("setExistingManagedUsers", *users);
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 66 // tmpfs. If |false|, the ephemeral users policy decides
134 // |user_id| is ignored. For normal GAIA users the |user_id| is a canonical
145 // be provided. Otherwise |user_id| is ignored. For normal GAIA users the
158 // provided. Otherwise |user_id| is ignored. For normal GAIA users the
174 // Otherwise |user_id| is ignored. For normal GAIA users the |user_id| is a
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 85 <li>Help users discover the app on Google Play.</li>
104 <h3 id="help_users_discover">Help users discover the app on Google Play</h3>
106 <p>App launcher icons are the first look that prospective users will get of your app on Google Play.
107 A high quality app icon can influence users to find out more as they scroll through lists of
121 <p>The launcher is where users will interact with the icon most frequently. A successful app
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 220 boolean isAnyInstalled(int[] users) {
221 for (int user: users) {
229 int[] queryInstalledUsers(int[] users, boolean installed) {
231 for (int user : users) {
238 for (int user : users) {
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 19 `0' failed. (Michael Abshoff, users@, Sat Aug 11)
110 151209 r7028 V unable to execute programs for users with UID > 2^16
163 r7028 pending 151209 valgrind unable to execute programs for users with UID > 2^16
255 Christoph Bartoschek Superblock slowness test case, users@, 11 July
265 eqIRConst (users, 25 Jan 07)
297 Signal race condition (users list, 13 June, Johannes Berg)
299 Unrecognised instruction at address 0x70198EC2 (users, 19 July, Bennee)
322 users, Oct 19) (== Espindola #1)
361 vx1678 vx1698 Vfd n-i-bz jcxz (x86) (users, 8 Nov)
432 v5986 v6016 n-i-bz VG_N_SEGMENTS too low (users, 28 June
    [all...]
  /frameworks/base/docs/html/design/patterns/
notifications.jd 51 <p>Starting with Jelly Bean, Android supports optional actions that are displayed at the bottom of the notification. With actions, users can handle the most common tasks for a particular notification from within the notification shade without having to open the originating application. This speeds up interaction and, in conjunction with "swipe-to-dismiss", helps users to streamline their notification triaging experience.</p>
93 <p>Starting with Jelly Bean, Android now supports a priority flag for notifications. It allows you to influence where your notification will appear in comparison to other notifications and help to make sure that users always see their most important notifications first. You can choose from the following priority levels when posting a notification:</p>
136 <p>You can provide more detail about the individual notifications that make up a stack by using the expanded digest layout. This allows users to gain a better sense of which notifications are pending and if they are interesting enough to be read in detail within the associated app.</p>
141 <p>Users should always be in control of notifications. Allow the user to disable your apps notifications or change their alert properties, such as alert sound and whether to use vibration, by adding a notification settings item to your application settings.</p>
159 <h2>Building notifications that users care about</h2>
165 to minimize the impact of notifications on the users attention, it is nonetheless still important
166 to be aware of the fact that notifications are potentially interrupting the users task flow. As you
189 <p>Avoid notifying the user of information that is not directed specifically at them, or information that is not truly time sensitive. For instance the asynchronous and undirected updates flowing through a social network generally do not warrant a real time interruption. For the users that do care about them, allow them to opt-in.</p>
204 <p>Don't create superfluous notifications just to get your brand in front of users. Suc
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/policies/
spam.jd 25 Android users. Please do not publish deceptive, repetitive, or irrelevant
56 important because they make your app recognizable to users, and they help to
73 interesting and exciting facts about your app with users. Help users
260 Ratings and reviews are benchmarks of app quality and users depend on them to
269 So that you can stay in touch with any issues that users are having with your
313 offer users any incentives to rate your app, such as offering rewards of
332 <h3 id="solicited-ratings">Soliciting ratings from users</h3>
336 not offer users incentives of any kind for rating your app (or any other app)
342 It's acceptable to ask users to rate your app without incentives, fo
    [all...]
ip.jd 139 case. Even if you let users know that your app is "unofficial", it still
148 of these may induce users to download music ringtones that infringe on
167 in order to get to users to download your app, you are leading users to
202 users or provide links to any other site that mimics Google Play or
306 users know that your app is "unofficial", it still violates Google Play
338 Android users, Google or any mobile network operator.
  /frameworks/base/docs/html/tools/publishing/
preparing.jd 30 <p>Before you distribute your Android application to users you need to prepare it for release. The
41 <code>.apk</code> file, which you can distribute directly to users or distribute through an
46 how they are released or distributed to users. If you are releasing your application through Google
67 <p>To release your application to users you need to create a release-ready package that users can
138 application's icon helps users identify your application on a device's Home
140 elsewhere. In addition, publishing services such as Google Play display your icon to users.</p>
175 cannot change the package name after you distribute your application to users. You can set the
254 range of devices. To make your application available to the largest number of users, consider
353 behaves correctly, you can release your application to users. For more information, se
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtitvinf.h 44 * For most users, ordinary use of DateIntervalFormat does not need to create
50 * For power users, who want to create their own date interval patterns,
136 * Users can also create DateIntervalFormat object
138 * It provides flexibility for power users.
143 * Currently, users can only set interval patterns when the following
168 * and is recommended to be used only for power users who
251 * Currently, users can only set interval patterns when the following
  /external/icu4c/i18n/unicode/
dtitvinf.h 36 * For most users, ordinary use of DateIntervalFormat does not need to create
42 * For power users, who want to create their own date interval patterns,
128 * Users can also create DateIntervalFormat object
130 * It provides flexibility for power users.
135 * Currently, users can only set interval patterns when the following
161 * and is recommended to be used only for power users who
245 * Currently, users can only set interval patterns when the following
  /frameworks/base/docs/html/about/versions/
kitkat.jd 79 <li><a href="#44-international-users">RTL features</a></li>
168 device can emulate an NFC smart card, letting users tap to initiate
217 users can discover available printers, change paper sizes, choose specific
227 system UI for printing, giving users consistent control over printing from
247 for users to find and install them on their devices. Just as with other apps,
279 A new <strong>storage access framework</strong> makes it simple for users to
281 preferred document storage providers. A standard, easy-to-use UI lets users
293 framework, giving users easy access to their documents from apps across the
303 provider. The document provider can give users access to any remote or local
310 service, you can deliver it to users as part of your existing Android app
    [all...]
  /frameworks/base/docs/html/guide/practices/
screen-compat-mode.jd 89 <p>In general, large screen devices running Android 3.2 or higher allow users to enable
113 experience. Otherwise, users may enable screen compatibility mode and experience your application in
117 users as an optional feature when one of the following is true:</p>
194 compatibility mode actually be offered to users.</p>
223 <strong>not</strong> available to users. If either of these are true and your application does not
247 force users into screen compatibility mode (rather than simply providing the option), you can use
256 screen compatibility mode and does not allow users to disable it.</p>

Completed in 467 milliseconds

<<21222324252627282930>>