Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java380 final Intent trampolineIntent = new Intent(ACTION_SETTINGS_EMBED_DEEP_LINK_ACTIVITY) in getTrampolineIntent() local
387 trampolineIntent.putExtra( in getTrampolineIntent()
392 trampolineIntent.putExtra(EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI, in getTrampolineIntent()
395 trampolineIntent.putExtra(EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_HIGHLIGHT_MENU_KEY, in getTrampolineIntent()
397 trampolineIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in getTrampolineIntent()
398 return trampolineIntent; in getTrampolineIntent()
402 final Intent trampolineIntent; in launchHomepageForTwoPaneDeepLink() local
410 trampolineIntent = getTrampolineIntent(intent, mHighlightMenuKey); in launchHomepageForTwoPaneDeepLink()
411 trampolineIntent.setClass(this, SliceDeepLinkHomepageActivity.class); in launchHomepageForTwoPaneDeepLink()
413 trampolineIntent = getTrampolineIntent(intent, mHighlightMenuKey); in launchHomepageForTwoPaneDeepLink()
[all …]