Loading src/java/com/android/internal/telephony/TelephonyTester.java +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ public class TelephonyTester { if (extras == null) { extras = new Bundle(); } extras.putBoolean(ImsCallProfile.EXTRA_E_CALL, true); extras.putBoolean(ImsCallProfile.EXTRA_EMERGENCY_CALL, true); callProfile.mCallExtras = extras; imsCall.getImsCallSessionListenerProxy().callSessionUpdated(imsCall.getSession(), callProfile); Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneConnection.java +1 −1 Original line number Diff line number Diff line Loading @@ -1080,7 +1080,7 @@ public class ImsPhoneConnection extends Connection implements } private void updateEmergencyCallFromExtras(Bundle extras) { if (extras.getBoolean(ImsCallProfile.EXTRA_E_CALL)) { if (extras.getBoolean(ImsCallProfile.EXTRA_EMERGENCY_CALL)) { setIsNetworkIdentifiedEmergencyCall(true); } } Loading Loading
src/java/com/android/internal/telephony/TelephonyTester.java +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ public class TelephonyTester { if (extras == null) { extras = new Bundle(); } extras.putBoolean(ImsCallProfile.EXTRA_E_CALL, true); extras.putBoolean(ImsCallProfile.EXTRA_EMERGENCY_CALL, true); callProfile.mCallExtras = extras; imsCall.getImsCallSessionListenerProxy().callSessionUpdated(imsCall.getSession(), callProfile); Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneConnection.java +1 −1 Original line number Diff line number Diff line Loading @@ -1080,7 +1080,7 @@ public class ImsPhoneConnection extends Connection implements } private void updateEmergencyCallFromExtras(Bundle extras) { if (extras.getBoolean(ImsCallProfile.EXTRA_E_CALL)) { if (extras.getBoolean(ImsCallProfile.EXTRA_EMERGENCY_CALL)) { setIsNetworkIdentifiedEmergencyCall(true); } } Loading