summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorPavel Zhamaitsiak <pavelz@google.com>2015-09-02 11:01:34 -0700
committerPavel Zhamaitsiak <pavelz@google.com>2015-09-02 11:01:34 -0700
commit0f1ddb586b6a1ee46596ed75be901c986d5cc2c7 (patch)
treee3713bd4f8c43e336b6c60d991ac0a69ee1d35ea /telephony/java/com
parent582b186cd3b41c5c67649ae2ba9176c3860ab1ec (diff)
downloadframeworks_base-0f1ddb586b6a1ee46596ed75be901c986d5cc2c7.zip
frameworks_base-0f1ddb586b6a1ee46596ed75be901c986d5cc2c7.tar.gz
frameworks_base-0f1ddb586b6a1ee46596ed75be901c986d5cc2c7.tar.bz2
IMS: Fix registrationFeatureCapabilityChanged declaration in AIDL
Two arrays are passed from caller (in this case IMS service implementation) to listener (in this case client of ImsManager). Listener is not modifying arrays and caller is not expecting data to be returned back. Bug: 23749309 Change-Id: I6231cfd16852acfca88ee43e8538b2440058d774
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl b/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
index a6a2658..23a69d1 100644
--- a/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
+++ b/telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl
@@ -71,7 +71,7 @@ interface IImsRegistrationListener {
* @param disabledFeatures features disabled as defined in com.android.ims.ImsConfig#FeatureConstants.
*/
void registrationFeatureCapabilityChanged(int serviceClass,
- out int[] enabledFeatures, out int[] disabledFeatures);
+ in int[] enabledFeatures, in int[] disabledFeatures);
/**
* Updates the application with the waiting voice message count.