Searched refs:setRecoveryServiceCertPath (Results 1 – 4 of 4) sorted by relevance
279 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_doesNotSendAnythingIfNoDeviceIdIsSet()308 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_useScryptToHashPasswordInTestMode()348 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_useSha256ToHashPatternInProdMode()382 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_useScryptToHashPasswordInProdMode()407 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_stillCreatesSnapshotIfNoRecoveryAgentPendingIntentRegistered()421 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_InTestModeWithWhitelistedCredentials()452 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_InTestModeWithNonWhitelistedCredentials()475 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_doesNotFilterCredentialsAndAliasesInProd()499 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_replacesNullActiveRootAliasWithDefaultValue()513 mRecoverableKeyStoreDb.setRecoveryServiceCertPath( in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()[all …]
556 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in setRecoveryServiceCertPath_replaceOldValue()558 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in setRecoveryServiceCertPath_replaceOldValue()568 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in setRecoveryServiceCertPath_updateValuesForCorrectRootCert()570 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS2, in setRecoveryServiceCertPath_updateValuesForCorrectRootCert()578 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS2, in setRecoveryServiceCertPath_updateValuesForCorrectRootCert()599 mRecoverableKeyStoreDb.setRecoveryServiceCertPath(userId, uid, TEST_ROOT_CERT_ALIAS, in getRecoveryServiceCertPath_returnsInsertedValue()
254 long updatedCertPathRows = mDatabase.setRecoveryServiceCertPath(userId, uid, in initRecoveryService()
538 public long setRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertPath() method in RecoverableKeyStoreDb