Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java261 if (shouldShowTwoPaneDeepLink(intent) && tryStartTwoPaneDeepLink(intent)) { in onCreate()
460 private boolean shouldShowTwoPaneDeepLink(Intent intent) { in shouldShowTwoPaneDeepLink() method in SettingsActivity