Merge "[Mainline] Remove NETWORK_TYPE_LTE_CA"

This commit is contained in:
Daniel Bright
2020-01-22 00:43:50 +00:00
committed by Android (Google) Code Review

View File

@@ -567,8 +567,8 @@ public class SimStatusDialogController implements LifecycleObserver, OnResume, O
return "TD_SCDMA";
case TelephonyManager.NETWORK_TYPE_IWLAN:
return "IWLAN";
case TelephonyManager.NETWORK_TYPE_LTE_CA:
return "LTE_CA";
// case TelephonyManager.NETWORK_TYPE_LTE_CA:
// return "LTE_CA";
case TelephonyManager.NETWORK_TYPE_NR:
return "NR";
default: