Lines Matching defs:category

138  *     <li> <p><b>category</b> -- Gives additional information about the action
165 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
175 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
185 * <p>There are a variety of standard Intent action and category constants
230 * resolution: the action, type, and category. Using this information, a query
274 * &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
280 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
285 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
294 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
300 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
310 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
311 * &lt;category android:name="android.intent.category.ALTERNATIVE" /&gt;
312 * &lt;category android:name="android.intent.category.SELECTED_ALTERNATIVE" /&gt;
328 * &lt;category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" /&gt;
332 * the Intent), and the LAUNCHER category says that this entry point should be
339 * &lt;category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /&gt;
349 * to the caller (via the PICK action). Note also the DEFAULT category
356 * &lt;category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /&gt;
378 * category=android.app.category.LAUNCHER }</b> is the actual intent
406 * &lt;category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /&gt;
413 * DEFAULT category to allow the activity to be launched without explicitly
418 * &lt;category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /&gt;
456 * &lt;category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /&gt;
457 * &lt;category android:name="{@link #CATEGORY_ALTERNATIVE android.intent.category.ALTERNATIVE}" /&gt;
458 * &lt;category android:name="{@link #CATEGORY_SELECTED_ALTERNATIVE android.intent.category.SELECTED_ALTERNATIVE}" /&gt;
470 * <p>In addition to supporting the default category as usual, our title editor
618 private static final String ATTR_CATEGORY = "category";
2797 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT";
2800 * category. For example, if the user is viewing a web page or an e-mail
2802 * link will require the BROWSABLE category, so that only activities
2803 * supporting this category will be considered as possible actions. By
2804 * supporting this category, you are promising that there is nothing
2809 public static final String CATEGORY_BROWSABLE = "android.intent.category.BROWSABLE";
2813 * An activity that supports this category must be prepared to run with
2819 public static final String CATEGORY_VOICE = "android.intent.category.VOICE";
2826 * <p>Supporting this category means that you would like your activity to be
2832 * <p>The action of IntentFilter with this category is important in that it
2842 public static final String CATEGORY_ALTERNATIVE = "android.intent.category.ALTERNATIVE";
2851 public static final String CATEGORY_SELECTED_ALTERNATIVE = "android.intent.category.SELECTED_ALTERNATIVE";
2856 public static final String CATEGORY_TAB = "android.intent.category.TAB";
2861 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER";
2867 public static final String CATEGORY_LEANBACK_LAUNCHER = "android.intent.category.LEANBACK_LAUNCHER";
2873 public static final String CATEGORY_LEANBACK_SETTINGS = "android.intent.category.LEANBACK_SETTINGS";
2880 public static final String CATEGORY_INFO = "android.intent.category.INFO";
2886 public static final String CATEGORY_HOME = "android.intent.category.HOME";
2891 public static final String CATEGORY_PREFERENCE = "android.intent.category.PREFERENCE";
2896 public static final String CATEGORY_DEVELOPMENT_PREFERENCE = "android.intent.category.DEVELOPMENT_PREFERENCE";
2901 public static final String CATEGORY_EMBED = "android.intent.category.EMBED";
2906 public static final String CATEGORY_APP_MARKET = "android.intent.category.APP_MARKET";
2911 public static final String CATEGORY_MONKEY = "android.intent.category.MONKEY";
2915 public static final String CATEGORY_TEST = "android.intent.category.TEST";
2919 public static final String CATEGORY_UNIT_TEST = "android.intent.category.UNIT_TEST";
2924 public static final String CATEGORY_SAMPLE_CODE = "android.intent.category.SAMPLE_CODE";
2937 public static final String CATEGORY_OPENABLE = "android.intent.category.OPENABLE";
2943 "android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST";
2950 public static final String CATEGORY_CAR_DOCK = "android.intent.category.CAR_DOCK";
2957 public static final String CATEGORY_DESK_DOCK = "android.intent.category.DESK_DOCK";
2964 public static final String CATEGORY_LE_DESK_DOCK = "android.intent.category.LE_DESK_DOCK";
2972 public static final String CATEGORY_HE_DESK_DOCK = "android.intent.category.HE_DESK_DOCK";
2978 public static final String CATEGORY_CAR_MODE = "android.intent.category.CAR_MODE";
2989 * action and category. Instead, use this with
2991 * Intent with this category in the selector.</p>
2994 public static final String CATEGORY_APP_BROWSER = "android.intent.category.APP_BROWSER";
3001 * action and category. Instead, use this with
3003 * Intent with this category in the selector.</p>
3006 public static final String CATEGORY_APP_CALCULATOR = "android.intent.category.APP_CALCULATOR";
3013 * action and category. Instead, use this with
3015 * Intent with this category in the selector.</p>
3018 public static final String CATEGORY_APP_CALENDAR = "android.intent.category.APP_CALENDAR";
3025 * action and category. Instead, use this with
3027 * Intent with this category in the selector.</p>
3030 public static final String CATEGORY_APP_CONTACTS = "android.intent.category.APP_CONTACTS";
3037 * action and category. Instead, use this with
3039 * Intent with this category in the selector.</p>
3042 public static final String CATEGORY_APP_EMAIL = "android.intent.category.APP_EMAIL";
3050 * action and category. Instead, use this with
3052 * Intent with this category in the selector.</p>
3055 public static final String CATEGORY_APP_GALLERY = "android.intent.category.APP_GALLERY";
3062 * action and category. Instead, use this with
3064 * Intent with this category in the selector.</p>
3067 public static final String CATEGORY_APP_MAPS = "android.intent.category.APP_MAPS";
3074 * action and category. Instead, use this with
3076 * Intent with this category in the selector.</p>
3079 public static final String CATEGORY_APP_MESSAGING = "android.intent.category.APP_MESSAGING";
3087 * action and category. Instead, use this with
3089 * Intent with this category in the selector.</p>
3092 public static final String CATEGORY_APP_MUSIC = "android.intent.category.APP_MUSIC";
4202 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4231 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4236 * @param selectorCategory The name of a category to add to the Intent's
4285 * category, and other intent fields, if it was returned by
4370 else if (uri.startsWith("category=", i)) {
4809 * Check if a category exists in the intent.
4811 * @param category The category to check.
4813 * @return boolean True if the intent contains the category, else false.
4818 public boolean hasCategory(String category) {
4819 return mCategories != null && mCategories.contains(category);
5453 * category to be considered.
5765 * Add a new category to the intent. Categories provide additional detail
5770 * @param category The desired category. This can be either one of the
5771 * predefined Intent categories, or a custom category in your own
5780 public Intent addCategory(String category) {
5784 mCategories.add(category.intern());
5789 * Remove a category from an intent.
5791 * @param category The category to remove.
5795 public void removeCategory(String category) {
5797 mCategories.remove(category);
5812 * {@link #CATEGORY_APP_BROWSER}. This category allows you to build an
7394 uri.append("category=").append(Uri.encode(mCategories.valueAt(i))).append(';');
7543 * looking for <category android:name="xxx"> tags to add categories and