Searched refs:isTdscdmaSupported (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | MobileNetworkUtils.java | 276 && !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
|
D | EnabledNetworkModePreferenceController.java | 175 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceEntries() 311 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceValueAndSummary()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | MobileNetworkUtils.java | 403 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()
|
D | EnabledNetworkModePreferenceController.java | 175 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceEntries() 311 if (MobileNetworkUtils.isTdscdmaSupported(mContext, mSubId)) { in updatePreferenceValueAndSummary()
|