summaryrefslogtreecommitdiff
path: root/telephony
diff options
context:
space:
mode:
authorJames Lin <jamescflin@google.com>2021-05-27 02:31:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-05-27 02:31:25 +0000
commitf2dba2bc84ae66f51c282d40e186053c89f39f3d (patch)
tree7f9dc8a660f468e9cb303214d286c7cda8849d15 /telephony
parent7f0bca668592016fd6f88ff92eb23a4e061d85b0 (diff)
parentd0d7f63b203e1d12cd026891484df23830d8aefe (diff)
Merge "Add API for SHELL command to set the capabilities request timeout." into sc-dev
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 91ecbf081919..a096c1f3b8b2 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -2440,6 +2440,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.
*/