Searched refs:makeMainSelectorActivity (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v4/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/v4/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);
247 public static Intent makeMainSelectorActivity(String selectorAction, method in class:IntentCompat
249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory);
/frameworks/base/core/java/android/content/
H A DIntent.java2990 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3002 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3014 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3026 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3038 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3051 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3063 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3075 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3088 * {@link #makeMainSelectorActivity(String, String)} to generate a main
4243 public static Intent makeMainSelectorActivity(Strin method in class:Intent
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2166 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1800 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2708 Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);

Completed in 230 milliseconds