aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/android/internal/telephony/CommandsInterface.java
diff options
context:
space:
mode:
authorRicardo Cerqueira <github@cerqueira.org>2012-04-17 01:14:37 +0100
committerSteve Kondik <steve@cyngn.com>2015-10-26 15:50:49 -0700
commit87e8c978c2c2b1d0ad4992fc4c1f2c65761a9454 (patch)
treedd71682bee3a73bb78bb58791dd5d374762c08ba /src/java/com/android/internal/telephony/CommandsInterface.java
parent27d8ca44f7b890ed6f6c4f6671068428b544b559 (diff)
downloadandroid_frameworks_opt_telephony-87e8c978c2c2b1d0ad4992fc4c1f2c65761a9454.tar.gz
android_frameworks_opt_telephony-87e8c978c2c2b1d0ad4992fc4c1f2c65761a9454.tar.bz2
android_frameworks_opt_telephony-87e8c978c2c2b1d0ad4992fc4c1f2c65761a9454.zip
Telephony: Add getLteOnGsmMode() method (2/2)
Same functionality as the existing getLteOnCdmaMode, but for GSM LTE devices. Enable with the telephony.lteOnGsmDevice system property From CM 10.0: Ibfb47ca608e51393b99d3308e0a6c66050b3f32e - Moved getLteOnGsmModeStatic() to TelephonyManager. Change-Id: I66ca1d109450b8e857079c342a93de8086e80660
Diffstat (limited to 'src/java/com/android/internal/telephony/CommandsInterface.java')
-rw-r--r--src/java/com/android/internal/telephony/CommandsInterface.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/java/com/android/internal/telephony/CommandsInterface.java b/src/java/com/android/internal/telephony/CommandsInterface.java
index 63a8fd6d0..adb8155dd 100644
--- a/src/java/com/android/internal/telephony/CommandsInterface.java
+++ b/src/java/com/android/internal/telephony/CommandsInterface.java
@@ -1683,6 +1683,12 @@ public interface CommandsInterface {
public int getLteOnCdmaMode();
/**
+ * Return if the current radio is LTE on GSM
+ * @hide
+ */
+ public int getLteOnGsmMode();
+
+ /**
* Request the ISIM application on the UICC to perform the AKA
* challenge/response algorithm for IMS authentication. The nonce string
* and challenge response are Base64 encoded Strings.