Searched defs:selectorCategory (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
47 String selectorCategory) {
52 intent.addCategory(selectorCategory);
78 public Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { argument
79 return IntentCompatIcsMr1.makeMainSelectorActivity(selectorAction, selectorCategory);
246 * @param selectorCategory The name of a category to add to the Intent's
252 String selectorCategory) {
253 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
46 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument
251 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument
/frameworks/base/core/java/android/content/
H A DIntent.java4976 * @param selectorCategory The name of a category to add to the Intent's
4984 String selectorCategory) {
4989 selector.addCategory(selectorCategory);
4983 makeMainSelectorActivity(String selectorAction, String selectorCategory) argument

Completed in 2946 milliseconds