summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2015-07-14 14:21:43 -0700
committerSanket Padawe <sanketpadawe@google.com>2015-07-14 14:21:43 -0700
commitdc49309cefed9519611b183ae2c616e6f0110738 (patch)
treee6f15a265c4facc135d1e4a920a536704aa0cd3c /telephony/java/com/android
parentc1541571ff501ba7f58ab9f066828e6620aaa90c (diff)
downloadframeworks_base-dc49309cefed9519611b183ae2c616e6f0110738.zip
frameworks_base-dc49309cefed9519611b183ae2c616e6f0110738.tar.gz
frameworks_base-dc49309cefed9519611b183ae2c616e6f0110738.tar.bz2
Add new API for handling DB query per subId.
+ Add new API for handling DB query and Resources object per subscription. + Add constants for column name of DB storing subscription info. + Add a common settings file for multi-tab Bug: 22360525 Change-Id: Icf6d35bdbe31618e2a95df450aee12b99d3aea7a
Diffstat (limited to 'telephony/java/com/android')
-rwxr-xr-xtelephony/java/com/android/internal/telephony/ISub.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISub.aidl b/telephony/java/com/android/internal/telephony/ISub.aidl
index 0555121..f6aef08 100755
--- a/telephony/java/com/android/internal/telephony/ISub.aidl
+++ b/telephony/java/com/android/internal/telephony/ISub.aidl
@@ -172,6 +172,10 @@ interface ISub {
int[] getActiveSubIdList();
+ void setSubscriptionProperty(int subId, String propKey, String propValue);
+
+ String getSubscriptionProperty(int subId, String propKey, String callingPackage);
+
/**
* Get the SIM state for the slot idx
* @return SIM state as the ordinal of IccCardConstants.State