Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java381 long certSerial = 1000L; in initRecoveryService_succeedsWithCertFile() local
385 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_succeedsWithCertFile()
394 DEFAULT_ROOT_CERT_ALIAS)).isEqualTo(certSerial); in initRecoveryService_succeedsWithCertFile()
403 long certSerial = 1000L; in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate() local
407 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
412 TestData.getCertXmlWithSerial(certSerial + 1)); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
420 TestData.getCertXmlWithSerial(certSerial + 2)); in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
431 long certSerial = 1000L; in initRecoveryService_triesToFilterRootAlias() local
435 TestData.getCertXmlWithSerial(certSerial)); in initRecoveryService_triesToFilterRootAlias()
453 long certSerial = 1000L; in initRecoveryService_usesProdCertificateForEmptyRootAlias() local
[all …]