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

/frameworks/support/v4/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/v4/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);
239 * @param selectorAction The action name of the Intent's selector.
247 public static Intent makeMainSelectorActivity(String selectorAction, argument
249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
/frameworks/base/core/java/android/content/
H A DIntent.java4524 * @param selectorAction The action name of the Intent's selector.
4532 public static Intent makeMainSelectorActivity(String selectorAction, argument
4537 selector.setAction(selectorAction);

Completed in 95 milliseconds