Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java231 Intent twoPaneIntent = getTwoPaneIntent(); in tryRedirectTwoPaneSettings() local
232 if (twoPaneIntent == null) { in tryRedirectTwoPaneSettings()
237 startActivity(twoPaneIntent); in tryRedirectTwoPaneSettings()
244 Intent twoPaneIntent = ActivityEmbeddingUtils.buildEmbeddingActivityBaseIntent(this); in getTwoPaneIntent() local
245 if (twoPaneIntent == null) { in getTwoPaneIntent()
249 twoPaneIntent.putExtras(getIntent()); in getTwoPaneIntent()
250 twoPaneIntent.putExtra( in getTwoPaneIntent()
253 twoPaneIntent.putExtra( in getTwoPaneIntent()
255 return twoPaneIntent; in getTwoPaneIntent()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/activity/
DEmbeddingUtils.kt50 val twoPaneIntent = getTwoPaneIntent(activity) ?: return false in tryRedirectTwoPaneSettings() constant
52 activity.startActivity(twoPaneIntent) in tryRedirectTwoPaneSettings()
62 val twoPaneIntent = buildEmbeddingActivityBaseIntent(activity) in getTwoPaneIntent() constant
63 return twoPaneIntent?.apply { in getTwoPaneIntent()