Home
last modified time | relevance | path

Searched refs:people (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java217 final String[] people = getExtraPeople(extras); in validatePeople() local
218 if (people == null || people.length == 0) { in validatePeople()
224 for (int personIdx = 0; personIdx < people.length && personIdx < MAX_PEOPLE; personIdx++) { in validatePeople()
225 final String handle = people[personIdx]; in validatePeople()
260 Object people = extras.get(Notification.EXTRA_PEOPLE); in getExtraPeople() local
261 if (people instanceof String[]) { in getExtraPeople()
262 return (String[]) people; in getExtraPeople()
265 if (people instanceof ArrayList) { in getExtraPeople()
266 ArrayList arrayList = (ArrayList) people; in getExtraPeople()
290 if (people instanceof String) { in getExtraPeople()
[all …]
/frameworks/support/v4/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java43 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, in Builder() argument
75 if (people != null && !people.isEmpty()) { in Builder()
77 people.toArray(new String[people.size()])); in Builder()
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd30 <p>Android apps make life easier and are easy to understand. When people use your app for the first
41 <p>It's not enough to make an app that is easy to use. Android apps empower people to try new things
42 and to use apps in inventive new ways. Android lets people combine applications into new workflows
44 personal, giving people access to superb technology with clarity and grace.</p>
Dprinciples.jd39 <p>Allow people to directly touch and manipulate objects in your app. It reduces the cognitive effo…
107 <p>Consider using pictures to explain ideas. They get people's attention and can be much more effic…
124 <p>Take your best guess and act rather than asking first. Too many choices and decisions make people
142 digestible chunks. Hide options that aren't essential at the moment, and teach people as they go.</…
158 <p>Give people confidence that they know their way around. Make places in your app look distinct and
175 <p>Save what people took time to create and let them access it from anywhere. Remember settings,
193 <p>Help people discern functional differences by making them visually distinct rather than subtle.
210 <p>Like a good personal assistant, shield people from unimportant minutiae. People want to stay
245 <p>Be gentle in how you prompt people to make corrections. They want to feel smart when they use yo…
/frameworks/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java42 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, in Builder() argument
78 if (people != null && !people.isEmpty()) { in Builder()
80 people.toArray(new String[people.size()])); in Builder()
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd45 <p>The layout of your start screen requires special attention. This is the first screen people see
55 <p>Many apps focus on the content display. Avoid navigation-only screens and instead let people get…
83 …<li>If your app allows people to create content, consider making the content accessible right from…
85 … <li>If your content is searchable, include the Search action in the action bar so people can cut
223 <p>Take advantage of shortcuts that allow people to reach their goals quicker. To allow top-level
225 directly on list view items using drop-downs or split list items. This lets people invoke actions on
235 <p>Even though category views mostly serve to guide people to content detail, keep in mind that the…
237 <p>For example, if you allow people to delete an item in a detail view, you should also allow them …
255 <p>Consider the activities people will perform in the detail view and arrange the layout accordingl…
285 thumbnail view control that lets people quickly jump to specific pages.
Daccessibility.jd3 page.metaDescription=Design an app that's universally accessible to people with visual impairment, …
13 …ccessfully a product can be used by people with varying abilities. Our mission applies to all user…
37 …mendations are appropriate for children with developing motor skills and people with manual dexter…
Dhelp.jd64people with urgent questions about how to do something or why something is happening in your app. …
Dnotifications_k.jd236 <p>To create an application that people love, it's important to recognize that
254 synchronous events <strong>involve other people</strong>. For instance, an
261 other people.</p>
Dnotifications.jd343 <li> Don't involve other people</li>
614 <p>To create an application that people enjoy using, it's important to
639 if these synchronous events <strong>involve other people</strong>. For
645 involve other people.</p>
762 <li> Any people attached to the notification using {@link android.app.Notification#EXTRA_PEOPLE},
Dactionbar.jd145 <li>Will people use this action at least 7 out of 10 times they visit the screen?</li>
165 <li>Given the context, would people be surprised if it were buried in the action overflow?</li>
/frameworks/base/docs/html/guide/topics/admin/
Dindex.jd15 <p>Android 4.0 (ICS) comes with a number of enhancements that make it easier for people to
/frameworks/base/docs/html/design/videos/
Dindex.jd13people, simplify their lives, and make them feel amazing with your app? Learn how Android's Design…
37 …d learn a little bit more about why things work the way they do, from the people who built it. </p>
87 …<p>Design isn't black magic, it's a field that people can learn. In this talk two elite designers …
99 …<p>An app is useless if people can't find their way around it. Android introduced big navigation-s…
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java65 String category, ArrayList<String> people, Bundle extras, int color, in Builder() argument
103 for (String person: people) { in Builder()
/frameworks/base/docs/html/google/play-services/
Dplus.jd32 <p>Google+ Sign-In is a simple, trusted, and secure way to let people sign in
42 <a href="https://developers.google.com/+/mobile/android/people"
/frameworks/base/docs/html/distribute/engage/
Danalytics.jd20 Start by discovering how many people visit your Google Play listing page,
/frameworks/base/docs/html/guide/topics/text/
Dindex.jd29 <p>The word "multitouch" gets thrown around quite a bit and it’s not always clear what people
/frameworks/base/docs/html/distribute/analyze/
Dunderstand-user-value.jd9 value over time. Fundamentally, users are people — and no two people are
160 app and find more people that resemble your high-value users.
Dbuild-better-apps.jd20 Go beyond looking at the sheer number of actions people take in your app.
Dimprove-roi.jd8 You want to get your apps in the hands of as many interested people as
/frameworks/base/docs/html/tv/adt-1/
Dsafety.jd35 A very small percentage of people may experience a seizure when exposed to certain visual images,
36 including flashing lights or patterns that may appear in some video games, even people who have no
/frameworks/base/docs/html/guide/topics/ui/
Dbinding.jd41 // people database to...
/frameworks/base/docs/html/design/wear/
Dcreative-vision.jd29 …<p>Most people are used to launching apps by clicking an icon. Android Wear is different. Wearable…
Dcontext.jd144 people who are there.</p>
/frameworks/base/docs/html/google/
Dindex.jd66 pull people into your app with interactive posts,

123