summaryrefslogtreecommitdiff
path: root/telephony/java/com/android/ims
diff options
context:
space:
mode:
authorMohamed Abdalkader <abdalkader@google.com>2018-01-23 13:09:00 -0800
committerMohamed Abdalkader <abdalkader@google.com>2018-01-24 15:07:24 -0800
commitbddbd624ec0289975fd835b37f3882d1888c6b23 (patch)
tree03007ce393888e6f1baed6d5c3f71d2e837d6acc /telephony/java/com/android/ims
parentb2b547454bb7bf7258e40929f7fe8721c858be79 (diff)
Add and trigger onReady API for SMS over IMS.
Test: manual test that normal code path is fine since this code path is not yet exercisable. BUG=69846044 Change-Id: Icb15ca4aa6606fba641f6270dca5e0e06fc4466a
Diffstat (limited to 'telephony/java/com/android/ims')
-rw-r--r--telephony/java/com/android/ims/internal/IImsMMTelFeature.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsMMTelFeature.aidl b/telephony/java/com/android/ims/internal/IImsMMTelFeature.aidl
index cce39f4daf2a..10c7f3e8a2d7 100644
--- a/telephony/java/com/android/ims/internal/IImsMMTelFeature.aidl
+++ b/telephony/java/com/android/ims/internal/IImsMMTelFeature.aidl
@@ -61,4 +61,5 @@ interface IImsMMTelFeature {
oneway void acknowledgeSms(int token, int messageRef, int result);
oneway void acknowledgeSmsReport(int token, int messageRef, int result);
String getSmsFormat();
+ oneway void onSmsReady();
}