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.java175 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceEntries()
311 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceValueAndSummary()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java403 public static boolean isTdscdmaSupported(Context context, int subId) { in isTdscdmaSupported() method in MobileNetworkUtils
404 return isTdscdmaSupported(context, in isTdscdmaSupported()
409 private static boolean isTdscdmaSupported(Context context, TelephonyManager telephonyManager) { in isTdscdmaSupported() method in MobileNetworkUtils
503 if (!isTdscdmaSupported(context, subId) && isWorldMode(context, subId)) { in shouldSpeciallyUpdateGsmCdma()
DEnabledNetworkModePreferenceController.java175 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceEntries()
311 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceValueAndSummary()