Home
last modified time | relevance | path

Searched refs:makeMainSelectorActivity (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/java/android/support/v4/content/
DIntentCompat.java32 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/
DIntentCompatIcsMr1.java23 public static Intent makeMainSelectorActivity(String selectorAction, String selectorCategory) { in makeMainSelectorActivity() method in IntentCompatIcsMr1
24 return Intent.makeMainSelectorActivity(selectorAction, selectorCategory); in makeMainSelectorActivity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1562 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in completeConnection()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1830 intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category); in loadBookmarks()
/frameworks/base/core/java/android/content/
DIntent.java3896 public static Intent makeMainSelectorActivity(String selectorAction, in makeMainSelectorActivity() method in Intent
/frameworks/base/services/java/com/android/server/
DConnectivityService.java4665 Intent newIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, in handleMobileProvisioningAction()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java2237 Intent intent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, category); in interceptKeyBeforeDispatching()
/frameworks/base/api/
Dcurrent.txt6249 …method public static android.content.Intent makeMainSelectorActivity(java.lang.String, java.lang.S…