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

Commit 5ef65ea1 authored by Roshan Pius's avatar Roshan Pius Committed by Android Git Automerger
Browse files

am f4f225ff: am 471d5488: am e3d006b1: am 0a067dc7: Merge "Add a new carrier...

am f4f225ff: am 471d5488: am e3d006b1: am 0a067dc7: Merge "Add a new carrier config for DTMF tone gap." into mnc-dr-dev

* commit 'f4f225ff':
  Add a new carrier config for DTMF tone gap.
parents 5ca43651 f4f225ff
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -364,6 +364,14 @@ public class CarrierConfigManager {
     * sends out successive DTMF tones on the network.
     * @hide
     */
    public static final String KEY_GSM_DTMF_TONE_DELAY_INT = "gsm_dtmf_tone_delay_int";

    /**
     * Specifies the amount of gap to be added in millis between DTMF tones. When a non-zero value
     * is specified, the UE shall wait for the specified amount of time before it sends out
     * successive DTMF tones on the network.
     * @hide
     */
    public static final String KEY_IMS_DTMF_TONE_DELAY_INT = "ims_dtmf_tone_delay_int";

    /**
@@ -508,6 +516,7 @@ public class CarrierConfigManager {
        sDefaults.putStringArray(KEY_CDMA_ROAMING_NETWORKS_STRING_ARRAY, null);
        sDefaults.putStringArray(KEY_CDMA_NONROAMING_NETWORKS_STRING_ARRAY, null);
        sDefaults.putBoolean(KEY_FORCE_HOME_NETWORK_BOOL, false);
        sDefaults.putInt(KEY_GSM_DTMF_TONE_DELAY_INT, 0);
        sDefaults.putInt(KEY_IMS_DTMF_TONE_DELAY_INT, 0);
        sDefaults.putInt(KEY_CDMA_DTMF_TONE_DELAY_INT, 100);
        sDefaults.putBoolean(KEY_SUPPORT_CONFERENCE_CALL_BOOL, true);