Searched refs:getRecoveryServiceCertSerial (Results 1 – 5 of 5) sorted by relevance
373 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()
362 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()
225 Long oldSerial = mDatabase.getRecoveryServiceCertSerial(userId, uid, rootCertificateAlias); in initRecoveryService()
479 public Long getRecoveryServiceCertSerial(int userId, int uid, @NonNull String rootAlias) { in getRecoveryServiceCertSerial() method in RecoverableKeyStoreDb
8537 …ksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getRecoveryServiceCertSerial(IILjava…