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

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

Merge "Fixed AccountManagerServiceTest"

parents 6184b17f 9e9e2142
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3245,6 +3245,11 @@ public class AccountManagerServiceTest extends AndroidTestCase {
            return mTestContext.openOrCreateDatabase(file, mode, factory,errorHandler);
        }

        @Override
        public File getDatabasePath(String name) {
            return mTestContext.getDatabasePath(name);
        }

        @Override
        public void sendBroadcastAsUser(Intent intent, UserHandle user) {
            mMockContext.sendBroadcastAsUser(intent, user);