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.java363 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_succeedsWithCertFile()
497 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesWithLargerSerial()
530 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
537 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed()
554 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
556 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_updatesCertsIndependentlyForDifferentRoots()
600 assertThat(mRecoverableKeyStoreDb.getRecoveryServiceCertSerial(userId, uid, in initRecoveryService_throwsIfRawPublicKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java226 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-profile19260 …ksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getRecoveryServiceCertSerial(IILjava…