Merge "Renamed the variable"

am: afa94f4664

Change-Id: I688d8126bb0207f8efcccba3e9857144e3f6067b
This commit is contained in:
Jack Yu
2019-03-22 02:32:18 -07:00
committed by android-build-merger

View File

@@ -1632,12 +1632,12 @@ public class NetworkMonitor extends StateMachine {
return;
}
// See if the data sub is registered for PS services on cell.
final NetworkRegistrationInfo nrs = dataSs.getNetworkRegistrationInfo(
final NetworkRegistrationInfo nri = dataSs.getNetworkRegistrationInfo(
NetworkRegistrationInfo.DOMAIN_PS,
AccessNetworkConstants.TRANSPORT_TYPE_WWAN);
latencyBroadcast.putExtra(
NetworkMonitorUtils.EXTRA_CELL_ID,
nrs == null ? null : nrs.getCellIdentity());
nri == null ? null : nri.getCellIdentity());
latencyBroadcast.putExtra(NetworkMonitorUtils.EXTRA_CONNECTIVITY_TYPE, TYPE_MOBILE);
} else {
return;