summaryrefslogtreecommitdiff
path: root/telephony/java/com/android/ims
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2019-10-24 16:31:25 -0700
committerBrad Ebinger <breadley@google.com>2019-11-04 18:41:13 +0000
commita3e3c595ff98d319f7168152c95ac2beb4d3647d (patch)
treefdd995dbab5e522ae079ee34eff32ce50514e933 /telephony/java/com/android/ims
parent7a79194fcb3bc90aea7870a70aa99a3b6cd8ef5f (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.aidl1
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.
*/