From 6f20a6a2b40e8ff362cf4cad977ebdae5ad999da Mon Sep 17 00:00:00 2001 From: Jay Shrauner Date: Thu, 16 Apr 2015 12:52:19 -0700 Subject: DO NOT MERGE Remove connection substate Bug:20300433 Change-Id: Ifefc08b5165de3e0b6ce92007e5f612879dcc4d9 --- .../java/com/android/internal/telecom/IConnectionServiceAdapter.aidl | 2 -- 1 file changed, 2 deletions(-) (limited to 'telecomm/java/com') diff --git a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl index e6c28f3..7e7e9cc 100644 --- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl +++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl @@ -81,6 +81,4 @@ oneway interface IConnectionServiceAdapter { void setConferenceableConnections(String callId, in List conferenceableCallIds); void addExistingConnection(String callId, in ParcelableConnection connection); - - void setCallSubstate(String callId, int callSubstate); } -- cgit v1.1