From daaf205e1858e1db267c82032e3100e96b75eba4 Mon Sep 17 00:00:00 2001 From: "James.cf Lin" Date: Thu, 14 Jan 2021 16:36:32 +0800 Subject: Expose the RCS UCE APIs for capabilities request with presence mechanism. The contact's capabilities request APIs are exposed to be the SystemAPI and add the CTS for these APIs. Build: 174656329 Test: atest -c CtsTelephonyTestCases:android.telephony.ims.cts.RcsUceAdapterTest Change-Id: Id8a3be587f200dfee8f7c6343ed771e7ac738568 --- telephony/java/com/android/internal/telephony/ITelephony.aidl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'telephony/java/com') diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index e556664bb323..c5ff47b1e1d3 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -2382,6 +2382,11 @@ interface ITelephony { */ String getMobileProvisioningUrl(); + /* + * Remove the EAB contacts from the EAB database. + */ + int removeContactFromEab(int subId, String contacts); + /** * Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the * specified thresholds. -- cgit v1.2.3