Merge "Fixed incorrect service state populated" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-08 10:09:27 +00:00
committed by Android (Google) Code Review

View File

@@ -1045,6 +1045,7 @@ public class ServiceState implements Parcelable {
mIsEmergencyOnly = false;
mLteEarfcnRsrpBoost = 0;
mNrFrequencyRange = FREQUENCY_RANGE_UNKNOWN;
mNetworkRegistrationInfos.clear();
addNetworkRegistrationInfo(new NetworkRegistrationInfo.Builder()
.setDomain(NetworkRegistrationInfo.DOMAIN_CS)
.setTransportType(AccessNetworkConstants.TRANSPORT_TYPE_WWAN)