Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DMobileNetworkUtils.java276 && !isTdscdmaSupported(context, telephonyManager)) { in isCdmaOptions()
303 && !MobileNetworkUtils.isTdscdmaSupported(context, subId)) { in isGsmOptions()
378 public static boolean isTdscdmaSupported(Context context, int subId) { in isTdscdmaSupported() method in MobileNetworkUtils
379 return isTdscdmaSupported(context, in isTdscdmaSupported()
384 private static boolean isTdscdmaSupported(Context context, TelephonyManager telephonyManager) { in isTdscdmaSupported() method in MobileNetworkUtils
DEnabledNetworkModePreferenceController.java171 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceEntries()
307 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceValueAndSummary()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java461 public static boolean isTdscdmaSupported(Context context, int subId) { in isTdscdmaSupported() method in MobileNetworkUtils
462 return isTdscdmaSupported(context, in isTdscdmaSupported()
467 private static boolean isTdscdmaSupported(Context context, TelephonyManager telephonyManager) { in isTdscdmaSupported() method in MobileNetworkUtils
557 if (!isTdscdmaSupported(context, subId) && isWorldMode(context, subId)) { in shouldSpeciallyUpdateGsmCdma()
DEnabledNetworkModePreferenceController.java409 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in getEnabledNetworkType()
538 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in setPreferenceValueAndSummary()