Merge "Expose ImsConfig constants as part of API."
This commit is contained in:
@@ -10227,7 +10227,27 @@ package android.telephony.ims {
|
||||
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) @WorkerThread public int setProvisioningStringValue(int, @NonNull String);
|
||||
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) @WorkerThread public void setRcsProvisioningStatusForCapability(int, boolean);
|
||||
method @RequiresPermission(android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE) public void unregisterProvisioningChangedCallback(@NonNull android.telephony.ims.ProvisioningManager.Callback);
|
||||
field public static final int KEY_1X_EPDG_TIMER_SEC = 64; // 0x40
|
||||
field public static final int KEY_1X_THRESHOLD = 59; // 0x3b
|
||||
field public static final int KEY_AMR_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE = 50; // 0x32
|
||||
field public static final int KEY_AMR_CODEC_MODE_SET_VALUES = 0; // 0x0
|
||||
field public static final int KEY_AMR_DEFAULT_ENCODING_MODE = 53; // 0x35
|
||||
field public static final int KEY_AMR_OCTET_ALIGNED_PAYLOAD_TYPE = 49; // 0x31
|
||||
field public static final int KEY_AMR_WB_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE = 48; // 0x30
|
||||
field public static final int KEY_AMR_WB_CODEC_MODE_SET_VALUES = 1; // 0x1
|
||||
field public static final int KEY_AMR_WB_OCTET_ALIGNED_PAYLOAD_TYPE = 47; // 0x2f
|
||||
field public static final int KEY_DTMF_NB_PAYLOAD_TYPE = 52; // 0x34
|
||||
field public static final int KEY_DTMF_WB_PAYLOAD_TYPE = 51; // 0x33
|
||||
field public static final int KEY_EAB_PROVISIONING_STATUS = 25; // 0x19
|
||||
field public static final int KEY_ENABLE_SILENT_REDIAL = 6; // 0x6
|
||||
field public static final int KEY_LOCAL_BREAKOUT_PCSCF_ADDRESS = 31; // 0x1f
|
||||
field public static final int KEY_LTE_EPDG_TIMER_SEC = 62; // 0x3e
|
||||
field public static final int KEY_LTE_THRESHOLD_1 = 56; // 0x38
|
||||
field public static final int KEY_LTE_THRESHOLD_2 = 57; // 0x39
|
||||
field public static final int KEY_LTE_THRESHOLD_3 = 58; // 0x3a
|
||||
field public static final int KEY_MINIMUM_SIP_SESSION_EXPIRATION_TIMER_SEC = 3; // 0x3
|
||||
field public static final int KEY_MOBILE_DATA_ENABLED = 29; // 0x1d
|
||||
field public static final int KEY_MULTIENDPOINT_ENABLED = 65; // 0x41
|
||||
field public static final int KEY_RCS_AVAILABILITY_CACHE_EXPIRATION_SEC = 19; // 0x13
|
||||
field public static final int KEY_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC = 18; // 0x12
|
||||
field public static final int KEY_RCS_CAPABILITIES_POLL_INTERVAL_SEC = 20; // 0x14
|
||||
@@ -10237,16 +10257,52 @@ package android.telephony.ims {
|
||||
field public static final int KEY_RCS_PUBLISH_SOURCE_THROTTLE_MS = 21; // 0x15
|
||||
field public static final int KEY_RCS_PUBLISH_TIMER_EXTENDED_SEC = 16; // 0x10
|
||||
field public static final int KEY_RCS_PUBLISH_TIMER_SEC = 15; // 0xf
|
||||
field public static final int KEY_REGISTRATION_DOMAIN_NAME = 12; // 0xc
|
||||
field public static final int KEY_REGISTRATION_RETRY_BASE_TIME_SEC = 33; // 0x21
|
||||
field public static final int KEY_REGISTRATION_RETRY_MAX_TIME_SEC = 34; // 0x22
|
||||
field public static final int KEY_RTP_SPEECH_END_PORT = 36; // 0x24
|
||||
field public static final int KEY_RTP_SPEECH_START_PORT = 35; // 0x23
|
||||
field public static final int KEY_RTT_ENABLED = 66; // 0x42
|
||||
field public static final int KEY_SIP_ACK_RECEIPT_WAIT_TIME_MS = 43; // 0x2b
|
||||
field public static final int KEY_SIP_ACK_RETRANSMIT_WAIT_TIME_MS = 44; // 0x2c
|
||||
field public static final int KEY_SIP_INVITE_ACK_WAIT_TIME_MS = 38; // 0x26
|
||||
field public static final int KEY_SIP_INVITE_CANCELLATION_TIMER_MS = 4; // 0x4
|
||||
field public static final int KEY_SIP_INVITE_REQUEST_TRANSMIT_INTERVAL_MS = 37; // 0x25
|
||||
field public static final int KEY_SIP_INVITE_RESPONSE_RETRANSMIT_INTERVAL_MS = 42; // 0x2a
|
||||
field public static final int KEY_SIP_INVITE_RESPONSE_RETRANSMIT_WAIT_TIME_MS = 39; // 0x27
|
||||
field public static final int KEY_SIP_KEEP_ALIVE_ENABLED = 32; // 0x20
|
||||
field public static final int KEY_SIP_NON_INVITE_REQUEST_RETRANSMISSION_WAIT_TIME_MS = 45; // 0x2d
|
||||
field public static final int KEY_SIP_NON_INVITE_REQUEST_RETRANSMIT_INTERVAL_MS = 40; // 0x28
|
||||
field public static final int KEY_SIP_NON_INVITE_RESPONSE_RETRANSMISSION_WAIT_TIME_MS = 46; // 0x2e
|
||||
field public static final int KEY_SIP_NON_INVITE_TRANSACTION_TIMEOUT_TIMER_MS = 41; // 0x29
|
||||
field public static final int KEY_SIP_SESSION_TIMER_SEC = 2; // 0x2
|
||||
field public static final int KEY_SMS_FORMAT = 13; // 0xd
|
||||
field public static final int KEY_SMS_OVER_IP_ENABLED = 14; // 0xe
|
||||
field public static final int KEY_SMS_PUBLIC_SERVICE_IDENTITY = 54; // 0x36
|
||||
field public static final int KEY_T1_TIMER_VALUE_MS = 7; // 0x7
|
||||
field public static final int KEY_T2_TIMER_VALUE_MS = 8; // 0x8
|
||||
field public static final int KEY_TF_TIMER_VALUE_MS = 9; // 0x9
|
||||
field public static final int KEY_TRANSITION_TO_LTE_DELAY_MS = 5; // 0x5
|
||||
field public static final int KEY_USE_GZIP_FOR_LIST_SUBSCRIPTION = 24; // 0x18
|
||||
field public static final int KEY_VIDEO_QUALITY = 55; // 0x37
|
||||
field public static final int KEY_VOICE_OVER_WIFI_ENABLED_OVERRIDE = 28; // 0x1c
|
||||
field public static final int KEY_VOICE_OVER_WIFI_MODE_OVERRIDE = 27; // 0x1b
|
||||
field public static final int KEY_VOICE_OVER_WIFI_ROAMING_ENABLED_OVERRIDE = 26; // 0x1a
|
||||
field public static final int KEY_VOLTE_PROVISIONING_STATUS = 10; // 0xa
|
||||
field public static final int KEY_VOLTE_USER_OPT_IN_STATUS = 30; // 0x1e
|
||||
field public static final int KEY_VT_PROVISIONING_STATUS = 11; // 0xb
|
||||
field public static final int KEY_WIFI_EPDG_TIMER_SEC = 63; // 0x3f
|
||||
field public static final int KEY_WIFI_THRESHOLD_A = 60; // 0x3c
|
||||
field public static final int KEY_WIFI_THRESHOLD_B = 61; // 0x3d
|
||||
field public static final int PROVISIONING_RESULT_UNKNOWN = -1; // 0xffffffff
|
||||
field public static final int PROVISIONING_VALUE_DISABLED = 0; // 0x0
|
||||
field public static final int PROVISIONING_VALUE_ENABLED = 1; // 0x1
|
||||
field public static final int SMS_FORMAT_3GPP = 1; // 0x1
|
||||
field public static final int SMS_FORMAT_3GPP2 = 0; // 0x0
|
||||
field public static final String STRING_QUERY_RESULT_ERROR_GENERIC = "STRING_QUERY_RESULT_ERROR_GENERIC";
|
||||
field public static final String STRING_QUERY_RESULT_ERROR_NOT_READY = "STRING_QUERY_RESULT_ERROR_NOT_READY";
|
||||
field public static final int VIDEO_QUALITY_HIGH = 1; // 0x1
|
||||
field public static final int VIDEO_QUALITY_LOW = 0; // 0x0
|
||||
}
|
||||
|
||||
public static class ProvisioningManager.Callback {
|
||||
|
||||
@@ -3552,7 +3552,27 @@ package android.telephony.ims {
|
||||
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) @WorkerThread public int setProvisioningStringValue(int, @NonNull String);
|
||||
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) @WorkerThread public void setRcsProvisioningStatusForCapability(int, boolean);
|
||||
method @RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public void unregisterProvisioningChangedCallback(@NonNull android.telephony.ims.ProvisioningManager.Callback);
|
||||
field public static final int KEY_1X_EPDG_TIMER_SEC = 64; // 0x40
|
||||
field public static final int KEY_1X_THRESHOLD = 59; // 0x3b
|
||||
field public static final int KEY_AMR_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE = 50; // 0x32
|
||||
field public static final int KEY_AMR_CODEC_MODE_SET_VALUES = 0; // 0x0
|
||||
field public static final int KEY_AMR_DEFAULT_ENCODING_MODE = 53; // 0x35
|
||||
field public static final int KEY_AMR_OCTET_ALIGNED_PAYLOAD_TYPE = 49; // 0x31
|
||||
field public static final int KEY_AMR_WB_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE = 48; // 0x30
|
||||
field public static final int KEY_AMR_WB_CODEC_MODE_SET_VALUES = 1; // 0x1
|
||||
field public static final int KEY_AMR_WB_OCTET_ALIGNED_PAYLOAD_TYPE = 47; // 0x2f
|
||||
field public static final int KEY_DTMF_NB_PAYLOAD_TYPE = 52; // 0x34
|
||||
field public static final int KEY_DTMF_WB_PAYLOAD_TYPE = 51; // 0x33
|
||||
field public static final int KEY_EAB_PROVISIONING_STATUS = 25; // 0x19
|
||||
field public static final int KEY_ENABLE_SILENT_REDIAL = 6; // 0x6
|
||||
field public static final int KEY_LOCAL_BREAKOUT_PCSCF_ADDRESS = 31; // 0x1f
|
||||
field public static final int KEY_LTE_EPDG_TIMER_SEC = 62; // 0x3e
|
||||
field public static final int KEY_LTE_THRESHOLD_1 = 56; // 0x38
|
||||
field public static final int KEY_LTE_THRESHOLD_2 = 57; // 0x39
|
||||
field public static final int KEY_LTE_THRESHOLD_3 = 58; // 0x3a
|
||||
field public static final int KEY_MINIMUM_SIP_SESSION_EXPIRATION_TIMER_SEC = 3; // 0x3
|
||||
field public static final int KEY_MOBILE_DATA_ENABLED = 29; // 0x1d
|
||||
field public static final int KEY_MULTIENDPOINT_ENABLED = 65; // 0x41
|
||||
field public static final int KEY_RCS_AVAILABILITY_CACHE_EXPIRATION_SEC = 19; // 0x13
|
||||
field public static final int KEY_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC = 18; // 0x12
|
||||
field public static final int KEY_RCS_CAPABILITIES_POLL_INTERVAL_SEC = 20; // 0x14
|
||||
@@ -3562,16 +3582,52 @@ package android.telephony.ims {
|
||||
field public static final int KEY_RCS_PUBLISH_SOURCE_THROTTLE_MS = 21; // 0x15
|
||||
field public static final int KEY_RCS_PUBLISH_TIMER_EXTENDED_SEC = 16; // 0x10
|
||||
field public static final int KEY_RCS_PUBLISH_TIMER_SEC = 15; // 0xf
|
||||
field public static final int KEY_REGISTRATION_DOMAIN_NAME = 12; // 0xc
|
||||
field public static final int KEY_REGISTRATION_RETRY_BASE_TIME_SEC = 33; // 0x21
|
||||
field public static final int KEY_REGISTRATION_RETRY_MAX_TIME_SEC = 34; // 0x22
|
||||
field public static final int KEY_RTP_SPEECH_END_PORT = 36; // 0x24
|
||||
field public static final int KEY_RTP_SPEECH_START_PORT = 35; // 0x23
|
||||
field public static final int KEY_RTT_ENABLED = 66; // 0x42
|
||||
field public static final int KEY_SIP_ACK_RECEIPT_WAIT_TIME_MS = 43; // 0x2b
|
||||
field public static final int KEY_SIP_ACK_RETRANSMIT_WAIT_TIME_MS = 44; // 0x2c
|
||||
field public static final int KEY_SIP_INVITE_ACK_WAIT_TIME_MS = 38; // 0x26
|
||||
field public static final int KEY_SIP_INVITE_CANCELLATION_TIMER_MS = 4; // 0x4
|
||||
field public static final int KEY_SIP_INVITE_REQUEST_TRANSMIT_INTERVAL_MS = 37; // 0x25
|
||||
field public static final int KEY_SIP_INVITE_RESPONSE_RETRANSMIT_INTERVAL_MS = 42; // 0x2a
|
||||
field public static final int KEY_SIP_INVITE_RESPONSE_RETRANSMIT_WAIT_TIME_MS = 39; // 0x27
|
||||
field public static final int KEY_SIP_KEEP_ALIVE_ENABLED = 32; // 0x20
|
||||
field public static final int KEY_SIP_NON_INVITE_REQUEST_RETRANSMISSION_WAIT_TIME_MS = 45; // 0x2d
|
||||
field public static final int KEY_SIP_NON_INVITE_REQUEST_RETRANSMIT_INTERVAL_MS = 40; // 0x28
|
||||
field public static final int KEY_SIP_NON_INVITE_RESPONSE_RETRANSMISSION_WAIT_TIME_MS = 46; // 0x2e
|
||||
field public static final int KEY_SIP_NON_INVITE_TRANSACTION_TIMEOUT_TIMER_MS = 41; // 0x29
|
||||
field public static final int KEY_SIP_SESSION_TIMER_SEC = 2; // 0x2
|
||||
field public static final int KEY_SMS_FORMAT = 13; // 0xd
|
||||
field public static final int KEY_SMS_OVER_IP_ENABLED = 14; // 0xe
|
||||
field public static final int KEY_SMS_PUBLIC_SERVICE_IDENTITY = 54; // 0x36
|
||||
field public static final int KEY_T1_TIMER_VALUE_MS = 7; // 0x7
|
||||
field public static final int KEY_T2_TIMER_VALUE_MS = 8; // 0x8
|
||||
field public static final int KEY_TF_TIMER_VALUE_MS = 9; // 0x9
|
||||
field public static final int KEY_TRANSITION_TO_LTE_DELAY_MS = 5; // 0x5
|
||||
field public static final int KEY_USE_GZIP_FOR_LIST_SUBSCRIPTION = 24; // 0x18
|
||||
field public static final int KEY_VIDEO_QUALITY = 55; // 0x37
|
||||
field public static final int KEY_VOICE_OVER_WIFI_ENABLED_OVERRIDE = 28; // 0x1c
|
||||
field public static final int KEY_VOICE_OVER_WIFI_MODE_OVERRIDE = 27; // 0x1b
|
||||
field public static final int KEY_VOICE_OVER_WIFI_ROAMING_ENABLED_OVERRIDE = 26; // 0x1a
|
||||
field public static final int KEY_VOLTE_PROVISIONING_STATUS = 10; // 0xa
|
||||
field public static final int KEY_VOLTE_USER_OPT_IN_STATUS = 30; // 0x1e
|
||||
field public static final int KEY_VT_PROVISIONING_STATUS = 11; // 0xb
|
||||
field public static final int KEY_WIFI_EPDG_TIMER_SEC = 63; // 0x3f
|
||||
field public static final int KEY_WIFI_THRESHOLD_A = 60; // 0x3c
|
||||
field public static final int KEY_WIFI_THRESHOLD_B = 61; // 0x3d
|
||||
field public static final int PROVISIONING_RESULT_UNKNOWN = -1; // 0xffffffff
|
||||
field public static final int PROVISIONING_VALUE_DISABLED = 0; // 0x0
|
||||
field public static final int PROVISIONING_VALUE_ENABLED = 1; // 0x1
|
||||
field public static final int SMS_FORMAT_3GPP = 1; // 0x1
|
||||
field public static final int SMS_FORMAT_3GPP2 = 0; // 0x0
|
||||
field public static final String STRING_QUERY_RESULT_ERROR_GENERIC = "STRING_QUERY_RESULT_ERROR_GENERIC";
|
||||
field public static final String STRING_QUERY_RESULT_ERROR_NOT_READY = "STRING_QUERY_RESULT_ERROR_NOT_READY";
|
||||
field public static final int VIDEO_QUALITY_HIGH = 1; // 0x1
|
||||
field public static final int VIDEO_QUALITY_LOW = 0; // 0x0
|
||||
}
|
||||
|
||||
public static class ProvisioningManager.Callback {
|
||||
|
||||
@@ -101,6 +101,101 @@ public class ProvisioningManager {
|
||||
|
||||
|
||||
// Inheriting values from ImsConfig for backwards compatibility.
|
||||
/**
|
||||
* AMR CODEC Mode Value set, 0-7 in comma separated sequence.
|
||||
* <p>
|
||||
* This corresponds to the {@code mode-set} parameter for the AMR codec.
|
||||
* See 3GPP TS 26.101 Table 1A for more information.
|
||||
* <p>
|
||||
* <UL>
|
||||
* <LI>0 - AMR 4.75 kbit/s</LI>
|
||||
* <LI>1 - AMR 5.15 kbit/s</LI>
|
||||
* <LI>2 - AMR 5.90 kbit/s</LI>
|
||||
* <LI>3 - AMR 6.70 kbit/s (PDC-EFR)</LI>
|
||||
* <LI>4 - AMR 7.40 kbit/s (TDMA-EFR)</LI>
|
||||
* <LI>5 - AMR 7.95 kbit/s</LI>
|
||||
* <LI>6 - AMR 10.2 kbit/s</LI>
|
||||
* <LI>7 - AMR 12.2 kbit/s (GSM-EFR)</LI>
|
||||
* </UL>
|
||||
* <p>
|
||||
* Value is in String format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_CODEC_MODE_SET_VALUES = 0;
|
||||
|
||||
/**
|
||||
* Wide Band AMR CODEC Mode Value set,0-7 in comma separated sequence.
|
||||
* <p>
|
||||
* This corresponds to the {@code mode-set} parameter for the AMR wideband codec.
|
||||
* See 3GPP TS 26.101 Table 1A for more information.
|
||||
* <p>
|
||||
* <UL>
|
||||
* <LI>0 - AMR 4.75 kbit/s</LI>
|
||||
* <LI>1 - AMR 5.15 kbit/s</LI>
|
||||
* <LI>2 - AMR 5.90 kbit/s</LI>
|
||||
* <LI>3 - AMR 6.70 kbit/s (PDC-EFR)</LI>
|
||||
* <LI>4 - AMR 7.40 kbit/s (TDMA-EFR)</LI>
|
||||
* <LI>5 - AMR 7.95 kbit/s</LI>
|
||||
* <LI>6 - AMR 10.2 kbit/s</LI>
|
||||
* <LI>7 - AMR 12.2 kbit/s (GSM-EFR)</LI>
|
||||
* </UL>
|
||||
* <p>
|
||||
* Value is in String format.
|
||||
* @see #setProvisioningStringValue(int, String)
|
||||
* @see #getProvisioningStringValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_WB_CODEC_MODE_SET_VALUES = 1;
|
||||
|
||||
/**
|
||||
* SIP Session Timer value (seconds).
|
||||
* <p>
|
||||
* See RFC4028 for more information.
|
||||
* <p>
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_SESSION_TIMER_SEC = 2;
|
||||
|
||||
/**
|
||||
* Minimum SIP Session Expiration Timer in (seconds).
|
||||
* <p>
|
||||
* See RFC4028 for more information.
|
||||
* <p>
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_MINIMUM_SIP_SESSION_EXPIRATION_TIMER_SEC = 3;
|
||||
|
||||
/**
|
||||
* SIP_INVITE cancellation time out value (in milliseconds). Integer format.
|
||||
* <p>
|
||||
* See RFC4028 for more information.
|
||||
* <p>
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_INVITE_CANCELLATION_TIMER_MS = 4;
|
||||
|
||||
/**
|
||||
* Delay time when an iRAT transitions from eHRPD/HRPD/1xRTT to LTE.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_TRANSITION_TO_LTE_DELAY_MS = 5;
|
||||
|
||||
/**
|
||||
* Silent redial status of Enabled (True), or Disabled (False).
|
||||
* Value is in boolean format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_ENABLE_SILENT_REDIAL = 6;
|
||||
|
||||
/**
|
||||
* An integer key representing the SIP T1 timer value in milliseconds for the associated
|
||||
* subscription.
|
||||
@@ -116,6 +211,28 @@ public class ProvisioningManager {
|
||||
*/
|
||||
public static final int KEY_T1_TIMER_VALUE_MS = 7;
|
||||
|
||||
/**
|
||||
* SIP T2 timer value in milliseconds. See RFC 3261 for information.
|
||||
* <p>
|
||||
* The T2 timer is the maximum retransmit interval for non-INVITE requests and INVITE responses.
|
||||
* <p>
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_T2_TIMER_VALUE_MS = 8;
|
||||
|
||||
/**
|
||||
* SIP TF timer value in milliseconds. See RFC 3261 for information.
|
||||
* <p>
|
||||
* The TF timer is the non-INVITE transaction timeout timer.
|
||||
* <p>
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_TF_TIMER_VALUE_MS = 9;
|
||||
|
||||
/**
|
||||
* An integer key representing the voice over LTE (VoLTE) provisioning status for the
|
||||
* associated subscription. Determines whether the user can register for voice services over
|
||||
@@ -140,6 +257,43 @@ public class ProvisioningManager {
|
||||
*/
|
||||
public static final int KEY_VT_PROVISIONING_STATUS = 11;
|
||||
|
||||
/**
|
||||
* Domain Name for the device to populate the request URI for REGISTRATION.
|
||||
* Value is in String format.
|
||||
* @see #setProvisioningStringValue(int, String)
|
||||
* @see #getProvisioningStringValue(int)
|
||||
*/
|
||||
public static final int KEY_REGISTRATION_DOMAIN_NAME = 12;
|
||||
|
||||
/**
|
||||
* Device Outgoing SMS based on either 3GPP or 3GPP2 standards.
|
||||
* Value is in Integer format.
|
||||
* Valid values are {@link #SMS_FORMAT_3GPP} and {@link #SMS_FORMAT_3GPP2}.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SMS_FORMAT = 13;
|
||||
|
||||
/**
|
||||
* Value used with {@link #KEY_SMS_FORMAT} to indicate 3GPP2 SMS format is used.
|
||||
* See {@link android.telephony.SmsMessage#FORMAT_3GPP2} for more information.
|
||||
*/
|
||||
public static final int SMS_FORMAT_3GPP2 = 0;
|
||||
|
||||
/**
|
||||
* Value used with {@link #KEY_SMS_FORMAT} to indicate 3GPP SMS format is used.
|
||||
* See {@link android.telephony.SmsMessage#FORMAT_3GPP} for more information.
|
||||
*/
|
||||
public static final int SMS_FORMAT_3GPP = 1;
|
||||
|
||||
/**
|
||||
* Turns SMS over IMS ON/OFF on the device.
|
||||
* Value is in Integer format. ON (1), OFF(0).
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SMS_OVER_IP_ENABLED = 14;
|
||||
|
||||
/**
|
||||
* An integer key associated with the carrier configured SIP PUBLISH timer, which dictates the
|
||||
* expiration time in seconds for published online availability in RCS presence.
|
||||
@@ -223,7 +377,7 @@ public class ProvisioningManager {
|
||||
public static final int KEY_RCS_MAX_NUM_ENTRIES_IN_RCL = 22;
|
||||
|
||||
/**
|
||||
* An integer associated with the expiration timer used duriing the SIP subscription of a
|
||||
* An integer associated with the expiration timer used during the SIP subscription of a
|
||||
* Request Contained List (RCL), which is used to retrieve the RCS capabilities of the contact
|
||||
* book.
|
||||
* <p>
|
||||
@@ -233,6 +387,14 @@ public class ProvisioningManager {
|
||||
*/
|
||||
public static final int KEY_RCS_CAPABILITY_POLL_LIST_SUB_EXP_SEC = 23;
|
||||
|
||||
/**
|
||||
* Applies compression to LIST Subscription.
|
||||
* Value is in Integer format. Enable (1), Disable(0).
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_USE_GZIP_FOR_LIST_SUBSCRIPTION = 24;
|
||||
|
||||
/**
|
||||
* An integer key representing the RCS enhanced address book (EAB) provisioning status for the
|
||||
* associated subscription. Determines whether or not SIP OPTIONS or presence will be used to
|
||||
@@ -270,6 +432,349 @@ public class ProvisioningManager {
|
||||
*/
|
||||
public static final int KEY_VOICE_OVER_WIFI_MODE_OVERRIDE = 27;
|
||||
|
||||
/**
|
||||
* Enable voice over wifi. Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_VOICE_OVER_WIFI_ENABLED_OVERRIDE = 28;
|
||||
|
||||
/**
|
||||
* Mobile data enabled.
|
||||
* Value is in Integer format. On (1), OFF(0).
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_MOBILE_DATA_ENABLED = 29;
|
||||
|
||||
/**
|
||||
* VoLTE user opted in status.
|
||||
* Value is in Integer format. Opted-in (1) Opted-out (0).
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_VOLTE_USER_OPT_IN_STATUS = 30;
|
||||
|
||||
/**
|
||||
* Proxy for Call Session Control Function(P-CSCF) address for Local-BreakOut(LBO).
|
||||
* Value is in String format.
|
||||
*/
|
||||
public static final int KEY_LOCAL_BREAKOUT_PCSCF_ADDRESS = 31;
|
||||
|
||||
/**
|
||||
* Keep Alive Enabled for SIP.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_KEEP_ALIVE_ENABLED = 32;
|
||||
|
||||
/**
|
||||
* Registration retry Base Time value in seconds.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_REGISTRATION_RETRY_BASE_TIME_SEC = 33;
|
||||
|
||||
/**
|
||||
* Registration retry Max Time value in seconds.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_REGISTRATION_RETRY_MAX_TIME_SEC = 34;
|
||||
|
||||
/**
|
||||
* Smallest RTP port for speech codec.
|
||||
* Value is in integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
|
||||
public static final int KEY_RTP_SPEECH_START_PORT = 35;
|
||||
|
||||
/**
|
||||
* Largest RTP port for speech code.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_RTP_SPEECH_END_PORT = 36;
|
||||
|
||||
/**
|
||||
* SIP Timer A's value in milliseconds. Timer A is the INVITE request retransmit interval (in
|
||||
* milliseconds), for UDP only.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_INVITE_REQUEST_TRANSMIT_INTERVAL_MS = 37;
|
||||
|
||||
/**
|
||||
* SIP Timer B's value in milliseconds. Timer B is the wait time for INVITE message to be,
|
||||
* in milliseconds.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_INVITE_ACK_WAIT_TIME_MS = 38;
|
||||
|
||||
/**
|
||||
* SIP Timer D's value in milliseconds. Timer D is the wait time for response retransmits of
|
||||
* the invite client transactions, in milliseconds.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_INVITE_RESPONSE_RETRANSMIT_WAIT_TIME_MS = 39;
|
||||
|
||||
/**
|
||||
* SIP Timer E's value in milliseconds. Timer E is the value Non-INVITE request retransmit
|
||||
* interval (in milliseconds), for UDP only.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_NON_INVITE_REQUEST_RETRANSMIT_INTERVAL_MS = 40;
|
||||
|
||||
/**
|
||||
* SIP Timer F's value in milliseconds. Timer F is the Non-INVITE transaction timeout timer,
|
||||
* in milliseconds.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_NON_INVITE_TRANSACTION_TIMEOUT_TIMER_MS = 41;
|
||||
|
||||
/**
|
||||
* SIP Timer G's value in milliseconds. Timer G is the value of INVITE response
|
||||
* retransmit interval.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_INVITE_RESPONSE_RETRANSMIT_INTERVAL_MS = 42;
|
||||
|
||||
/**
|
||||
* SIP Timer H's value in milliseconds. Timer H is the value of wait time for
|
||||
* ACK receipt.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_ACK_RECEIPT_WAIT_TIME_MS = 43;
|
||||
|
||||
/**
|
||||
* SIP Timer I's value in milliseconds. Timer I is the value of wait time for
|
||||
* ACK retransmits.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_ACK_RETRANSMIT_WAIT_TIME_MS = 44;
|
||||
|
||||
/**
|
||||
* SIP Timer J's value in milliseconds. Timer J is the value of wait time for
|
||||
* non-invite request retransmission.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_NON_INVITE_REQUEST_RETRANSMISSION_WAIT_TIME_MS = 45;
|
||||
|
||||
/**
|
||||
* SIP Timer K's value in milliseconds. Timer K is the value of wait time for
|
||||
* non-invite response retransmits.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_SIP_NON_INVITE_RESPONSE_RETRANSMISSION_WAIT_TIME_MS = 46;
|
||||
|
||||
/**
|
||||
* AMR WB octet aligned dynamic payload type.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_WB_OCTET_ALIGNED_PAYLOAD_TYPE = 47;
|
||||
|
||||
/**
|
||||
* AMR WB bandwidth efficient payload type.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_WB_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE = 48;
|
||||
|
||||
/**
|
||||
* AMR octet aligned dynamic payload type.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_OCTET_ALIGNED_PAYLOAD_TYPE = 49;
|
||||
|
||||
/**
|
||||
* AMR bandwidth efficient payload type.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE = 50;
|
||||
|
||||
/**
|
||||
* DTMF WB payload type.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_DTMF_WB_PAYLOAD_TYPE = 51;
|
||||
|
||||
/**
|
||||
* DTMF NB payload type.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_DTMF_NB_PAYLOAD_TYPE = 52;
|
||||
|
||||
/**
|
||||
* AMR Default encoding mode.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_AMR_DEFAULT_ENCODING_MODE = 53;
|
||||
|
||||
/**
|
||||
* SMS Public Service Identity.
|
||||
* Value is in String format.
|
||||
*/
|
||||
public static final int KEY_SMS_PUBLIC_SERVICE_IDENTITY = 54;
|
||||
|
||||
/**
|
||||
* Video Quality - VideoQualityFeatureValuesConstants.
|
||||
* Valid values are: {@link #VIDEO_QUALITY_HIGH} and {@link #VIDEO_QUALITY_LOW}.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_VIDEO_QUALITY = 55;
|
||||
|
||||
/**
|
||||
* Used with {@link #KEY_VIDEO_QUALITY} to indicate low video quality.
|
||||
*/
|
||||
public static final int VIDEO_QUALITY_LOW = 0;
|
||||
|
||||
/**
|
||||
* Used with {@link #KEY_VIDEO_QUALITY} to indicate high video quality.
|
||||
*/
|
||||
public static final int VIDEO_QUALITY_HIGH = 1;
|
||||
|
||||
/**
|
||||
* LTE to WIFI handover threshold.
|
||||
* Handover from LTE to WiFi if LTE < THLTE1 and WiFi >= {@link #KEY_WIFI_THRESHOLD_A}.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_LTE_THRESHOLD_1 = 56;
|
||||
|
||||
/**
|
||||
* WIFI to LTE handover threshold.
|
||||
* Handover from WiFi to LTE if LTE >= {@link #KEY_LTE_THRESHOLD_3} or (WiFi < {@link
|
||||
* #KEY_WIFI_THRESHOLD_B} and LTE >= {@link #KEY_LTE_THRESHOLD_2}).
|
||||
* Value is in Integer format.
|
||||
*
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_LTE_THRESHOLD_2 = 57;
|
||||
|
||||
/**
|
||||
* LTE to WIFI handover threshold.
|
||||
* Handover from WiFi to LTE if LTE >= {@link #KEY_LTE_THRESHOLD_3} or (WiFi < {@link
|
||||
* #KEY_WIFI_THRESHOLD_B} and LTE >= {@link #KEY_LTE_THRESHOLD_2}).
|
||||
* Value is in Integer format.
|
||||
*
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_LTE_THRESHOLD_3 = 58;
|
||||
|
||||
/**
|
||||
* 1x to WIFI handover threshold.
|
||||
* Handover from 1x to WiFi if 1x < {@link #KEY_1X_THRESHOLD}.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_1X_THRESHOLD = 59;
|
||||
|
||||
/**
|
||||
* LTE to WIFI threshold A.
|
||||
* Handover from LTE to WiFi if LTE < {@link #KEY_LTE_THRESHOLD_1} and WiFi >= {@link
|
||||
* #KEY_WIFI_THRESHOLD_A}.
|
||||
* Value is in Integer format.
|
||||
*
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_WIFI_THRESHOLD_A = 60;
|
||||
|
||||
/**
|
||||
* WiFi to LTRE handover threshold B.
|
||||
* Handover from WiFi to LTE if LTE >= {@link #KEY_LTE_THRESHOLD_3} or (WiFi <
|
||||
* {@link #KEY_WIFI_THRESHOLD_B} and LTE >= {@link #KEY_LTE_THRESHOLD_2}).
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_WIFI_THRESHOLD_B = 61;
|
||||
|
||||
/**
|
||||
* LTE ePDG timer (in seconds).
|
||||
* Device shall not handover back to LTE until the T_ePDG_LTE timer expires.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_LTE_EPDG_TIMER_SEC = 62;
|
||||
|
||||
/**
|
||||
* WiFi ePDG timer (in seconds).
|
||||
* Device shall not handover back to WiFi until the T_ePDG_WiFi timer expires.
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_WIFI_EPDG_TIMER_SEC = 63;
|
||||
|
||||
/**
|
||||
* 1x ePDG timer (in seconds).
|
||||
* Device shall not re-register on 1x until the T_ePDG_1x timer expires.
|
||||
*/
|
||||
public static final int KEY_1X_EPDG_TIMER_SEC = 64;
|
||||
|
||||
/**
|
||||
* MultiEndpoint status: Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_MULTIENDPOINT_ENABLED = 65;
|
||||
|
||||
/**
|
||||
* RTT status: Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @see #setProvisioningIntValue(int, int)
|
||||
* @see #getProvisioningIntValue(int)
|
||||
*/
|
||||
public static final int KEY_RTT_ENABLED = 66;
|
||||
|
||||
/**
|
||||
* Callback for IMS provisioning changes.
|
||||
*/
|
||||
|
||||
@@ -135,374 +135,596 @@ public class ImsConfig {
|
||||
/**
|
||||
* AMR CODEC Mode Value set, 0-7 in comma separated sequence.
|
||||
* Value is in String format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_CODEC_MODE_SET_VALUES} instead.
|
||||
*/
|
||||
public static final int VOCODER_AMRMODESET = CONFIG_START;
|
||||
@Deprecated
|
||||
public static final int VOCODER_AMRMODESET =
|
||||
ProvisioningManager.KEY_AMR_CODEC_MODE_SET_VALUES;
|
||||
|
||||
/**
|
||||
* Wide Band AMR CODEC Mode Value set,0-7 in comma separated sequence.
|
||||
* Value is in String format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_WB_CODEC_MODE_SET_VALUES} instead.
|
||||
*/
|
||||
public static final int VOCODER_AMRWBMODESET = 1;
|
||||
@Deprecated
|
||||
public static final int VOCODER_AMRWBMODESET =
|
||||
ProvisioningManager.KEY_AMR_WB_CODEC_MODE_SET_VALUES;
|
||||
|
||||
/**
|
||||
* SIP Session Timer value (seconds).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_SESSION_TIMER_SEC} instead.
|
||||
*/
|
||||
public static final int SIP_SESSION_TIMER = 2;
|
||||
@Deprecated
|
||||
public static final int SIP_SESSION_TIMER = ProvisioningManager.KEY_SIP_SESSION_TIMER_SEC;
|
||||
|
||||
/**
|
||||
* Minimum SIP Session Expiration Timer in (seconds).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_MINIMUM_SIP_SESSION_EXPIRATION_TIMER_SEC} instead.
|
||||
*/
|
||||
public static final int MIN_SE = 3;
|
||||
@Deprecated
|
||||
public static final int MIN_SE =
|
||||
ProvisioningManager.KEY_MINIMUM_SIP_SESSION_EXPIRATION_TIMER_SEC;
|
||||
|
||||
/**
|
||||
* SIP_INVITE cancellation time out value (in milliseconds). Integer format.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_INVITE_CANCELLATION_TIMER_MS} instead.
|
||||
*/
|
||||
public static final int CANCELLATION_TIMER = 4;
|
||||
@Deprecated
|
||||
public static final int CANCELLATION_TIMER =
|
||||
ProvisioningManager.KEY_SIP_INVITE_CANCELLATION_TIMER_MS;
|
||||
|
||||
/**
|
||||
* Delay time when an iRAT transition from eHRPD/HRPD/1xRTT to LTE.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_TRANSITION_TO_LTE_DELAY_MS} instead.
|
||||
*/
|
||||
public static final int TDELAY = 5;
|
||||
@Deprecated
|
||||
public static final int TDELAY = ProvisioningManager.KEY_TRANSITION_TO_LTE_DELAY_MS;
|
||||
|
||||
/**
|
||||
* Silent redial status of Enabled (True), or Disabled (False).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_ENABLE_SILENT_REDIAL} instead.
|
||||
*/
|
||||
public static final int SILENT_REDIAL_ENABLE = 6;
|
||||
@Deprecated
|
||||
public static final int SILENT_REDIAL_ENABLE = ProvisioningManager.KEY_ENABLE_SILENT_REDIAL;
|
||||
|
||||
/**
|
||||
* SIP T1 timer value in milliseconds. See RFC 3261 for define.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_T1_TIMER_VALUE_MS} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int SIP_T1_TIMER = ProvisioningManager.KEY_T1_TIMER_VALUE_MS;
|
||||
|
||||
/**
|
||||
* SIP T2 timer value in milliseconds. See RFC 3261 for define.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_T2_TIMER_VALUE_MS} instead.
|
||||
*/
|
||||
public static final int SIP_T2_TIMER = 8;
|
||||
@Deprecated
|
||||
public static final int SIP_T2_TIMER = ProvisioningManager.KEY_T2_TIMER_VALUE_MS;
|
||||
|
||||
/**
|
||||
/**
|
||||
* SIP TF timer value in milliseconds. See RFC 3261 for define.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_TF_TIMER_VALUE_MS} instead.
|
||||
*/
|
||||
public static final int SIP_TF_TIMER = 9;
|
||||
@Deprecated
|
||||
public static final int SIP_TF_TIMER = ProvisioningManager.KEY_TF_TIMER_VALUE_MS;
|
||||
|
||||
/**
|
||||
* VoLTE status for VLT/s status of Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VOLTE_PROVISIONING_STATUS} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int VLT_SETTING_ENABLED =
|
||||
ProvisioningManager.KEY_VOLTE_PROVISIONING_STATUS;
|
||||
|
||||
/**
|
||||
* VoLTE status for LVC/s status of Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VT_PROVISIONING_STATUS} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int LVC_SETTING_ENABLED =
|
||||
ProvisioningManager.KEY_VT_PROVISIONING_STATUS;
|
||||
|
||||
/**
|
||||
* Domain Name for the device to populate the request URI for REGISTRATION.
|
||||
* Value is in String format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_REGISTRATION_DOMAIN_NAME}.
|
||||
*/
|
||||
public static final int DOMAIN_NAME = 12;
|
||||
@Deprecated
|
||||
public static final int DOMAIN_NAME = ProvisioningManager.KEY_REGISTRATION_DOMAIN_NAME;
|
||||
|
||||
/**
|
||||
* Device Outgoing SMS based on either 3GPP or 3GPP2 standards.
|
||||
* Value is in Integer format. 3GPP2(0), 3GPP(1)
|
||||
*/
|
||||
public static final int SMS_FORMAT = 13;
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SMS_FORMAT}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int SMS_FORMAT = ProvisioningManager.KEY_SMS_FORMAT;
|
||||
|
||||
/**
|
||||
* Turns IMS ON/OFF on the device.
|
||||
* Value is in Integer format. ON (1), OFF(0).
|
||||
*/
|
||||
public static final int SMS_OVER_IP = 14;
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SMS_OVER_IP_ENABLED}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int SMS_OVER_IP = ProvisioningManager.KEY_SMS_OVER_IP_ENABLED;
|
||||
|
||||
/**
|
||||
* Requested expiration for Published Online availability.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_PUBLISH_TIMER_SEC}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int PUBLISH_TIMER = ProvisioningManager.KEY_RCS_PUBLISH_TIMER_SEC;
|
||||
|
||||
/**
|
||||
* Requested expiration for Published Offline availability.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_PUBLISH_TIMER_EXTENDED_SEC}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int PUBLISH_TIMER_EXTENDED =
|
||||
ProvisioningManager.KEY_RCS_PUBLISH_TIMER_EXTENDED_SEC;
|
||||
|
||||
/**
|
||||
*
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_CAPABILITY_DISCOVERY_ENABLED}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int CAPABILITY_DISCOVERY_ENABLED =
|
||||
ProvisioningManager.KEY_RCS_CAPABILITY_DISCOVERY_ENABLED;
|
||||
|
||||
/**
|
||||
* Period of time the capability information of the contact is cached on handset.
|
||||
* Period of time the capability information of the contact is cached on handset.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int CAPABILITIES_CACHE_EXPIRATION =
|
||||
ProvisioningManager.KEY_RCS_CAPABILITIES_CACHE_EXPIRATION_SEC;
|
||||
|
||||
/**
|
||||
* Peiod of time the availability information of a contact is cached on device.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_AVAILABILITY_CACHE_EXPIRATION_SEC}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int AVAILABILITY_CACHE_EXPIRATION =
|
||||
ProvisioningManager.KEY_RCS_AVAILABILITY_CACHE_EXPIRATION_SEC;
|
||||
|
||||
/**
|
||||
* Interval between successive capabilities polling.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_CAPABILITIES_POLL_INTERVAL_SEC}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int CAPABILITIES_POLL_INTERVAL =
|
||||
ProvisioningManager.KEY_RCS_CAPABILITIES_POLL_INTERVAL_SEC;
|
||||
|
||||
/**
|
||||
* Minimum time between two published messages from the device.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_PUBLISH_SOURCE_THROTTLE_MS}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int SOURCE_THROTTLE_PUBLISH =
|
||||
ProvisioningManager.KEY_RCS_PUBLISH_SOURCE_THROTTLE_MS;
|
||||
|
||||
/**
|
||||
* The Maximum number of MDNs contained in one Request Contained List.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_MAX_NUM_ENTRIES_IN_RCL}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int MAX_NUMENTRIES_IN_RCL =
|
||||
ProvisioningManager.KEY_RCS_MAX_NUM_ENTRIES_IN_RCL;
|
||||
|
||||
/**
|
||||
* Expiration timer for subscription of a Request Contained List, used in capability
|
||||
* polling.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RCS_CAPABILITY_POLL_LIST_SUB_EXP_SEC}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int CAPAB_POLL_LIST_SUB_EXP =
|
||||
ProvisioningManager.KEY_RCS_CAPABILITY_POLL_LIST_SUB_EXP_SEC;
|
||||
|
||||
/**
|
||||
* Applies compression to LIST Subscription.
|
||||
* Value is in Integer format. Enable (1), Disable(0).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_USE_GZIP_FOR_LIST_SUBSCRIPTION}.
|
||||
*/
|
||||
public static final int GZIP_FLAG = 24;
|
||||
@Deprecated
|
||||
public static final int GZIP_FLAG = ProvisioningManager.KEY_USE_GZIP_FOR_LIST_SUBSCRIPTION;
|
||||
|
||||
/**
|
||||
* VOLTE Status for EAB/s status of Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_EAB_PROVISIONING_STATUS}.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int EAB_SETTING_ENABLED =
|
||||
ProvisioningManager.KEY_EAB_PROVISIONING_STATUS;
|
||||
|
||||
/**
|
||||
* Wi-Fi calling roaming status.
|
||||
* Value is in Integer format. ON (1), OFF(0).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VOICE_OVER_WIFI_ROAMING_ENABLED_OVERRIDE}
|
||||
* instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int VOICE_OVER_WIFI_ROAMING =
|
||||
ProvisioningManager.KEY_VOICE_OVER_WIFI_ROAMING_ENABLED_OVERRIDE;
|
||||
|
||||
/**
|
||||
* Wi-Fi calling modem - WfcModeFeatureValueConstants.
|
||||
* Wi-Fi calling mode - WfcModeFeatureValueConstants.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VOICE_OVER_WIFI_MODE_OVERRIDE}
|
||||
* instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static final int VOICE_OVER_WIFI_MODE =
|
||||
ProvisioningManager.KEY_VOICE_OVER_WIFI_MODE_OVERRIDE;
|
||||
|
||||
/**
|
||||
* VOLTE Status for voice over wifi status of Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VOICE_OVER_WIFI_ENABLED_OVERRIDE}.
|
||||
*/
|
||||
public static final int VOICE_OVER_WIFI_SETTING_ENABLED = 28;
|
||||
@Deprecated
|
||||
public static final int VOICE_OVER_WIFI_SETTING_ENABLED =
|
||||
ProvisioningManager.KEY_VOICE_OVER_WIFI_ENABLED_OVERRIDE;
|
||||
|
||||
|
||||
/**
|
||||
* Mobile data enabled.
|
||||
* Value is in Integer format. On (1), OFF(0).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_MOBILE_DATA_ENABLED}.
|
||||
*/
|
||||
public static final int MOBILE_DATA_ENABLED = 29;
|
||||
@Deprecated
|
||||
public static final int MOBILE_DATA_ENABLED = ProvisioningManager.KEY_MOBILE_DATA_ENABLED;
|
||||
|
||||
/**
|
||||
* VoLTE user opted in status.
|
||||
* Value is in Integer format. Opted-in (1) Opted-out (0).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VOLTE_USER_OPT_IN_STATUS}.
|
||||
*/
|
||||
public static final int VOLTE_USER_OPT_IN_STATUS = 30;
|
||||
@Deprecated
|
||||
public static final int VOLTE_USER_OPT_IN_STATUS =
|
||||
ProvisioningManager.KEY_VOLTE_USER_OPT_IN_STATUS;
|
||||
|
||||
/**
|
||||
* Proxy for Call Session Control Function(P-CSCF) address for Local-BreakOut(LBO).
|
||||
* Value is in String format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_LOCAL_BREAKOUT_PCSCF_ADDRESS}.
|
||||
*/
|
||||
public static final int LBO_PCSCF_ADDRESS = 31;
|
||||
@Deprecated
|
||||
public static final int LBO_PCSCF_ADDRESS =
|
||||
ProvisioningManager.KEY_LOCAL_BREAKOUT_PCSCF_ADDRESS;
|
||||
|
||||
/**
|
||||
* Keep Alive Enabled for SIP.
|
||||
* Value is in Integer format. On(1), OFF(0).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_KEEP_ALIVE_ENABLED}.
|
||||
*/
|
||||
public static final int KEEP_ALIVE_ENABLED = 32;
|
||||
@Deprecated
|
||||
public static final int KEEP_ALIVE_ENABLED = ProvisioningManager.KEY_SIP_KEEP_ALIVE_ENABLED;
|
||||
|
||||
/**
|
||||
* Registration retry Base Time value in seconds.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_REGISTRATION_RETRY_BASE_TIME_SEC}.
|
||||
*/
|
||||
public static final int REGISTRATION_RETRY_BASE_TIME_SEC = 33;
|
||||
@Deprecated
|
||||
public static final int REGISTRATION_RETRY_BASE_TIME_SEC =
|
||||
ProvisioningManager.KEY_REGISTRATION_RETRY_BASE_TIME_SEC;
|
||||
|
||||
/**
|
||||
* Registration retry Max Time value in seconds.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_REGISTRATION_RETRY_MAX_TIME_SEC}.
|
||||
*/
|
||||
public static final int REGISTRATION_RETRY_MAX_TIME_SEC = 34;
|
||||
@Deprecated
|
||||
public static final int REGISTRATION_RETRY_MAX_TIME_SEC =
|
||||
ProvisioningManager.KEY_REGISTRATION_RETRY_MAX_TIME_SEC;
|
||||
|
||||
/**
|
||||
* Smallest RTP port for speech codec.
|
||||
* Value is in integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RTP_SPEECH_START_PORT}.
|
||||
*/
|
||||
public static final int SPEECH_START_PORT = 35;
|
||||
@Deprecated
|
||||
public static final int SPEECH_START_PORT = ProvisioningManager.KEY_RTP_SPEECH_START_PORT;
|
||||
|
||||
/**
|
||||
* Largest RTP port for speech code.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RTP_SPEECH_END_PORT}.
|
||||
*/
|
||||
public static final int SPEECH_END_PORT = 36;
|
||||
@Deprecated
|
||||
public static final int SPEECH_END_PORT = ProvisioningManager.KEY_RTP_SPEECH_END_PORT;
|
||||
|
||||
/**
|
||||
* SIP Timer A's value in milliseconds. Timer A is the INVITE request
|
||||
* retransmit interval, for UDP only.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_INVITE_REQUEST_TRANSMIT_INTERVAL_MS}.
|
||||
*/
|
||||
public static final int SIP_INVITE_REQ_RETX_INTERVAL_MSEC = 37;
|
||||
@Deprecated
|
||||
public static final int SIP_INVITE_REQ_RETX_INTERVAL_MSEC =
|
||||
ProvisioningManager.KEY_SIP_INVITE_REQUEST_TRANSMIT_INTERVAL_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer B's value in milliseconds. Timer B is the wait time for
|
||||
* INVITE message to be acknowledged.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_INVITE_ACK_WAIT_TIME_MS}.
|
||||
*/
|
||||
public static final int SIP_INVITE_RSP_WAIT_TIME_MSEC = 38;
|
||||
@Deprecated
|
||||
public static final int SIP_INVITE_RSP_WAIT_TIME_MSEC =
|
||||
ProvisioningManager.KEY_SIP_INVITE_ACK_WAIT_TIME_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer D's value in milliseconds. Timer D is the wait time for
|
||||
* response retransmits of the invite client transactions.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_SIP_INVITE_RESPONSE_RETRANSMIT_WAIT_TIME_MS}.
|
||||
*/
|
||||
public static final int SIP_INVITE_RSP_RETX_WAIT_TIME_MSEC = 39;
|
||||
@Deprecated
|
||||
public static final int SIP_INVITE_RSP_RETX_WAIT_TIME_MSEC =
|
||||
ProvisioningManager.KEY_SIP_INVITE_RESPONSE_RETRANSMIT_WAIT_TIME_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer E's value in milliseconds. Timer E is the value Non-INVITE
|
||||
* request retransmit interval, for UDP only.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_SIP_NON_INVITE_REQUEST_RETRANSMIT_INTERVAL_MS}.
|
||||
*/
|
||||
public static final int SIP_NON_INVITE_REQ_RETX_INTERVAL_MSEC = 40;
|
||||
@Deprecated
|
||||
public static final int SIP_NON_INVITE_REQ_RETX_INTERVAL_MSEC =
|
||||
ProvisioningManager.KEY_SIP_NON_INVITE_REQUEST_RETRANSMIT_INTERVAL_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer F's value in milliseconds. Timer F is the Non-INVITE transaction
|
||||
* timeout timer.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_SIP_NON_INVITE_TRANSACTION_TIMEOUT_TIMER_MS}.
|
||||
*/
|
||||
public static final int SIP_NON_INVITE_TXN_TIMEOUT_TIMER_MSEC = 41;
|
||||
@Deprecated
|
||||
public static final int SIP_NON_INVITE_TXN_TIMEOUT_TIMER_MSEC =
|
||||
ProvisioningManager.KEY_SIP_NON_INVITE_TRANSACTION_TIMEOUT_TIMER_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer G's value in milliseconds. Timer G is the value of INVITE response
|
||||
* retransmit interval.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_SIP_INVITE_RESPONSE_RETRANSMIT_INTERVAL_MS}.
|
||||
*/
|
||||
public static final int SIP_INVITE_RSP_RETX_INTERVAL_MSEC = 42;
|
||||
@Deprecated
|
||||
public static final int SIP_INVITE_RSP_RETX_INTERVAL_MSEC =
|
||||
ProvisioningManager.KEY_SIP_INVITE_RESPONSE_RETRANSMIT_INTERVAL_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer H's value in milliseconds. Timer H is the value of wait time for
|
||||
* ACK receipt.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_ACK_RECEIPT_WAIT_TIME_MS}.
|
||||
*/
|
||||
public static final int SIP_ACK_RECEIPT_WAIT_TIME_MSEC = 43;
|
||||
@Deprecated
|
||||
public static final int SIP_ACK_RECEIPT_WAIT_TIME_MSEC =
|
||||
ProvisioningManager.KEY_SIP_ACK_RECEIPT_WAIT_TIME_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer I's value in milliseconds. Timer I is the value of wait time for
|
||||
* ACK retransmits.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SIP_ACK_RETRANSMIT_WAIT_TIME_MS}.
|
||||
*/
|
||||
public static final int SIP_ACK_RETX_WAIT_TIME_MSEC = 44;
|
||||
@Deprecated
|
||||
public static final int SIP_ACK_RETX_WAIT_TIME_MSEC =
|
||||
ProvisioningManager.KEY_SIP_ACK_RETRANSMIT_WAIT_TIME_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer J's value in milliseconds. Timer J is the value of wait time for
|
||||
* non-invite request retransmission.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_SIP_NON_INVITE_REQUEST_RETRANSMISSION_WAIT_TIME_MS}.
|
||||
*/
|
||||
public static final int SIP_NON_INVITE_REQ_RETX_WAIT_TIME_MSEC = 45;
|
||||
@Deprecated
|
||||
public static final int SIP_NON_INVITE_REQ_RETX_WAIT_TIME_MSEC =
|
||||
ProvisioningManager.KEY_SIP_NON_INVITE_REQUEST_RETRANSMISSION_WAIT_TIME_MS;
|
||||
|
||||
/**
|
||||
* SIP Timer K's value in milliseconds. Timer K is the value of wait time for
|
||||
* non-invite response retransmits.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use
|
||||
* {@link ProvisioningManager#KEY_SIP_NON_INVITE_RESPONSE_RETRANSMISSION_WAIT_TIME_MS}.
|
||||
*/
|
||||
public static final int SIP_NON_INVITE_RSP_RETX_WAIT_TIME_MSEC = 46;
|
||||
@Deprecated
|
||||
public static final int SIP_NON_INVITE_RSP_RETX_WAIT_TIME_MSEC =
|
||||
ProvisioningManager.KEY_SIP_NON_INVITE_RESPONSE_RETRANSMISSION_WAIT_TIME_MS;
|
||||
|
||||
/**
|
||||
* AMR WB octet aligned dynamic payload type.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_WB_OCTET_ALIGNED_PAYLOAD_TYPE}.
|
||||
*/
|
||||
public static final int AMR_WB_OCTET_ALIGNED_PT = 47;
|
||||
@Deprecated
|
||||
public static final int AMR_WB_OCTET_ALIGNED_PT =
|
||||
ProvisioningManager.KEY_AMR_WB_OCTET_ALIGNED_PAYLOAD_TYPE;
|
||||
|
||||
/**
|
||||
* AMR WB bandwidth efficient payload type.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_WB_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE}.
|
||||
*/
|
||||
public static final int AMR_WB_BANDWIDTH_EFFICIENT_PT = 48;
|
||||
@Deprecated
|
||||
public static final int AMR_WB_BANDWIDTH_EFFICIENT_PT =
|
||||
ProvisioningManager.KEY_AMR_WB_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE;
|
||||
|
||||
/**
|
||||
* AMR octet aligned dynamic payload type.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_OCTET_ALIGNED_PAYLOAD_TYPE}.
|
||||
*/
|
||||
public static final int AMR_OCTET_ALIGNED_PT = 49;
|
||||
@Deprecated
|
||||
public static final int AMR_OCTET_ALIGNED_PT =
|
||||
ProvisioningManager.KEY_AMR_OCTET_ALIGNED_PAYLOAD_TYPE;
|
||||
|
||||
/**
|
||||
* AMR bandwidth efficient payload type.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE}.
|
||||
*/
|
||||
public static final int AMR_BANDWIDTH_EFFICIENT_PT = 50;
|
||||
@Deprecated
|
||||
public static final int AMR_BANDWIDTH_EFFICIENT_PT =
|
||||
ProvisioningManager.KEY_AMR_BANDWIDTH_EFFICIENT_PAYLOAD_TYPE;
|
||||
|
||||
/**
|
||||
* DTMF WB payload type.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_DTMF_WB_PAYLOAD_TYPE}.
|
||||
*/
|
||||
public static final int DTMF_WB_PT = 51;
|
||||
@Deprecated
|
||||
public static final int DTMF_WB_PT = ProvisioningManager.KEY_DTMF_WB_PAYLOAD_TYPE;
|
||||
|
||||
/**
|
||||
* DTMF NB payload type.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_DTMF_NB_PAYLOAD_TYPE}.
|
||||
*/
|
||||
public static final int DTMF_NB_PT = 52;
|
||||
@Deprecated
|
||||
public static final int DTMF_NB_PT = ProvisioningManager.KEY_DTMF_NB_PAYLOAD_TYPE;
|
||||
|
||||
/**
|
||||
* AMR Default encoding mode.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_AMR_DEFAULT_ENCODING_MODE}.
|
||||
*/
|
||||
public static final int AMR_DEFAULT_MODE = 53;
|
||||
@Deprecated
|
||||
public static final int AMR_DEFAULT_MODE =
|
||||
ProvisioningManager.KEY_AMR_DEFAULT_ENCODING_MODE;
|
||||
|
||||
/**
|
||||
* SMS Public Service Identity.
|
||||
* Value is in String format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_SMS_PUBLIC_SERVICE_IDENTITY}.
|
||||
*/
|
||||
public static final int SMS_PSI = 54;
|
||||
@Deprecated
|
||||
public static final int SMS_PSI = ProvisioningManager.KEY_SMS_PUBLIC_SERVICE_IDENTITY;
|
||||
|
||||
/**
|
||||
* Video Quality - VideoQualityFeatureValuesConstants.
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_VIDEO_QUALITY}.
|
||||
*/
|
||||
public static final int VIDEO_QUALITY = 55;
|
||||
@Deprecated
|
||||
public static final int VIDEO_QUALITY = ProvisioningManager.KEY_VIDEO_QUALITY;
|
||||
|
||||
/**
|
||||
* LTE threshold.
|
||||
* Handover from LTE to WiFi if LTE < THLTE1 and WiFi >= VOWT_A.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_LTE_THRESHOLD_1}.
|
||||
*/
|
||||
public static final int TH_LTE1 = 56;
|
||||
@Deprecated
|
||||
public static final int TH_LTE1 = ProvisioningManager.KEY_LTE_THRESHOLD_1;
|
||||
|
||||
/**
|
||||
* LTE threshold.
|
||||
* Handover from WiFi to LTE if LTE >= THLTE3 or (WiFi < VOWT_B and LTE >= THLTE2).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_LTE_THRESHOLD_2}.
|
||||
*/
|
||||
public static final int TH_LTE2 = 57;
|
||||
@Deprecated
|
||||
public static final int TH_LTE2 = ProvisioningManager.KEY_LTE_THRESHOLD_2;
|
||||
|
||||
/**
|
||||
* LTE threshold.
|
||||
* Handover from WiFi to LTE if LTE >= THLTE3 or (WiFi < VOWT_B and LTE >= THLTE2).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_LTE_THRESHOLD_3}.
|
||||
*/
|
||||
public static final int TH_LTE3 = 58;
|
||||
@Deprecated
|
||||
public static final int TH_LTE3 = ProvisioningManager.KEY_LTE_THRESHOLD_3;
|
||||
|
||||
/**
|
||||
* 1x threshold.
|
||||
* Handover from 1x to WiFi if 1x < TH1x
|
||||
* @deprecated use {@link ProvisioningManager#KEY_1X_THRESHOLD}.
|
||||
*/
|
||||
public static final int TH_1x = 59;
|
||||
@Deprecated
|
||||
public static final int TH_1x = ProvisioningManager.KEY_1X_THRESHOLD;
|
||||
|
||||
/**
|
||||
* WiFi threshold.
|
||||
* Handover from LTE to WiFi if LTE < THLTE1 and WiFi >= VOWT_A.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_WIFI_THRESHOLD_A}.
|
||||
*/
|
||||
public static final int VOWT_A = 60;
|
||||
@Deprecated
|
||||
public static final int VOWT_A = ProvisioningManager.KEY_WIFI_THRESHOLD_A;
|
||||
|
||||
/**
|
||||
* WiFi threshold.
|
||||
* Handover from WiFi to LTE if LTE >= THLTE3 or (WiFi < VOWT_B and LTE >= THLTE2).
|
||||
* @deprecated use {@link ProvisioningManager#KEY_WIFI_THRESHOLD_B}.
|
||||
*/
|
||||
public static final int VOWT_B = 61;
|
||||
@Deprecated
|
||||
public static final int VOWT_B = ProvisioningManager.KEY_WIFI_THRESHOLD_B;
|
||||
|
||||
/**
|
||||
* LTE ePDG timer.
|
||||
* Device shall not handover back to LTE until the T_ePDG_LTE timer expires.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_LTE_EPDG_TIMER_SEC}.
|
||||
*/
|
||||
public static final int T_EPDG_LTE = 62;
|
||||
@Deprecated
|
||||
public static final int T_EPDG_LTE = ProvisioningManager.KEY_LTE_EPDG_TIMER_SEC;
|
||||
|
||||
/**
|
||||
* WiFi ePDG timer.
|
||||
* Device shall not handover back to WiFi until the T_ePDG_WiFi timer expires.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_WIFI_EPDG_TIMER_SEC}.
|
||||
*/
|
||||
public static final int T_EPDG_WIFI = 63;
|
||||
@Deprecated
|
||||
public static final int T_EPDG_WIFI = ProvisioningManager.KEY_WIFI_EPDG_TIMER_SEC;
|
||||
|
||||
/**
|
||||
* 1x ePDG timer.
|
||||
* Device shall not re-register on 1x until the T_ePDG_1x timer expires.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_1X_EPDG_TIMER_SEC}.
|
||||
*/
|
||||
public static final int T_EPDG_1X = 64;
|
||||
@Deprecated
|
||||
public static final int T_EPDG_1X = ProvisioningManager.KEY_1X_EPDG_TIMER_SEC;
|
||||
|
||||
/**
|
||||
* MultiEndpoint status: Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_MULTIENDPOINT_ENABLED}.
|
||||
*/
|
||||
public static final int VICE_SETTING_ENABLED = 65;
|
||||
@Deprecated
|
||||
public static final int VICE_SETTING_ENABLED = ProvisioningManager.KEY_MULTIENDPOINT_ENABLED;
|
||||
|
||||
/**
|
||||
* RTT status: Enabled (1), or Disabled (0).
|
||||
* Value is in Integer format.
|
||||
* @deprecated use {@link ProvisioningManager#KEY_RTT_ENABLED}.
|
||||
*/
|
||||
public static final int RTT_SETTING_ENABLED = 66;
|
||||
@Deprecated
|
||||
public static final int RTT_SETTING_ENABLED = ProvisioningManager.KEY_RTT_ENABLED;
|
||||
|
||||
// Expand the operator config items as needed here, need to change
|
||||
// PROVISIONED_CONFIG_END after that.
|
||||
|
||||
Reference in New Issue
Block a user