summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorShareef Ali <shareefalis@cyanogenmod.org>2012-12-10 02:59:06 -0500
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-23 22:50:18 -0800
commit6cf20a78bffa2b3e8757984efa7b7116c34a42d7 (patch)
tree4585106874cfa2a65395d33c837446a548dda927 /telephony
parentfe35964d2151bb8c5d853975a15e4079c1650c8a (diff)
downloadframeworks_base-6cf20a78bffa2b3e8757984efa7b7116c34a42d7.zip
frameworks_base-6cf20a78bffa2b3e8757984efa7b7116c34a42d7.tar.gz
frameworks_base-6cf20a78bffa2b3e8757984efa7b7116c34a42d7.tar.bz2
CDMA RIL: add SVDO support (1/2)
based on Richard Ross's commit Change-Id: I313edd3c52d1d0b397ca519757470b87882424d7
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/TelephonyProperties.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java
index 41f87a3..d512f16 100644
--- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java
+++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java
@@ -192,4 +192,9 @@ public interface TelephonyProperties
* Ignore RIL_UNSOL_NITZ_TIME_RECEIVED completely, used for debugging/testing.
*/
static final String PROPERTY_IGNORE_NITZ = "telephony.test.ignore.nitz";
+
+ /**
+ * Set to true to indicates support for simultaneous voice and data.
+ */
+ static final String PROPERTY_SVDATA = "ro.config.svlte1x";
}