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/services/core/java/com/android/server/policy/
H A DShortcutManager.java150 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, categoryName);
H A DPhoneWindowManager.java2956 Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2221 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1788 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN,
/frameworks/base/core/java/android/content/
H A DIntent.java3198 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3210 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3222 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3234 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3246 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3259 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3271 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3283 * {@link #makeMainSelectorActivity(String, String)} to generate a main
3296 * {@link #makeMainSelectorActivity(String, String)} to generate a main
4532 public static Intent makeMainSelectorActivity(Strin method in class:Intent
[all...]

Completed in 258 milliseconds