diff options
Diffstat (limited to 'telecomm/java/android/telecom/Connection.java')
-rw-r--r-- | telecomm/java/android/telecom/Connection.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index 75224434bc1c..63f970a43b0f 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java @@ -2801,6 +2801,15 @@ public abstract class Connection extends Conferenceable { public void onCallEvent(String event, Bundle extras) {} /** + * Notifies this {@link Connection} that a handover has completed. + * <p> + * A handover is initiated with {@link android.telecom.Call#handoverTo(PhoneAccountHandle, int, + * Bundle)} on the initiating side of the handover, and + * {@link TelecomManager#acceptHandover(Uri, int, PhoneAccountHandle)}. + */ + public void onHandoverComplete() {} + + /** * Notifies this {@link Connection} of a change to the extras made outside the * {@link ConnectionService}. * <p> |