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

This commit is contained in:
Treehugger Robot
2021-05-27 21:27:49 +00:00
committed by Gerrit Code Review

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.