Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java385 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_succeedsWithCertFile()
407 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
435 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_triesToFilterRootAlias()
457 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_usesProdCertificateForEmptyRootAlias()
478 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_usesProdCertificateForNullRootAlias()
499 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_regeneratesCounterId()
529 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_updatesWithLargerSerial()
545 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_throwsExceptionOnSmallerSerial()
586 TestData.getCertXmlWithSerial(1111L)); in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
611 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_ignoresTheSameSerial()
[all …]
H A DTestData.java163 public static byte[] getCertXmlWithSerial(long serial) { in getCertXmlWithSerial() method in TestData
169 return getCertXmlWithSerial(DEFAULT_SERIAL); in getCertXml()