diff options
author | Mohamed Abdalkader <abdalkader@google.com> | 2018-01-23 13:09:00 -0800 |
---|---|---|
committer | Brad Ebinger <breadley@google.com> | 2018-01-31 14:55:42 -0800 |
commit | 304f4b5509bc3b8fb1606df0bc95f7da205ed5af (patch) | |
tree | 0cca5018069f269d3ae79082a9a465a3727579bb /telephony/java/com/android/ims | |
parent | 904c1eca5fe0dcf2c61e40d634b75bff3ea9157f (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
Merged-In: Icb15ca4aa6606fba641f6270dca5e0e06fc4466a
Change-Id: Icb15ca4aa6606fba641f6270dca5e0e06fc4466a
Diffstat (limited to 'telephony/java/com/android/ims')
-rw-r--r-- | telephony/java/com/android/ims/internal/IImsMMTelFeature.aidl | 1 |
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(); } |