summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2015-04-16 12:52:19 -0700
committerJay Shrauner <shrauner@google.com>2015-04-16 14:42:39 -0700
commit8f988439247f90633af5fbcc6b18214f3b6f6d31 (patch)
treeb8b1b6835e558c96f5d7a8cca82a30103cd2ee07 /telephony
parent8148f8b6f73f69bd87fc2b424b003709ada8db01 (diff)
downloadframeworks_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.aidl7
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();
}