Searched refs:shouldUseTwoPaneSettings (Results 1 – 2 of 2) sorted by relevance
32 return shouldUseTwoPaneSettings(activity) && tryRedirectTwoPaneSettings(activity) in maybeRedirectIntoTwoPaneSettings()35 private fun shouldUseTwoPaneSettings(activity: Activity): Boolean { in shouldUseTwoPaneSettings() method
213 return shouldUseTwoPaneSettings() && tryRedirectTwoPaneSettings(); in maybeRedirectIntoTwoPaneSettings()216 private boolean shouldUseTwoPaneSettings() { in shouldUseTwoPaneSettings() method in SafetyCenterActivity