Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java562 String testRootCertAlias = TrustedRootCertificates.TEST_ONLY_INSECURE_CERTIFICATE_ALIAS; in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed() local
564 mRecoverableKeyStoreManager.initRecoveryService(testRootCertAlias, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
567 testRootCertAlias)).isEqualTo(certSerial); in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
569 testRootCertAlias)).isEqualTo(TestData.getInsecureCertPathForEndpoint1()); in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
571 mRecoverableKeyStoreManager.initRecoveryService(testRootCertAlias, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
574 testRootCertAlias)).isEqualTo(certSerial - 1); in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
576 testRootCertAlias)).isEqualTo(TestData.getInsecureCertPathForEndpoint2()); in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()