Searched defs:makeMainSelectorActivity (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) { method in class:IntentCompatIcsMr1
24 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory);
/frameworks/support/compat/java/android/support/v4/content/
H A DIntentCompat.java32 Intent makeMainSelectorActivity(String selectorAction, String selectorCategory); method in interface:IntentCompat.IntentCompatImpl
46 public Intent makeMainSelectorActivity(String selectorAction, method in class:IntentCompat.IntentCompatImplBase
78 public Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { method in class:IntentCompat.IntentCompatImplIcsMr1
79 return IntentCompatIcsMr1.makeMainSelectorActivity(selectorAction, selectorCategory);
251 public static Intent makeMainSelectorActivity(String selectorAction, method in class:IntentCompat
253 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
/frameworks/base/core/java/android/content/
H A DIntent.java3496 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3508 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3520 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3532 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3544 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3557 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3569 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3581 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3594 * {@link #makeMainSelectorActivity(String, String)} to generate a main
4983 public static Intent makeMainSelectorActivity(Strin method in class:Intent
[all...]

Completed in 2948 milliseconds