Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java412 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in removeUserFromAllTables_removesData()
651 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_replaceOldValue()
662 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
664 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
669 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
671 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
679 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in getRecoveryServiceCertSerial_returnsNullIfNoValue()
681 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in getRecoveryServiceCertSerial_returnsNullIfNoValue()
691 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in getRecoveryServiceCertSerial_returnsInsertedValue()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java393 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_succeedsWithCertFile()
533 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesWithLargerSerial()
566 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
573 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
591 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
593 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
638 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_throwsIfRawPublicKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java258 Long oldSerial = mDatabase.getRecoveryServiceCertSerial(userId, uid, rootCertificateAlias); in initRecoveryService()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java527 public Long getRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertSerial() method in RecoverableKeyStoreDb