summaryrefslogtreecommitdiff
path: root/telephony/java/com/android/ims/ImsConfig.java
diff options
context:
space:
mode:
authorAnju Mathapati <anjucm@codeaurora.org>2017-01-24 11:58:28 -0800
committerAnju Mathapati <anjucm@codeaurora.org>2017-03-07 16:21:05 -0800
commit7e177da50c30b9ae56db29f373ea01ab68bfdcec (patch)
tree83f7cad279c199a7785e2534b753d48bb6117bdf /telephony/java/com/android/ims/ImsConfig.java
parent6ac19c0d23a106991e145e4530c7d08d68bfa2d3 (diff)
IMS: RTT interface changes
Changes to implement RTT feature Test: compilation Change-Id: I6ce6993f5ecc321b91642cab297efb35cda3de2b
Diffstat (limited to 'telephony/java/com/android/ims/ImsConfig.java')
-rw-r--r--telephony/java/com/android/ims/ImsConfig.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/telephony/java/com/android/ims/ImsConfig.java b/telephony/java/com/android/ims/ImsConfig.java
index cd076b1a52df..c3010296d9c0 100644
--- a/telephony/java/com/android/ims/ImsConfig.java
+++ b/telephony/java/com/android/ims/ImsConfig.java
@@ -475,9 +475,15 @@ public class ImsConfig {
*/
public static final int VICE_SETTING_ENABLED = 65;
+ /**
+ * RTT status: Enabled (1), or Disabled (0).
+ * Value is in Integer format.
+ */
+ public static final int RTT_SETTING_ENABLED = 66;
+
// Expand the operator config items as needed here, need to change
// PROVISIONED_CONFIG_END after that.
- public static final int PROVISIONED_CONFIG_END = VICE_SETTING_ENABLED;
+ public static final int PROVISIONED_CONFIG_END = RTT_SETTING_ENABLED;
// Expand the operator config items as needed here.
}