diff options
author | James.cf Lin <jamescflin@google.com> | 2021-01-14 16:36:32 +0800 |
---|---|---|
committer | James.cf Lin <jamescflin@google.com> | 2021-01-28 02:59:30 +0800 |
commit | daaf205e1858e1db267c82032e3100e96b75eba4 (patch) | |
tree | ebff54f85a45737cb33a27691b934ecc63dd9d52 /telephony/java/com/android/internal | |
parent | f9dbe61693e377c609ee3ccdc51d166aa9d38bb4 (diff) |
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
Diffstat (limited to 'telephony/java/com/android/internal')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
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. |