HomeSort by relevance Sort by last modified time
    Searched full:selectoraction (Results 1 - 5 of 5) sorted by null

  /frameworks/support/v4/ics-mr1/android/support/v4/content/
IntentCompatIcsMr1.java 23 public static Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) {
24 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory);
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 32 Intent makeMainSelectorActivity(String selectorAction, String selectorCategory);
46 public Intent makeMainSelectorActivity(String selectorAction,
51 Intent intent = new Intent(selectorAction);
78 public Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) {
79 return IntentCompatIcsMr1.makeMainSelectorActivity(selectorAction, selectorCategory);
239 * @param selectorAction The action name of the Intent's selector.
247 public static Intent makeMainSelectorActivity(String selectorAction,
249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 

Completed in 1575 milliseconds