Searched refs:initRecoveryService (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManagerTest.java | 384 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() 498 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_regeneratesCounterId() 501 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_regeneratesCounterId() 564 mRecoverableKeyStoreManager.initRecoveryService(testRootCertAlias, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed() 571 mRecoverableKeyStoreManager.initRecoveryService(testRootCertAlias, in initRecoveryService_alwaysUpdatesCertsWhenTestRootCertIsUsed() 587 mRecoverableKeyStoreManager.initRecoveryService( in initRecoveryService_updatesCertsIndependentlyForDifferentRoots() [all …]
|
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | RecoveryController.java | 342 public void initRecoveryService( in initRecoveryService() method in RecoveryController
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManager.java | 216 void initRecoveryService( in initRecoveryService() method in RecoverableKeyStoreManager 359 initRecoveryService(rootCertificateAlias, recoveryServiceCertFile); in initRecoveryServiceWithSigFile()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 11913 …rmission(android.Manifest.permission.RECOVER_KEYSTORE) public void initRecoveryService(@NonNull St…
|