Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java373 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in removeUserFromAllTables_removesData()
612 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_replaceOldValue()
623 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
625 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
630 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
632 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in setRecoveryServiceCertSerial_updateValuesForCorrectRootCert()
640 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in getRecoveryServiceCertSerial_returnsNullIfNoValue()
642 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in getRecoveryServiceCertSerial_returnsNullIfNoValue()
652 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in getRecoveryServiceCertSerial_returnsInsertedValue()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java362 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_succeedsWithCertFile()
496 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesWithLargerSerial()
529 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
536 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
553 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
555 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
599 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_throwsIfRawPublicKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java225 Long oldSerial = mDatabase.getRecoveryServiceCertSerial(userId, uid, rootCertificateAlias); in initRecoveryService()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java479 public Long getRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertSerial() method in RecoverableKeyStoreDb
/frameworks/base/services/
Dart-profile8537 …ksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getRecoveryServiceCertSerial(IILjava…