Searched refs:makeMainSelectorActivity (Results 1 - 7 of 7) 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.java2883 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2895 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2907 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2919 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2931 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2944 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2956 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2968 * {@link #makeMainSelectorActivity(String, String)} to generate a main
2981 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3896 public static Intent makeMainSelectorActivity(Strin method in class:Intent
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1830 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1562 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java4665 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2237 Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);

Completed in 214 milliseconds