diff options
| -rw-r--r-- | telecomm/java/android/telecom/Connection.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index ee9bf8983900..a2105b02b97a 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java @@ -3340,15 +3340,6 @@ public abstract class Connection extends Conferenceable { public void onDisconnect() {} /** - * Notifies this Connection of a request to disconnect a participant of the conference managed - * by the connection. - * - * @param endpoint the {@link Uri} of the participant to disconnect. - * @hide - */ - public void onDisconnectConferenceParticipant(Uri endpoint) {} - - /** * Notifies this Connection of a request to separate from its parent conference. */ public void onSeparate() {} |