Searched refs:mKeyChainService (Results 1 – 1 of 1) sorted by relevance
76 private final IKeyChainService.Stub mKeyChainService = mock(IKeyChainService.Stub.class); field in SecurityControllerTest95 mContext.addMockService(comp, mKeyChainService); in setUp()100 when(mKeyChainService.getUserCaAliases()) in setUp()104 when(mKeyChainService.queryLocalInterface("android.security.IKeyChainService")) in setUp()105 .thenReturn(mKeyChainService); in setUp()176 when(mKeyChainService.getUserCaAliases()) in testWorkAccount()190 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()199 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()