diff options
author | Brad Ebinger <breadley@google.com> | 2019-10-24 16:31:25 -0700 |
---|---|---|
committer | Brad Ebinger <breadley@google.com> | 2019-11-04 18:41:13 +0000 |
commit | a3e3c595ff98d319f7168152c95ac2beb4d3647d (patch) | |
tree | fdd995dbab5e522ae079ee34eff32ce50514e933 /telephony/java/com/android/ims | |
parent | 7a79194fcb3bc90aea7870a70aa99a3b6cd8ef5f (diff) |
Add new API for call line identification query responses
The old API was not well documented and took a Bundle although
all parameters are exposed in ImsSsInfo. Creates a new API
that uses ImsSsInfo. Also add @Deprecated SystemApi definition
for older implementations that still use the old method.
Bug: 122098288
Test: atest FrameworksTelephonyTests
Merged-In: I37c2e643296d82312c9d4ba6e196118260009233
Change-Id: I37c2e643296d82312c9d4ba6e196118260009233
Diffstat (limited to 'telephony/java/com/android/ims')
-rw-r--r-- | telephony/java/com/android/ims/internal/IImsUtListener.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsUtListener.aidl b/telephony/java/com/android/ims/internal/IImsUtListener.aidl index fcb9fb1f8773..9a12ceee5212 100644 --- a/telephony/java/com/android/ims/internal/IImsUtListener.aidl +++ b/telephony/java/com/android/ims/internal/IImsUtListener.aidl @@ -44,6 +44,7 @@ oneway interface IImsUtListener { @UnsupportedAppUsage void utConfigurationQueryFailed(in IImsUt ut, int id, in ImsReasonInfo error); + void lineIdentificationSupplementaryServiceResponse(int id, in ImsSsInfo config); /** * Notifies the status of the call barring supplementary service. */ |