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.java76 when(mKeyChainService.getUserCaAliases()) in setUp()
121 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()
134 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()
/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl42 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.java396 boolean hasCACerts = !(conn.getService().getUserCaAliases().getList().isEmpty()); in doInBackground()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1288 when(mContext.keyChainConnection.getService().getUserCaAliases()).thenReturn(oneCert); in testCertificateDisclosure()
1296 when(mContext.keyChainConnection.getService().getUserCaAliases()).thenReturn(fourCerts); in testCertificateDisclosure()
4271 when(mContext.keyChainConnection.getService().getUserCaAliases()) in verifyCanGetOwnerInstalledCaCerts()
4348 when(serviceContext.keyChainConnection.getService().getUserCaAliases()) in verifyCantGetOwnerInstalledCaCertsProfileOwnerRemoval()