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 /telecomm/java/com | |
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 'telecomm/java/com')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl | 2 |
1 files changed, 0 insertions, 2 deletions
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<String> conferenceableCallIds); void addExistingConnection(String callId, in ParcelableConnection connection); - - void setCallSubstate(String callId, int callSubstate); } |