Searched defs:selectorAction (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/
H A DIntentCompat.java66 * @param selectorAction The action name of the Intent's selector.
72 public static Intent makeMainSelectorActivity(String selectorAction, argument
75 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory);
80 Intent intent = new Intent(selectorAction);
/frameworks/base/core/java/android/content/
H A DIntent.java5855 * @param selectorAction The action name of the Intent's selector.
5863 public static Intent makeMainSelectorActivity(String selectorAction, argument
5868 selector.setAction(selectorAction);

Completed in 114 milliseconds