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 15:05:05 -0700
commit6f20a6a2b40e8ff362cf4cad977ebdae5ad999da (patch)
treec2b5d47f29d163187a6b40872e8617ec93c9e941 /telephony
parentc8769de8316562d4f047413d1740ff5ef02b9d2d (diff)
downloadframeworks_base-6f20a6a2b40e8ff362cf4cad977ebdae5ad999da.zip
frameworks_base-6f20a6a2b40e8ff362cf4cad977ebdae5ad999da.tar.gz
frameworks_base-6f20a6a2b40e8ff362cf4cad977ebdae5ad999da.tar.bz2
DO NOT MERGE 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();
}