Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java488 public static boolean isTdscdmaSupported(Context context, int subId) { in isTdscdmaSupported() method in MobileNetworkUtils
489 return isTdscdmaSupported(context, in isTdscdmaSupported()
494 private static boolean isTdscdmaSupported(Context context, TelephonyManager telephonyManager) { in isTdscdmaSupported() method in MobileNetworkUtils
587 if (!isTdscdmaSupported(context, subId) && isWorldMode(context, subId)) { in shouldSpeciallyUpdateGsmCdma()
DEnabledNetworkModePreferenceController.java433 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in getEnabledNetworkType()
562 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in setPreferenceValueAndSummary()