Searched refs:selectorAction (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/ics-mr1/android/support/v4/content/
H A DIntentCompatIcsMr1.java23 public static Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { argument
24 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory);
/frameworks/support/compat/java/android/support/v4/content/
H A DIntentCompat.java32 Intent makeMainSelectorActivity(String selectorAction, String selectorCategory); argument
46 public Intent makeMainSelectorActivity(String selectorAction, argument
51 Intent intent = new Intent(selectorAction);
78 public Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { argument
79 return IntentCompatIcsMr1.makeMainSelectorActivity(selectorAction, selectorCategory);
245 * @param selectorAction The action name of the Intent's selector.
251 public static Intent makeMainSelectorActivity(String selectorAction, argument
253 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
/frameworks/base/core/java/android/content/
H A DIntent.java4975 * @param selectorAction The action name of the Intent's selector.
4983 public static Intent makeMainSelectorActivity(String selectorAction, argument
4988 selector.setAction(selectorAction);

Completed in 189 milliseconds