diff options
author | Pavel Zhamaitsiak <pavelz@google.com> | 2015-09-04 16:09:02 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-09-04 16:09:02 +0000 |
commit | 566886f7973b86196174e925f16d26975c16a09b (patch) | |
tree | a46e1ca6ab1351092deb8d5e4dca36663afa4ab9 /telephony/java/com | |
parent | 4c97f3a45a3ba345d630e282c07c5126128514eb (diff) | |
parent | 0f1ddb586b6a1ee46596ed75be901c986d5cc2c7 (diff) | |
download | frameworks_base-566886f7973b86196174e925f16d26975c16a09b.zip frameworks_base-566886f7973b86196174e925f16d26975c16a09b.tar.gz frameworks_base-566886f7973b86196174e925f16d26975c16a09b.tar.bz2 |
Merge "IMS: Fix registrationFeatureCapabilityChanged declaration in AIDL" into mnc-dr-dev
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/ims/internal/IImsRegistrationListener.aidl | 2 |
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. |