Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java89 when(mKeyChainService.getUserCaAliases()) in setUp()
143 when(mKeyChainService.getUserCaAliases()) in testWorkAccount()
162 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()
175 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl52 StringParceledListSlice getUserCaAliases(); in getUserCaAliases() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java117 return conn.getService().getUserCaAliases().getList(); in getInstalledCaCertificates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java417 boolean hasCACerts = !(conn.getService().getUserCaAliases().getList().isEmpty()); in doInBackground()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1418 when(getServices().keyChainConnection.getService().getUserCaAliases()).thenReturn(oneCert); in testCertificateDisclosure()
1426 … when(getServices().keyChainConnection.getService().getUserCaAliases()).thenReturn(fourCerts); in testCertificateDisclosure()
4816 when(getServices().keyChainConnection.getService().getUserCaAliases()) in verifyCanGetOwnerInstalledCaCerts()
4889 when(getServices().keyChainConnection.getService().getUserCaAliases()) in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()