Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java384 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_succeedsWithCertFile()
406 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
411 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
419 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate()
434 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_triesToFilterRootAlias()
456 mRecoverableKeyStoreManager.initRecoveryService(/*rootCertificateAlias=*/ "", in initRecoveryService_usesProdCertificateForEmptyRootAlias()
477 mRecoverableKeyStoreManager.initRecoveryService(/*rootCertificateAlias=*/ null, in initRecoveryService_usesProdCertificateForNullRootAlias()
498 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_regeneratesCounterId()
501 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_regeneratesCounterId()
513 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_throwsIfInvalidCert()
[all …]
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java339 public void initRecoveryService( in initRecoveryService() method in RecoveryController
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java218 void initRecoveryService( in initRecoveryService() method in RecoverableKeyStoreManager
363 initRecoveryService(rootCertificateAlias, recoveryServiceCertFile); in initRecoveryServiceWithSigFile()
/frameworks/base/core/api/
Dsystem-current.txt12236 …rmission(android.Manifest.permission.RECOVER_KEYSTORE) public void initRecoveryService(@NonNull St…