Searched refs:twoPaneIntent (Results 1 – 2 of 2) sorted by relevance
231 Intent twoPaneIntent = getTwoPaneIntent(); in tryRedirectTwoPaneSettings() local232 if (twoPaneIntent == null) { in tryRedirectTwoPaneSettings()237 startActivity(twoPaneIntent); in tryRedirectTwoPaneSettings()244 Intent twoPaneIntent = ActivityEmbeddingUtils.buildEmbeddingActivityBaseIntent(this); in getTwoPaneIntent() local245 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()
50 val twoPaneIntent = getTwoPaneIntent(activity) ?: return false in tryRedirectTwoPaneSettings() constant52 activity.startActivity(twoPaneIntent) in tryRedirectTwoPaneSettings()62 val twoPaneIntent = buildEmbeddingActivityBaseIntent(activity) in getTwoPaneIntent() constant63 return twoPaneIntent?.apply { in getTwoPaneIntent()