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()
363 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()
226 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
19260 …ksettings/recoverablekeystore/storage/RecoverableKeyStoreDb;->getRecoveryServiceCertSerial(IILjava…