diff options
author | Jay Shrauner <shrauner@google.com> | 2015-04-16 23:05:55 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-16 23:06:05 +0000 |
commit | d01242946eb7423612998b5bdbc71a6a1b3e8581 (patch) | |
tree | ff472650660b82e6877e5f82c9714c9991b90776 /telephony | |
parent | 54832cdb763034b5ee2d5ab289033a7ef2cf9cd1 (diff) | |
parent | 8f988439247f90633af5fbcc6b18214f3b6f6d31 (diff) | |
download | frameworks_base-d01242946eb7423612998b5bdbc71a6a1b3e8581.zip frameworks_base-d01242946eb7423612998b5bdbc71a6a1b3e8581.tar.gz frameworks_base-d01242946eb7423612998b5bdbc71a6a1b3e8581.tar.bz2 |
Merge "Remove connection substate"
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/ims/internal/IImsCallSession.aidl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/telephony/java/com/android/ims/internal/IImsCallSession.aidl b/telephony/java/com/android/ims/internal/IImsCallSession.aidl index 9b435dc..b1f2d32 100644 --- a/telephony/java/com/android/ims/internal/IImsCallSession.aidl +++ b/telephony/java/com/android/ims/internal/IImsCallSession.aidl @@ -255,11 +255,4 @@ interface IImsCallSession { * @return {@code True} if the session is multiparty. */ boolean isMultiparty(); - - /** - * Gets the call substate for this session. - * - * @return the call substate for this session. - */ - int getCallSubstate(); } |