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

Commit c3a929f6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix SecurityControllerTest" into rvc-dev am: 6d03d973 am: e4dd53af...

Merge "Fix SecurityControllerTest" into rvc-dev am: 6d03d973 am: e4dd53af am: c8314658 am: 180fdb54

Change-Id: I82d3568bd3ce46794ce73a4e3f73290067b91cac
parents 42de74ca 180fdb54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class SecurityControllerTest extends SysuiTestCase implements SecurityCon
        mContext.addMockService(comp, mKeyChainService);

        when(mUserManager.getUserInfo(anyInt())).thenReturn(new UserInfo());
        when(mUserManager.isUserUnlocked(any())).thenReturn(true);

        when(mKeyChainService.getUserCaAliases())
                .thenReturn(new StringParceledListSlice(new ArrayList<String>()));