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

Commit 9acd6f36 authored by Neil Fuller's avatar Neil Fuller
Browse files

Clarify a comment about threading

Clarify a comment about threading left from when the ServiceWatcher took
a Handler as a constructor argument.

Bug: 156237398
Test: presubmits
Change-Id: Ia08b3e77cf0a100892da4bfd2659229b1cec67f0
parent f2e4a94a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ import java.util.Objects;

/**
 * Maintains a binding to the best service that matches the given intent information. Bind and
 * unbind callbacks, as well as all binder operations, will all be run on the given handler.
 * unbind callbacks, as well as all binder operations, will all be run on the {@link FgThread}
 * handler.
 */
public class ServiceWatcher implements ServiceConnection {