Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da5ed351 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Renamed the variable" am: afa94f46

am: f2a8ea19

Change-Id: I915e00c7392e31180099abf35982cc1a5a3ffc17
parents 1e7e2959 f2a8ea19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;