summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2015-07-16 05:14:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-16 05:14:13 +0000
commitc83e0571e5c25c402b9fdb8c2ecc3172ee4f09ba (patch)
tree3535ae681b19cf5b72ed3b1e0eb52825727dcbba /telephony/java/com
parent6f0490fb677c13d1c04af416a61b7cc51b5e1973 (diff)
parentea975b122fee3ac0fe766d2b58bb420b82e5dd95 (diff)
downloadframeworks_base-c83e0571e5c25c402b9fdb8c2ecc3172ee4f09ba.zip
frameworks_base-c83e0571e5c25c402b9fdb8c2ecc3172ee4f09ba.tar.gz
frameworks_base-c83e0571e5c25c402b9fdb8c2ecc3172ee4f09ba.tar.bz2
am ea975b12: Merge "Add new API for handling DB query per subId." into mnc-dev
* commit 'ea975b122fee3ac0fe766d2b58bb420b82e5dd95': Add new API for handling DB query per subId.
Diffstat (limited to 'telephony/java/com')
-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