Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/activity/
DEmbeddingUtils.kt50 val twoPaneIntent = getTwoPaneIntent(activity) ?: return false in tryRedirectTwoPaneSettings()
61 private fun getTwoPaneIntent(activity: Activity): Intent? { in getTwoPaneIntent() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java231 Intent twoPaneIntent = getTwoPaneIntent(); in tryRedirectTwoPaneSettings()
243 private Intent getTwoPaneIntent() { in getTwoPaneIntent() method in SafetyCenterActivity