Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1837,6 +1837,10 @@ public final class ImsPhoneCallTracker extends CallTracker { * @return The call subject with invalid characters removed and escaping applied as required. * @return The call subject with invalid characters removed and escaping applied as required. */ */ private String cleanseInstantLetteringMessage(String callSubject) { private String cleanseInstantLetteringMessage(String callSubject) { if (TextUtils.isEmpty(callSubject)) { return callSubject; } // Get the carrier config for the current sub. // Get the carrier config for the current sub. CarrierConfigManager configMgr = (CarrierConfigManager) CarrierConfigManager configMgr = (CarrierConfigManager) mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1837,6 +1837,10 @@ public final class ImsPhoneCallTracker extends CallTracker { * @return The call subject with invalid characters removed and escaping applied as required. * @return The call subject with invalid characters removed and escaping applied as required. */ */ private String cleanseInstantLetteringMessage(String callSubject) { private String cleanseInstantLetteringMessage(String callSubject) { if (TextUtils.isEmpty(callSubject)) { return callSubject; } // Get the carrier config for the current sub. // Get the carrier config for the current sub. CarrierConfigManager configMgr = (CarrierConfigManager) CarrierConfigManager configMgr = (CarrierConfigManager) mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); Loading