Searched refs:makeMainSelectorActivity (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/v4/java/android/support/v4/content/ |
D | IntentCompat.java | 32 Intent makeMainSelectorActivity(String selectorAction, String selectorCategory); in makeMainSelectorActivity() method 46 public Intent makeMainSelectorActivity(String selectorAction, in makeMainSelectorActivity() method in IntentCompat.IntentCompatImplBase 78 public Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { in makeMainSelectorActivity() method in IntentCompat.IntentCompatImplIcsMr1 79 return IntentCompatIcsMr1.makeMainSelectorActivity(selectorAction, selectorCategory); in makeMainSelectorActivity() 247 public static Intent makeMainSelectorActivity(String selectorAction, in makeMainSelectorActivity() method in IntentCompat 249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory); in makeMainSelectorActivity()
|
/frameworks/support/v4/ics-mr1/android/support/v4/content/ |
D | IntentCompatIcsMr1.java | 23 public static Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { in makeMainSelectorActivity() method in IntentCompatIcsMr1 24 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory); in makeMainSelectorActivity()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 1811 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category); in loadBookmarks()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 3745 public static Intent makeMainSelectorActivity(String selectorAction, in makeMainSelectorActivity() method in Intent
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2146 Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category); in interceptKeyBeforeDispatching()
|
/frameworks/base/api/ |
D | current.txt | 5964 …method public static android.content.Intent makeMainSelectorActivity(java.lang.String, java.lang.S…
|