Searched refs:setRecoveryServiceCertPath (Results 1 – 4 of 4) sorted by relevance
267 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_doesNotSendAnythingIfNoDeviceIdIsSet()296 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_useScryptToHashPasswordInTestMode()341 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_zeroizedCredential()376 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_useSha256ToHashPatternInProdMode()410 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_useScryptToHashPasswordInProdMode()437 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_stillCreatesSnapshotIfNoRecoveryAgentPendingIntentRegistered()451 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_InTestModeWithWhitelistedCredentials()482 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_InTestModeWithNonWhitelistedCredentials()505 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_doesNotFilterCredentialsAndAliasesInProd()529 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_replacesNullActiveRootAliasWithDefaultValue()[all …]
595 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in setRecoveryServiceCertPath_replaceOldValue()597 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in setRecoveryServiceCertPath_replaceOldValue()607 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in setRecoveryServiceCertPath_updateValuesForCorrectRootCert()609 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS2, in setRecoveryServiceCertPath_updateValuesForCorrectRootCert()617 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS2, in setRecoveryServiceCertPath_updateValuesForCorrectRootCert()638 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in getRecoveryServiceCertPath_returnsInsertedValue()
288 long updatedCertPathRows = mDatabase.setRecoveryServiceCertPath(userId, uid, in initRecoveryService()
586 public long setRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertPath() method in RecoverableKeyStoreDb