summaryrefslogtreecommitdiff
path: root/telephony
diff options
context:
space:
mode:
authorSteve Pfetsch <spfetsch@google.com>2016-04-05 10:52:46 -0700
committerSteve Pfetsch <spfetsch@google.com>2016-04-06 18:56:57 +0000
commit2a024dd1761f9478dac2bf9ec9fa6ff68b6e3a18 (patch)
tree24ba56809f7847f57b56177dbd876d0b8023794b /telephony
parentbc85bdf019d0e3ade95f3b2dcd6456914e68da48 (diff)
downloadmarlin-2a024dd1761f9478dac2bf9ec9fa6ff68b6e3a18.tar.gz
marlin: Update to AU124 proprietary drop
Update to AU_LINUX_ANDROID_LA.HB.1.3.9.06.00.01.213.124 telephony: 737f457 IMS: Encrypted Calling Extras Key Definition Bug: 28026724 Change-Id: Icc1214e8f446072571d09492f2c50315416481c1
Diffstat (limited to 'telephony')
-rw-r--r--telephony/ims/src/org/codeaurora/ims/QtiCallConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/ims/src/org/codeaurora/ims/QtiCallConstants.java b/telephony/ims/src/org/codeaurora/ims/QtiCallConstants.java
index 0dea6cab..ed0c6953 100644
--- a/telephony/ims/src/org/codeaurora/ims/QtiCallConstants.java
+++ b/telephony/ims/src/org/codeaurora/ims/QtiCallConstants.java
@@ -66,6 +66,9 @@ public class QtiCallConstants {
/* Call substate extra key name */
public static final String CALL_SUBSTATE_EXTRA_KEY = "CallSubstate";
+ /* Call encryption status extra key. The value will be a boolean. */
+ public static final String CALL_ENCRYPTION_EXTRA_KEY = "CallEncryption";
+
/* Call fail code extra key name */
public static final String EXTRAS_KEY_CALL_FAIL_EXTRA_CODE = "CallFailExtraCode";