diff options
author | Sanket Padawe <sanketpadawe@google.com> | 2015-07-16 05:14:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-07-16 05:14:13 +0000 |
commit | c83e0571e5c25c402b9fdb8c2ecc3172ee4f09ba (patch) | |
tree | 3535ae681b19cf5b72ed3b1e0eb52825727dcbba /telephony/java/com | |
parent | 6f0490fb677c13d1c04af416a61b7cc51b5e1973 (diff) | |
parent | ea975b122fee3ac0fe766d2b58bb420b82e5dd95 (diff) | |
download | frameworks_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-x | telephony/java/com/android/internal/telephony/ISub.aidl | 4 |
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 |