Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DPickSmsSubscriptionActivity.java143 private void launchSmsPicker(Intent trampolineIntent) { in launchSmsPicker() argument
144 trampolineIntent.setComponent(SETTINGS_SUB_PICK_ACTIVITY); in launchSmsPicker()
146 trampolineIntent.removeFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in launchSmsPicker()
147 startActivityForResult(trampolineIntent, REQUEST_GET_SMS_SUB_ID); in launchSmsPicker()