summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorZhang Fang <zfang@codeaurora.org>2014-04-14 19:15:37 +0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:28:27 -0600
commit4da8907f542782734609e72db0f4b50cd7015f61 (patch)
tree1354979bba8220b2c0e37f3f10e4db912742b3d1 /telephony/java/com
parent407e8a9b46e09b369cd1758ed1a55faffbd2df11 (diff)
downloadframeworks_base-4da8907f542782734609e72db0f4b50cd7015f61.zip
frameworks_base-4da8907f542782734609e72db0f4b50cd7015f61.tar.gz
frameworks_base-4da8907f542782734609e72db0f4b50cd7015f61.tar.bz2
Telephony: Get SIM card capacity count of SMS
Add an API to get the capacity of stored SMS on ICC card CRs-Fixed: 645022 Change-Id: I8064d694d35c4200074a24ee4159d09ecb2a779c
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ISms.aidl8
1 files changed, 8 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISms.aidl b/telephony/java/com/android/internal/telephony/ISms.aidl
index 70a8653..c872ad9 100644
--- a/telephony/java/com/android/internal/telephony/ISms.aidl
+++ b/telephony/java/com/android/internal/telephony/ISms.aidl
@@ -447,4 +447,12 @@ interface ISms {
void sendStoredMultipartText(int subId, String callingPkg, in Uri messageUri,
String scAddress, in List<PendingIntent> sentIntents,
in List<PendingIntent> deliveryIntents);
+
+ /**
+ * Get the capacity count of sms on Icc card.
+ *
+ * @param subId for subId which getSmsCapacityOnIcc is queried.
+ * @return capacity of ICC
+ */
+ int getSmsCapacityOnIccForSubscriber(int subId);
}