summaryrefslogtreecommitdiff
path: root/telephony/java/com/android
diff options
context:
space:
mode:
authorScott Lobdell <slobdell@google.com>2021-04-07 06:37:25 +0000
committerScott Lobdell <slobdell@google.com>2021-04-07 08:02:11 +0000
commit1703ba989d8ea7e3cfbf32ac94111087166672de (patch)
treef9480c825dc655d27192fb33b5ddcd3ee28d2d00 /telephony/java/com/android
parent4e00df6fea7b8978354d0ef716d8c9dff5e2e589 (diff)
parent8aac5aee4cfbe5d4e2ff661ed2071103b55e9562 (diff)
Merge SP1A.210331.003
Change-Id: Iad00646ffe00e570d3a19d18431764371ecc9f0b
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 46752b7fe1ea..afc538d3bae3 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -298,9 +298,9 @@ interface ITelephony {
int getCallState();
/**
- * Returns the call state for a slot.
+ * Returns the call state for a specific subscriiption.
*/
- int getCallStateForSlot(int slotIndex);
+ int getCallStateForSubscription(int subId, String callingPackage, String featureId);
/**
* Replaced by getDataActivityForSubId.