How dual-pane layout is determined
masterUnifiedPreference automatically decides whether to use a single-pane layout (for phones) or a two-pane layout (headers and fragments for tablets) based on the system property com.android.internal.R.bool.preferences_prefer_dual_pane.
In AOSP, this typically evaluates to true for sw720dp configurations, but behavior may vary depending on the device OEM or third-party ROM.