Home
last modified time | relevance | path

Searched refs:mKeyChainService (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java76 private final IKeyChainService.Stub mKeyChainService = mock(IKeyChainService.Stub.class); field in SecurityControllerTest
95 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()