Home
last modified time | relevance | path

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

/aosp12/packages/apps/KeyChain/robotests/src/com/android/keychain/
H A DKeyChainServiceRoboTest.java72 private IKeyChainService.Stub mKeyChain; field in KeyChainServiceRoboTest
148 mKeyChain.installCaCertificate(TEST_CA.getBytes()); in testCaInstallSuccessLogging()
177 mKeyChain.deleteCaCertificate("alias"); in testCaRemoveSuccessLogging()
190 mKeyChain.deleteCaCertificate("alias"); in testCaRemoveFailedLogging()
202 mKeyChain.installCaCertificate(TEST_CA.getBytes()); in testNoLoggingWhenDisabled()
203 mKeyChain.deleteCaCertificate("alias"); in testNoLoggingWhenDisabled()
214 mKeyChain.deleteCaCertificate("alias"); in testNoLoggingWhenDisabled()
263 assertFalse(mKeyChain.hasCredentialManagementApp()); in testHasCredentialManagementApp_noManagementApp_returnsFalse()
293 assertTrue(mKeyChain.hasCredentialManagementApp()); in testHasCredentialManagement_hasManagementApp_returnsTrue()
330 mKeyChain.removeCredentialManagementApp(); in testRemoveCredentialManagementApp_hasManagementApp_removesManagementApp()
[all …]