Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/cmds/service/
Dservice.cpp158 char* categories[16]; in main() local
196 categories[categoryCount] = strtok_r(value, ",", &context2); in main()
198 while (categories[categoryCount] != NULL) in main()
201 categories[categoryCount] = strtok_r(NULL, ",", &context2); in main()
219 writeString16(data, categories[i]); in main()
/frameworks/base/services/java/com/android/server/
DIntentResolver.java210 FastImmutableArraySet<String> categories = getFastIntentCategories(intent); in queryIntentFromList() local
214 buildResolveList(intent, categories, debug, defaultOnly, in queryIntentFromList()
290 FastImmutableArraySet<String> categories = getFastIntentCategories(intent); in queryIntent() local
292 buildResolveList(intent, categories, debug, defaultOnly, in queryIntent()
296 buildResolveList(intent, categories, debug, defaultOnly, in queryIntent()
300 buildResolveList(intent, categories, debug, defaultOnly, in queryIntent()
304 buildResolveList(intent, categories, debug, defaultOnly, in queryIntent()
498 final Set<String> categories = intent.getCategories(); in getFastIntentCategories() local
499 if (categories == null) { in getFastIntentCategories()
502 return new FastImmutableArraySet<String>(categories.toArray(new String[categories.size()])); in getFastIntentCategories()
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd22 <dd>The name of the category. Standard categories are defined in the
31 Custom categories should use the package name as a prefix, to ensure
/frameworks/base/core/java/android/content/
DIntentFilter.java1025 public final String matchCategories(Set<String> categories) { in matchCategories() argument
1026 if (categories == null) { in matchCategories()
1030 Iterator<String> it = categories.iterator(); in matchCategories()
1104 Uri data, Set<String> categories, String logTag) { in match() argument
1126 String categoryMismatch = matchCategories(categories); in match()
1137 if (categories != null) { in match()
1138 dataMatch -= mCategories.size() - categories.size(); in match()
/frameworks/support/v4/java/android/support/v4/content/
DLocalBroadcastManager.java207 final Set<String> categories = intent.getCategories(); in sendBroadcast() local
232 categories, "LocalBroadcastManager"); in sendBroadcast()
/frameworks/base/docs/html/guide/developing/tools/
Dmonkey.jd21 categories:</p>
168 <td>If you specify one or more categories this way, the Monkey will <i>only</i> allow the
169 system to visit activities that are listed with one of the specified categories.
170 If you don't specify any categories, the Monkey will select activities listed with the category
171 Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY. To specify multiple categories, use the -c
DMonkeyDevice.jd87 <em>iterable</em> categories
287 <em>iterable</em> categories
462 <em>iterable</em> categories
509 <th>categories</th>
511 An iterable data structure containing strings that define categories for this
945 <em>iterable</em> categories
990 <th>categories</th>
992 An iterable data structure containing strings that define categories for the
1330 <td><code>categories</code></td>
1331 <td>The categories specified by the Intent that started the current Activity.</td>
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java133 Set<String> categories = intent.getCategories(); in onIntentSelected() local
134 if (categories != null) { in onIntentSelected()
135 for (String cat : categories) { in onIntentSelected()
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd263 categories.
270 categories currently in the object.
477 element also lists categories as subelements. For example:
486 Note that the constants described earlier for actions and categories are not
496 must match a category in the filter. The filter can list additional categories,
501 In principle, therefore, an Intent object with no categories should always pass
513 in the list of categories, but don't need to.) See <a href="#imatch">Using
519 <dd>Like the action and categories, the data specification for an intent filter
1016 editor also supports two other standard categories:
1020 These categories identify activities that can be presented to users in
[all …]
/frameworks/base/docs/html/
Dlicense.jd9 into two categories:</p>
/frameworks/base/libs/utils/
DREADME60 categories; a `configuration' indicates a set of phone language, display
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd62 categories: low, medium, and high.) The Android Browser and {@link android.webkit.WebView}
273 density categories supported by Android: low (ldpi), medium (mdpi), and high (mdpi). A screen
/frameworks/base/docs/html/resources/articles/
Dwikinotes-intents.jd165 categories should be retained, since they have meaning to the Android
/frameworks/base/docs/html/guide/topics/fundamentals/
Dprocesses-and-threads.jd144 higher categories. Although service processes are not directly tied to anything the user sees, they
/frameworks/base/docs/html/sdk/
Dandroid-3.2.jd127 size categories.</p>
Declipse-adt.jd508 <li>A new Palette with categories and rendering previews