Loading src/java/com/android/internal/telephony/metrics/VoiceCallSessionStats.java +2 −2 Original line number Diff line number Diff line Loading @@ -357,9 +357,9 @@ public class VoiceCallSessionStats { public synchronized void onRilSrvccStateChanged(int state) { List<Connection> handoverConnections = null; if (mPhone.getImsPhone() != null) { loge("onRilSrvccStateChanged: ImsPhone is null"); } else { handoverConnections = mPhone.getImsPhone().getHandoverConnection(); } else { loge("onRilSrvccStateChanged: ImsPhone is null"); } List<Integer> imsConnIds; if (handoverConnections == null) { Loading Loading
src/java/com/android/internal/telephony/metrics/VoiceCallSessionStats.java +2 −2 Original line number Diff line number Diff line Loading @@ -357,9 +357,9 @@ public class VoiceCallSessionStats { public synchronized void onRilSrvccStateChanged(int state) { List<Connection> handoverConnections = null; if (mPhone.getImsPhone() != null) { loge("onRilSrvccStateChanged: ImsPhone is null"); } else { handoverConnections = mPhone.getImsPhone().getHandoverConnection(); } else { loge("onRilSrvccStateChanged: ImsPhone is null"); } List<Integer> imsConnIds; if (handoverConnections == null) { Loading