Searched defs:selectorCategory (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
47 String selectorCategory) {
52 intent.addCategory(selectorCategory);
78 public Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { argument
79 return IntentCompatIcsMr1.makeMainSelectorActivity(selectorAction, selectorCategory);
240 * @param selectorCategory The name of a category to add to the Intent's
248 String selectorCategory) {
249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
46 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument
247 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument
/frameworks/base/core/java/android/content/
H A DIntent.java4236 * @param selectorCategory The name of a category to add to the Intent's
4244 String selectorCategory) {
4249 selector.addCategory(selectorCategory);
4243 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument

Completed in 777 milliseconds