Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 223aee86 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Fix typo in android.telecom.Connection." am: c8b5936f am:...

Merge "Merge "Fix typo in android.telecom.Connection." am: c8b5936f am: f2ff682b" into tm-qpr-dev-plus-aosp am: 942bc62c am: 51052108

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2481490



Change-Id: I3c9738c82a0f4c8c29d7df6dd05ade5ca9ac5141
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 70bb0bbe 51052108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ import java.util.concurrent.Executor;
 * must call {@link #destroy()} to signal to the framework that the {@code Connection} is no
 * longer used and associated resources may be recovered.
 * <p>
 * Subclasses of {@code Connection} override the {@code on*} methods to provide the the
 * Subclasses of {@code Connection} override the {@code on*} methods to provide the
 * {@link ConnectionService}'s implementation of calling functionality.  The {@code on*} methods are
 * called by Telecom to inform an instance of a {@code Connection} of actions specific to that
 * {@code Connection} instance.