summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tyler Gunn <tgunn@google.com> 2023-12-20 19:11:44 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-20 19:11:44 +0000
commiteb885178fee6bdde7959d786bdd399463f433de5 (patch)
treee014c22523ada5d38ad529d03235e99b9bff582f
parent828270a4a9b095ced3150bba30f58b07a7fb6c3e (diff)
parentcedc19a7a1b02137bcab8b506df0d2c6cc01fcb8 (diff)
Merge "Remove orphaned code." into main
-rw-r--r--telecomm/java/android/telecom/Connection.java9
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() {}