summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorSusheel nyamala <snyamala@codeaurora.org>2014-09-24 19:24:40 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:29:13 -0600
commit09ecabc3ea7a13d140a0c050afdafc6e9e2884a3 (patch)
tree43481e9d427aa27fb92d9506fa6cdab8d7e08704 /telephony/java/com
parent86feb91135042cb4ade8a63108cea1e5094899e3 (diff)
downloadframeworks_base-09ecabc3ea7a13d140a0c050afdafc6e9e2884a3.zip
frameworks_base-09ecabc3ea7a13d140a0c050afdafc6e9e2884a3.tar.gz
frameworks_base-09ecabc3ea7a13d140a0c050afdafc6e9e2884a3.tar.bz2
Add support for icc operator numeric
With Uicc card, when device is camped for eHRPD network, mcc-mnc values populated on APN editor are wrong. This is because the icc property used to read mcc-mnc is updated with mcc-mnc value from RuimRecords. Fix is to get family type from PS RAT and read mcc-mnc value from icc records obtained from RAT family type Change-Id: I55dd21a473827b8a7dc5e6ccba21ceb626403b0b CRs-Fixed: 727780
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl7
1 files changed, 7 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index a93e465..40940b5 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -488,6 +488,13 @@ interface ITelephony {
int getVoiceNetworkTypeForSubscriber(int subId, String callingPackage);
/**
+ * Return icc operator numeric for given subId
+ * @param subId user preferred subId.
+ * Returns icc operator numeric
+ */
+ String getIccOperatorNumericForData(int subId);
+
+ /**
* Return true if an ICC card is present
*/
boolean hasIccCard();