Home
last modified time | relevance | path

Searched refs:setRecoveryServiceCertPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncTaskTest.java267 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 …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java595 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()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java288 long updatedCertPathRows = mDatabase.setRecoveryServiceCertPath(userId, uid, in initRecoveryService()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java586 public long setRecoveryServiceCertPath(int userId, int uid, @NonNull String rootAlias, in setRecoveryServiceCertPath() method in RecoverableKeyStoreDb