Lines Matching refs:selector

2936      * Intent with this category in the selector.</p>
2948 * Intent with this category in the selector.</p>
2960 * Intent with this category in the selector.</p>
2972 * Intent with this category in the selector.</p>
2984 * Intent with this category in the selector.</p>
2997 * Intent with this category in the selector.</p>
3009 * Intent with this category in the selector.</p>
3021 * Intent with this category in the selector.</p>
3034 * Intent with this category in the selector.</p>
4059 * specifying a specific activity to run but giving a selector to find
4071 * @param selectorAction The action name of the Intent's selector.
4073 * selector.
4083 Intent selector = new Intent();
4084 selector.setAction(selectorAction);
4085 selector.addCategory(selectorCategory);
4086 intent.setSelector(selector);
4219 // selector
4248 // The Intent had a selector; fix it up.
4588 * Return the specific selector associated with this Intent. If there is
5557 * Set a selector for this Intent. This is a modification to the kinds of
5558 * things the Intent will match. If the selector is set, it will be used
5572 * yet specified) and set a selector with {@link #ACTION_MAIN} and
5575 * <p>Setting a selector does not impact the behavior of
5577 * desired behavior of a selector -- it does not impact the base meaning
5581 * <p>You can not use both a selector and {@link #setPackage(String)} on
5584 * @param selector The desired selector Intent; set to null to not use
5585 * a special selector.
5587 public void setSelector(Intent selector) {
5588 if (selector == this) {
5590 "Intent being set as a selector of itself");
5592 if (selector != null && mPackage != null) {
5594 "Can't set selector when package name is already set");
5596 mSelector = selector;
6472 "Can't set package name when selector is already set");
6630 * Use with {@link #fillIn} to allow the current selector to be
6656 * <li> selector, as set by {@link #setSelector(Intent)}.
6669 * is explicitly specified. The selector will only be copied if