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