Searched refs:getUserCaAliases (Results 1 – 5 of 5) sorted by relevance
76 when(mKeyChainService.getUserCaAliases()) in setUp()121 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()134 when(mKeyChainService.getUserCaAliases()) in testCaCertLoader()
42 StringParceledListSlice getUserCaAliases(); in getUserCaAliases() method
117 return conn.getService().getUserCaAliases().getList(); in getInstalledCaCertificates()
396 boolean hasCACerts = !(conn.getService().getUserCaAliases().getList().isEmpty()); in doInBackground()
1288 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()