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

Commit ae652cc9 authored by Kenny Root's avatar Kenny Root
Browse files

Fix AccountManagerServiceTest

The MockAccountAuthenticatorCache needs to implement the new method.

Bug: 6820670
Change-Id: I5d1cb3aecec63602ae4541cd01ae8e28c8328e5a
parent 26ff6626
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -216,6 +216,10 @@ public class AccountManagerServiceTest extends AndroidTestCase {
                final RegisteredServicesCacheListener<AuthenticatorDescription> listener,
                final Handler handler) {
        }

        @Override
        public void generateServicesMap() {
        }
    }

    static public class MyMockContext extends MockContext {