Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/activity/
DEmbeddingUtils.kt32 return shouldUseTwoPaneSettings(activity) && tryRedirectTwoPaneSettings(activity) in maybeRedirectIntoTwoPaneSettings()
35 private fun shouldUseTwoPaneSettings(activity: Activity): Boolean { in shouldUseTwoPaneSettings() method
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java213 return shouldUseTwoPaneSettings() && tryRedirectTwoPaneSettings(); in maybeRedirectIntoTwoPaneSettings()
216 private boolean shouldUseTwoPaneSettings() { in shouldUseTwoPaneSettings() method in SafetyCenterActivity