Add API for SHELL command to set the capabilities request timeout.

Bug: 188440601
Test: atest ImsServiceTest RcsUceAdapterTest
Merged-In: I4df957c97430758c6c84a06601070c3c3e3934e1
Change-Id: I4df957c97430758c6c84a06601070c3c3e3934e1
This commit is contained in:
James.cf Lin
2021-05-25 01:29:38 +08:00
parent a4afdf092f
commit 932bf1a357

View File

@@ -2403,6 +2403,12 @@ interface ITelephony {
*/
boolean removeUceRequestDisallowedStatus(int subId);
/**
* Set the timeout for contact capabilities request.
* Note: This is designed for a SHELL command only.
*/
boolean setCapabilitiesRequestTimeout(int subId, long timeoutAfterMs);
/**
* Set a SignalStrengthUpdateRequest to receive notification when Signal Strength breach the
* specified thresholds.