diff options
author | Scott Lobdell <slobdell@google.com> | 2021-04-07 06:37:25 +0000 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2021-04-07 08:02:11 +0000 |
commit | 1703ba989d8ea7e3cfbf32ac94111087166672de (patch) | |
tree | f9480c825dc655d27192fb33b5ddcd3ee28d2d00 /telephony/java/com | |
parent | 4e00df6fea7b8978354d0ef716d8c9dff5e2e589 (diff) | |
parent | 8aac5aee4cfbe5d4e2ff661ed2071103b55e9562 (diff) |
Merge SP1A.210331.003
Change-Id: Iad00646ffe00e570d3a19d18431764371ecc9f0b
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 4 |
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. |