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

Commit d5389f76 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add unit test init method." into sc-dev am: 2ac53345

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

Change-Id: Ief57e5180a3d2f46f8962b157e4be3beab9abcb6
parents eb4eb29f 2ac53345
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3448,4 +3448,13 @@ public abstract class ConnectionService extends Service {
    public Handler getHandler() {
        return mHandler;
    }

    /**
     * Sets this {@link ConnectionService} ready for testing purposes.
     * @hide
     */
    @VisibleForTesting
    public void setReadyForTest() {
        mAreAccountsInitialized = true;
    }
}