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

Commit 2ac53345 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add unit test init method." into sc-dev

parents 9df0e2bd c7e07b99
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;
    }
}