diff options
author | Jay Shrauner <shrauner@google.com> | 2015-04-16 12:52:19 -0700 |
---|---|---|
committer | Jay Shrauner <shrauner@google.com> | 2015-04-16 14:42:39 -0700 |
commit | 8f988439247f90633af5fbcc6b18214f3b6f6d31 (patch) | |
tree | b8b1b6835e558c96f5d7a8cca82a30103cd2ee07 /telephony | |
parent | 8148f8b6f73f69bd87fc2b424b003709ada8db01 (diff) | |
download | frameworks_base-8f988439247f90633af5fbcc6b18214f3b6f6d31.zip frameworks_base-8f988439247f90633af5fbcc6b18214f3b6f6d31.tar.gz frameworks_base-8f988439247f90633af5fbcc6b18214f3b6f6d31.tar.bz2 |
Remove connection substate
Bug:20300433
Change-Id: Ifefc08b5165de3e0b6ce92007e5f612879dcc4d9
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(); } |