Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DNrDisabledInDsdsFooterPreferenceController.java94 final int activeSubCount = activeSubIdList == null ? 0 : activeSubIdList.length; in getAvailabilityStatus() local
97 if (teleManager.isDataEnabled() && activeSubCount >= 2 && is5GSupportedByRadio(teleManager) in getAvailabilityStatus()