Searched refs:initRecoveryService (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManagerTest.java | 353 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_succeedsWithCertFile() 374 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate() 379 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate() 387 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_updatesShouldCreatesnapshotOnCertUpdate() 401 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_triesToFilterRootAlias() 422 mRecoverableKeyStoreManager.initRecoveryService(/*rootCertificateAlias=*/ "", in initRecoveryService_usesProdCertificateForEmptyRootAlias() 442 mRecoverableKeyStoreManager.initRecoveryService(/*rootCertificateAlias=*/ null, in initRecoveryService_usesProdCertificateForNullRootAlias() 462 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_regeneratesCounterId() 465 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_regeneratesCounterId() 477 mRecoverableKeyStoreManager.initRecoveryService(ROOT_CERTIFICATE_ALIAS, in initRecoveryService_throwsIfInvalidCert() [all …]
|
/frameworks/base/core/java/android/security/keystore/recovery/ |
D | RecoveryController.java | 332 public void initRecoveryService( in initRecoveryService() method in RecoveryController
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManager.java | 185 void initRecoveryService( in initRecoveryService() method in RecoverableKeyStoreManager 328 initRecoveryService(rootCertificateAlias, recoveryServiceCertFile); in initRecoveryServiceWithSigFile()
|
/frameworks/base/api/ |
D | system-current.txt | 7005 …rmission(android.Manifest.permission.RECOVER_KEYSTORE) public void initRecoveryService(@NonNull St…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6903 …rmission(android.Manifest.permission.RECOVER_KEYSTORE) public void initRecoveryService(@NonNull St…
|
/frameworks/base/services/ |
D | art-profile | 8457 …rver/locksettings/recoverablekeystore/RecoverableKeyStoreManager;->initRecoveryService(Ljava/lang/…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 42405 HSPLandroid/security/keystore/recovery/RecoveryController;->initRecoveryService(Ljava/lang/String;[…
|